Search results for query "asp" (244):
ASP.NET: How to Handle Relational Data in a Distributed Cache
Iqbal Khan discusses how developers handle data relationships while caching data, and shows through source code examples how those relationships can be mapped. The net effect is that the application doesn’t have to keep track of those relationships in the cache. Rather, the cache is aware of them and handles them correctly.
ASP.NET MVC 4 Highlights - Part 2: Bundling and Minification
In the first installment of this series, I explored a few of the new features in ASP.NET MVC 4, including the new default project templates, mobile templates, and display modes. Since that article, ASP.NET MVC 4 has been released to beta. For brevity’s sake, when I refer to MVC the design pattern, I’m referring to the ASP.NET implementation of the pattern. In this installment, I’m going to focus on one of MVC’s most useful features: integrated JavaScript and CSS bundling and minification.
Site is under maintenance, please visit later: - ASP.NET trick
As a web site owner we all boast about 24 x 7 uptime. But somewhere down below in our hearts we know it’s difficult.
ASP.NET: Unit Testing in the Navigation for ASP.NET Web Forms Framework
The article will demonstrate the benefits of having a consistent approach to navigation and data passing in a Web Forms application, showing how this bears fruit when building Single-Page Interfaces. Although all the current buzz is around
ASP.NET MVC, it will present a compelling argument for using the Navigation for
ASP.NET Web Forms project I host on codeplex together with standard
ASP.NET Ajax and DataBinding.
Implementing ASP.NET MVC Views in three different ways
Three different approaches for implementing the View role in an MVC application.
ASP.NET MVC 3 plug-in architecture using Griffin.MvcContrib
How to create a flexible plugin system with Griffin.MvcContrib.
ASP.NET MVC 4: What’s New for Mobile Development in ASP.NET MVC 4
With the popularity of mobile and tablet devices, it’s no surprise that improving the mobile Web site development experience was such a focus in
ASP.NET MVC 4. What’s nice is how well it succeeded, as Keith Burnell explains.
The article covers features in the upcoming release of
ASP.NET MVC4 targeted specifically at mobile Web site development. These features range from making it easier to create a mobile specific sites to making it less work to get your standard MVC site displaying correctly on mobile devices and finally making your feel native with jQuery Mobile.
ASP.NET: Introducing the Navigation for ASP.NET Web Forms Framework
Take a fresh look at Web Forms with this new navigation framework that eliminates tight coupling and codebehind while providing for unit-tested data-bound code and many other advantages—enough to make an
ASP.NET MVC application green with envy, according to creator Graham Mendick.
An Introduction to ASP.NET Web API
Microsoft recently released the ASP.NET MVC 4.0 beta and along with it, the brand spanking new ASP.NET Web API. Web API is an exciting new addition to the ASP.NET stack that provides a new, well-designed HTTP framework for creating REST and AJAX APIs (API is Microsoft’s new jargon for a service, in case you’re wondering). Although Web API currently ships and installs with ASP.NET MVC 4, you can use Web API functionality in any ASP.NET project, including WebForms, WebPages and MVC or none of the above. You can also self-host Web API in your own applications.
ASP.NET MVC 3: Develop Hybrid Native and Mobile Web Apps
Shane Church shows you how to build a mobile Web application with
ASP.NET MVC 3 and take advantage of native mobile features such as the camera and accelerometer.