Category ASP.NET MVC Views: 1218
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: 3231
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: 4652
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: 38871
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: 8158
Abstract: This article demonstrates how to use Facebook Authentication for your ASP.NET MVC Web Application
Read More ...
Category ASP.NET MVC Views: 14672
Abstract: This article demonstrates how to use ASP.NET WebAPI to retrieve images from a database server
Read More ...
Category ASP.NET MVC Views: 14477
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: 40646
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: 46418
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: 51042
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: 110083
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: 104015
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: 48568
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: 89795
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 ...
Category ASP.NET MVC Views: 75219
Abstract: In this article, we will be exploring the power and simplicity of RavenDB's Searching and Indexing. We will create a sample ASP.NET MVC app called Chirpy to demonstrate how we can Index Data in RavenDB
Read More ...
123456

   Article Filter : Per page: