Bài đăng

Xử lý đa ngôn ngữ trong MVC theo http://diendan.congdongcviet.com

Hình ảnh
Có một bạn mail cho mình hỏi về đa ngôn ngữ trong mvc. Mình làm một demo tiện thể share lên cho các bạn luôn. - 1 đầu tiên các bạn tạo một project mvc3 hoặc mvc4 - 2 tạo một thư mục Language - 3 tạo 2 file resource.resx và resource.vi.resx ở đây file resource.resx là bắt buộc (mặc định nó là ngôn ngữ en) bạn có thể tạo thêm nhiều file khác với tên resource.xx.resx (xx là mã ngôn ngữ) - 4 - 5 - 6 - 7 - 8 - 9 mã nguồn skype chon thư mục DaNgonNguMVC.rar: _https://skydrive.live.com/redir?resid=A4A9E272D3EEA5B5!222&authkey=!ABtwVUjz 0bZ8pic Sưu tầm tại: http://diendan.congdongcviet.com 

LETS CHAT APPLICATION USING SIGNALR IN MVC theo http://surajpassion.in/lets-chat-application-using-signalr-in-mvc/

Tham khảo:  http://surajpassion.in/lets-chat-application-using-signalr-in-mvc/

MVC 4 Chat room theo https://www.codeproject.com/articles/794147/mvc-chat-room

Hình ảnh
Download Sample Code - 10.4 MB Visit Online Demo Introduction This is an article about MVC and jQuery aimed at beginner to intermediate developers. It demonstrates how easy it is to implement a task for which ASP.NET prior to MVC and jQuery would be considered a bad choice. Flash and other similar technologies would be a better choice until recently but MVC and jQuery remove the complexity and error proneness of performing multiple AJAX operations and allow us to focus on the business requirements. A possible novelty in this example is the idea of implementing multiple Ajax operations by using a single hidden action link :  Hide     Copy Code @Ajax.ActionLink( " ActionLink" , " Index" , new { user = " " , logOn= " " ,logOff= " " ,chatMessage = " " }, new AjaxOptions { UpdateTargetId = " RefreshArea" , OnSuccess = " ChatOnSuccess" , OnFailure = " ChatOnFailure" }, new { @id = "