Category ASP.NET MVC Views: 737
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 ...
Category ASP.NET MVC Views: 1885
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 ...
Category ASP.NET MVC Views: 3717
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 ...
Category ASP.NET MVC Views: 4879
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 ...
Category ASP.NET MVC Views: 39277
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 ...
Category ASP.NET MVC Views: 8762
Abstract: This article demonstrates how to use Facebook Authentication for your ASP.NET MVC Web Application
Read More ...
Category ASP.NET MVC Views: 15144
Abstract: This article demonstrates how to use ASP.NET WebAPI to retrieve images from a database server
Read More ...
Category ASP.NET MVC Views: 14928
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 ...
Category ASP.NET MVC Views: 42172
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 ...
Category ASP.NET MVC Views: 46654
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 ...
Category ASP.NET MVC Views: 51355
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 ...
Category ASP.NET MVC Views: 111141
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 ...
Category ASP.NET MVC Views: 104807
Abstract: By default ASP.NET MVC Project Templates come with a Menu that is hardcoded for each controller. However in a real-life scenario, more often than not, we need our Menus to be dynamic and loaded and managed with certain amount of flexibility. In this article, we will see how to create a single level Dynamic Menu using EF code first and jQuery in an MVC Application.
Read More ...
Category ASP.NET MVC Views: 48644
Abstract: In this article, we will create an ASP.NET MVC application called ChirpyHQ and deploy it on the Cloud through AppHarbor. This application is using RavenHQ as its backend.
Read More ...
Category ASP.NET MVC Views: 90514
Abstract: The FileResult action that comes out of box with ASP.NET MVC3 provides an easy to use abstraction for downloading files in an ASP.NET MVC application.
Read More ...
123456

   Article Filter : Per page: