By tag: mvc
0
kicks
Build Your Own Membership System For ASP.NET MVC - I
Given that the traditional provider model doesn’t provide many benefits for MVC and WebAPI, what would it look like to build a membership system and not start by deriving from MembershipProvider?
0
kicks
Backbone.EventBinder: Better Event Management For Your Backbone Apps
One of my most popular blog posts in recent history is my Zombies! RUN! post where I outline the possibility and problem of memory leaks and “zombie” views and other objects in Backbone applications.
0
kicks
Keep your files in VS project included. Fast and elegant solution
VSpniff is a simple tool to find out missing references to files in the VS project. You could avoid excluded files problem after bad merge or something else.
0
kicks
Use MVC 4 and OAuthWebSecurity to post into your users Facebook
SP.NET 4.5 and ASP.NET MVC 4 took an important step forward with the release of Visual Studio 2012.
In addition to the new features and improved performance, the main direction seems to be bundling less namespaces in the core framework and more official libraries on NuGet.
The main benefit of ...
0
kicks
Passing Multiple Parameters to ASP.NET Web API With jQuery
This post explains the different ways to pass multiple parameters to Web API method.
0
kicks
Creating a Chart with jQuery Flot and ASP.NET Web API
how to display interactive charts with Flot jQuery plugin and ASP.NET Web API.
0
kicks
ASP.NET MVC3 Slideshow Control using jQuery and XML
Article on how to create an ASP.NET MVC3 slideshow user control/partial view using jQuery and XML.
0
kicks
Understand the Html generated by the unobtrusive validation in MVC
Microsoft released its validation module from the first version of Mvc but it has really matured in every version until finally the release of unobtrusive validation in Asp.net Mvc 3
0
kicks
How the unobtrusive jQuery validate plugin works internally in Asp.net
we will explain the cycle of whats happening in the unobtrusive validation at the document load and will understand what is the role of every component
0
kicks
A Method for Populating a Dropdown List in ASP.NET MVC
I’m asked quite a bit how to bind a dropdown list in ASP.NET MVC. So there are about 10,000 ways to do it, but here’s one.
0
kicks
Attribute Routing in MVC
I took a look at Stack Overflow Stack-Exchange Data Explorer that is built in MVC and is open-source application to query the Stack Exchange data dump that is being provided by Stack Exchange team in every month or few. I do have a dump, but I was more curious to know about the application that they...
0
kicks
Add, Edit, Delete In jqGrid With ASP.NET Web API
how to implement a simple CRUD (Create, Read, Update, and Delete) in jqGrid with ASP.NET MVC 4 Web API.
0
kicks
ASP.NET MVC 4 Display Mode For Mobile, Tablet And TV
How to implement mobile, tablet and TV specific views using ASP.NET MVC Display mode.
0
kicks
Understanding Route and Routing data inside a controller
Understanding Route and Routing data inside a controller. Hope this small example helps to understand the working of Route in MVC3