Posted by: Sumit Maitra ,
on 6/13/2013
Abstract:
This article demonstrated how to hack into the new OAuth integration using DotNetOpenAuth in an ASP.NET MVC application and retrieve all possible user information from the Provider.
Read More ...
|
Posted by: Suprotim Agarwal ,
on 5/31/2013
Abstract:
A mashup demonstrating simultaneous editing of a Data element in a ASP.NET MVC 4 app using Hot Towel SPA template, SignalR and the Diff-Match-Patch JavaScript library.
Read More ...
|
Posted by: Suprotim Agarwal ,
on 5/31/2013
Abstract:
A quick refresher of how to deploy ASP.NET MVC sites to IIS using Web Deployment Wizard and use the IIS request monitoring tool to nail down slow requests
Read More ...
|
Posted by: Mahesh Sabnis ,
on 5/23/2013
Abstract:
Fluent API is a flexible way to define mapping between POCO classes used in Entity Framework Code first. This article demonstrates how to use Fluent API in an ASP.NET MVC application
Read More ...
|
Posted by: Suprotim Agarwal ,
on 5/17/2013
Abstract:
Profiling MVC production code at runtime can often be tough, messy and a performance hog. MiniProfiler created by the Stack Exchange team is an easy-to-setup-and-use profiling library for ASP.NET MVC and Entity Framework.
Read More ...
|
Posted by: Mahesh Sabnis ,
on 5/2/2013
Abstract:
Code-First approach provides freedom to the developer to define model classes as per the Domain requirements first via POCOs. We will use this feature in an ASP.NET MVC application
Read More ...
|
Posted by: Mahesh Sabnis ,
on 4/7/2013
Abstract:
It’s rather easy to setup a Custom Controller Factory in ASP.NET MVC. This articles explores a scenario where you need to log requests from users in an MVC application and you would like to pass the Logger object to each and every Controller in the system
Read More ...
|
Posted by: Suprotim Agarwal ,
on 4/5/2013
Abstract:
If you already have an existing ASP.NET MVC Site and you would like to add seamless transition between Mobile and Non-Mobile views, you can easily accomplish it with the help of the built in Mvc.Mobile package. This article demonstrates the technique to do so
Read More ...
|
Posted by: Suprotim Agarwal ,
on 3/25/2013
Abstract:
This article demonstrates how to use Facebook Authentication for your ASP.NET MVC Web Application
Read More ...
|
Posted by: Mahesh Sabnis ,
on 1/20/2013
Abstract:
This article demonstrates how to use ASP.NET WebAPI to retrieve images from a database server
Read More ...
|
Posted by: Mahesh Sabnis ,
on 1/14/2013
Abstract:
The WEB API can be used flexibly as per our business requirements by adding custom actions and necessary changes in the routing expressions. This article demonstrates a technique.
Read More ...
|
Posted by: Mahesh Sabnis ,
on 12/6/2012
Abstract:
Using ASP.NET MVC, WEB API, jQuery and Knockout.js, it becomes really easy to develop rich, client-side, data-bound web applications. In this article, we will see how the Observable pattern implemented by KO helps us reduce a lot of boiler-plate code that would be required to build same amount of responsiveness in plain JavaScript
Read More ...
|
Posted by: Sumit Maitra ,
on 8/6/2012
Abstract:
SignalR, as we all know, is a persistent connection framework in .NET. We have seen how easy it is to set it up for broadcasting messages to clients. Today we will see a few more features namely Connect, Disconnect and Reconnect that enable us fine grained control over client connection.
Read More ...
|
Posted by: Sumit Maitra ,
on 7/17/2012
Abstract:
In this article we will see how to build an HTML Helper Extension in ASP.NET MVC that renders a HTML 5 bar chart. The data for the chart can come from the server or be updated from the client side.
Read More ...
|
Posted by: Sumit Maitra ,
on 6/8/2012
Abstract:
ASP.NET routing was initially launched as MVC routing to support clean URL semantics for sites built on ASP.NET MVC. However, it was later pushed up in the framework to become a part of ASP.NET core and thus available for WebForms as well. In this article, we look at how routes work and how you can use them in your MVC web application to expose functionality in a transparent and discoverable way.
Read More ...
|
|