Apr 25, 2013

Introducing Online ASP.NET MVC 4 Cheat Sheet

Cheat sheet (a concise set of notes) serve as reference tool having simple, brief instructions that offers fast help. If you are a developer working with different programming languages or different versions of languages then you know the logic but might face problem of syntax because of language overflow or out of practice. In this case Cheat sheet works as memory refreshing and productive tool.

Being a .NET developer, I have created online ASP.NET MVC 4 cheat-sheet. Click below to view it:

asp.net mvc 4 cheat sheet

It has a set of notes having different colors. I covered Basic application folder structure, Different HTML Helpers, Attributes, Data Annotations for Model, View related properties and methods, Action methods..etc. For some topics, I have added more details, you can get it on “more” link.

I didn’t add ASP.NET Web API in this sheet.

Hope, It helps. All suggestions are welcome to improve this cheat-sheet and Don’t forget to share if you like.

7 comments

  1. This is great, thanks! In ‘App Folders’ you could also add these very common conventions: App_Data (specially by nuget packages), Helpers (extension methods and helper classes), and ViewModels (safe binding)

      1. Hi Brij, not yet. So it’s a part of System lib in .net 4.5, and not actual MVC dll’s. On other note, all the data annotations are part of .net 4 framework, and can work with web forms etc as well.

        1. Great, though mvc 4.0 works with .net 4.0 as well, so Url Validation attribute won;t work for few people out there..

          you can add it as a note in your article, that some features only work with .net 4.5

          thanks for the sheet, great work!!

Leave a Reply

Your email address will not be published. Required fields are marked *