.NET news » Search results

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.
2012-07-01 18:00:00   Source: ASP.NET: How to Handle Relational...   Tags: ASP.NET

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.

2012-06-26 18:00:00   Source: ASP.NET MVC 4 Highlights - Part 2:...   Tags: Mobile

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.
2012-05-31 18:00:00   Source: ASP.NET: Unit Testing in the...   Tags: Testing

Implementing ASP.NET MVC Views in three different ways

Three different approaches for implementing the View role in an MVC application.
2012-05-24 11:12:00   Source: Implementing ASP.NET MVC Views in...   Tags: ASP.NET

ASP.NET MVC 3 plug-in architecture using Griffin.MvcContrib

How to create a flexible plugin system with Griffin.MvcContrib.
2012-05-24 07:06:00   Source: ASP.NET MVC 3 plug-in architecture...   Tags: ASP.NET

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.
2012-04-30 18:00:00   Source: ASP.NET MVC 4: What’s New for...   Tags: Tablet PC

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.
2012-04-30 18:00:00   Source: ASP.NET: Introducing the Navigation...   Tags: Other

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.

2012-04-23 18:00:00   Source: An Introduction to ASP.NET Web API   Tags: Internet

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.
2012-02-29 17:00:00   Source: ASP.NET MVC 3: Develop Hybrid Native...   Tags: Build