I am implementing a custom credit check filter for a controller action. I use Ninject as my Ioc container. First, create a action filter and implement IActionFilter interface, implement the OnActionEx… more →
Kev @ MVCwrote 1 day ago: From my previous article Generically Implementing the Unit of Work & Repository Pattern with Ent … more →
wrote 1 week ago: First off let’s elegantly setup our solution, and prep it for real world development. We have … more →
wrote 1 week ago: I thought I share, it is simple but sometimes useful code I was working on the project where I need … more →
wrote 1 month ago: 1. New Razor View Engine Razor view are speedy, smaller & lighter in size. They are easy to lear … more →
wrote 1 month ago: Pro ASP.NET MVC 3 Framework, 3rd Edition Apress | 978-1-4302-3404-3 | PDF | 837 pages | 9.32 MB In t … more →
wrote 1 month ago: Pro ASP.NET MVC 3 Framework, 3rd Edition Apress | 978-1-4302-3404-3 | PDF | 837 pages | 9.32 MB In t … more →
wrote 2 months ago: I think there’s nothing worse than hanging out at friend’s place who only has 1-Player a … more →
wrote 2 months ago: ModelState.Remove("Address"); Note:- The address is Property Name like Jobpostingadd model … more →
wrote 2 months ago: [Required(ErrorMessage="The Job Name is Required")]//this field is required and throw erro … more →
wrote 2 months ago: In CSHTML source page <a href="/resumes/download?id=@Model.Resumeid" target="_blan … more →
wrote 2 months ago: When you push any site to production, you should at least do some basic front end optimisation. Runn … more →
wrote 3 months ago: If you are interested in using WebApi and Bondling features in your MVC3 project this post is for … more →
wrote 3 months ago: Thanks to this Stack Overflow answer that pushed me in the right direction, I was able to mock HttpC … more →
wrote 3 months ago: I am implementing a custom credit check filter for a controller action. I use Ninject as my Ioc cont … more →
wrote 3 months ago: <form action=”/Home/Index_request” enctype=”multipart/form-data” method= … more →
wrote 3 months ago: index.cshtml <h2>Index</h2> <script src="../../Scripts/jquery-1.7.1.js"> … more →
wrote 4 months ago: This represents a list of collected items from which any one item can be selected at a time (like co … more →
wrote 6 months ago: In this paper I am going to explain, a simple way of working with javascript, JSON objects to make c … more →
wrote 6 months ago: Adding Dependency Injection to your ASP.NET MVC Twilio app using MEF (Managed Extensibility Framewor … more →