By tag: mvc
0
kicks
Builing MVC aplication with multiple database support using Ninject
Tutorial on how you can use Ninject to build and MVC application with multiple databases. This approach will save you a lot of time and also allows to keep your code tidy.
0
kicks
MVC JSON Model Binder Attribute
Moving complex data structures from client to server used to be difficult, but not anymore! Just add the JsonBinder attribute to your action parameters, and this Custom ModelBinder will automatically detect the type and parameter name, and deserialize your complex JSON object to the data structure o...
0
kicks
Using LESS with MVC
An easy way to implement LESS (the dynamic stylesheet language) with MVC4 bundling. Very simple approach.
0
kicks
A View Engine for ASP.NET MVC Feature-Based Organized
I am a huge fan of ASP.NET MVC. It is leaps and bounds ahead of WebForms, and if you’re doing web development on the Microsoft platform, it’s arguably the best overall solution available. But it is far from perfect. One of the things that has bugged me about it since the very beginning is the def...
0
kicks
Report Unhandled Errors from JavaScript
Logging and aggregating error reports is one of the most important things you can do when building software. If you are like the vast majority of websites out there, then you don't know about JavaScript errors, and it's time to fix that!
This article talks about reporting unhandled JavaScript error...
0
kicks
Testable navigation with Stateless
In this post we will look at handling advanced navigation flows within MVC and web forms applications in a testable maner using a state machine.
0
kicks
Clean up your MVC app with SignalR
In this post we'll see what SignalR can do to make our MVC app cleaner. Instead of the more common Server->Client posts on SignalR, this post focuses more on the Client->Server communication of things.
0
kicks
WebP - Advanced image optimization using ASP.NET MVC
Most modern web pages contain a lot of images. These images often make up the bulk of a web page request. According to the HTTPArchive, images make up over 50% of the average web page and if you are looking to optimize on the performance of your web page, the best place to start is often with the im...
0
kicks
Bin Deploying MVC 3 Web Projects
Many shared hosts including WinHosts and GoDaddy do not provide all the necessary assemblies in the GAC to successfully publish an MVC application. Have no fear for as long as you have the right ASP.NET version (4) running on the host, you’ll be able to publish your creation with little additional e...
0
kicks
Using Require.js in an ASP.NET MVC application
There are several common pitfalls with the way that normal JavaScript code is included on a page. First of all, if one file is dependent on another file to load, for example since backbone.js requires underscore.js they have to be included in order...
0
kicks
Which ASP.NET MVC validation strategy should we use?
At least as long as programming has existed, people have tried to be tricky.
I'm sure we have all tried to architecture something tricky only to have to revert our project and sheepishly go with a simpler solution.
0
kicks
DataTables Delete Row with Snazzy Ajax in ASP.NET MVC
Nice way to delete a table row in datatables using asp.net mvc and jquery. Simple and elegant.
0
kicks
Getting started with Twitter Bootstrap and ASP.Net MVC
In this blog I am going explain how are going integrate Twitter Bootstrap library with ASP.Net MVC.
What is Twitter bootstrap:
Twitter Bootstrap is open source library created by Twitter. As per twitter it’s Sleek, intuitive, and powerful front-end framework for faster and easier web developme...
0
kicks
Using Tincr With ASP.NET MVC In Windows 7
Tincr is a chrome extension to auto reload javascript and css files so that changes made in vs2012 can be put into effect on the page without having to refresh.
0
kicks
Using Microsoft Translator With ASP.NET MVC 4 Web API
How to use Microsoft Translator With ASP.NET MVC 4 Web API