Aspnet MVC Cheatsheet
Probably the best place to start with this cheatsheet is with this blog itself. I have tons of articles under my tags "aspnet" and "aspnet-mvc" on this blog. Since aspnet is where I started in my career its probably the most important cheatsheet I should have ready. This article will always be on going...
Assigning and Setting Bound models
some of my notes here include javascript because so much of my code is, but you need to be aware how it ties in with the backend.
some of my notes here include javascript because so much of my code is, but you need to be aware how it ties in with the backend.
- Accessing Your Model's Data from a Controller
- Microsoft Workers Worry Most About Re-Org - Dice News
- Use View Models instead of FormCollection - Jaco Pretorius
- Assign Model property value from JavaScript value
- MVC 3 form post and persisting model data
- Setting property on the model object? (javascript)
- Controller without a form?
- Sending JSON to an ASP.NET MVC Action Method Argument
- JSON.stringify not converting array.object correctly (javascript)
- associative array to JSON (javascript)
- Working on JSON objects in jQuery and MVC
- Post an array of string to a controller without a form?
Drop down Helper
- Cascading dropdown lists with MVC4 and jQuery
- Simple Implementation of MVC Cascading Ajax Drop Down
- Set dropdownlist value in view when record is extracted in mvc
- dropdownlist class and default select
- Dropdown List For
- capturing-change-event-without-attaching-the-event-handler (Javascript
Other Notes
- Running ASP.NET MVC 3 Applications on Azure
- Quick tip: How to Make Ninject work with ASP.NET Web API
- KeyValuePair(TKey, TValue) Structure (System.Collections.Generic)
- vs12 issue with install
- nuget 'packages' element is not declared warning
- https://stackoverflow.com/questions/4903662/partial-view-displaying-error
https://stackoverflow.com/questions/6318104/errorattribute-vs-onexception-vs-application-error
https://stackoverflow.com/questions/7217201/different-error-page-for-partial-view
https://www.codeproject.com/Articles/560798/ASP-NET-MVC-Controller-Dependency-Injection-for-Be
https://stackoverflow.com/questions/3570886/asp-net-mvc-return-viewresult
Webconfig
Connect with Google Services & Oauth
Razor Tips
Custom Render engine
You can actually create your own render engine! I've wanted to do this for awhile, because sometimes its helpful to have the same syntax across other frameworks.
Tools
more coming...
Inline Resources*
Can I have this "included" from an external file
Active Directory
You can actually create your own render engine! I've wanted to do this for awhile, because sometimes its helpful to have the same syntax across other frameworks.
Tools
more coming...
Inline Resources*
Can I have this "included" from an external file
Other Blogs that helps me
A while back I wanted to get my certification in aspnet and I prepared a lot for the tests however I think my career makes a much bigger statement on the subject.
A while back I wanted to get my certification in aspnet and I prepared a lot for the tests however I think my career makes a much bigger statement on the subject.
- Blogged By Chris » Microsoft Exam 70-486 Study Guide
- Steve Marx's blog
- Best Practices for ASP.NET MVC - ASP.NET and Web Tools Developer Content Team
- Fundamentals: Best MVC Practices | The Definitive Guide to Yii | Yii PHP Framework