.NET news » Search results

Search results for query "net" (410):

Synchronous Programming using .NET 4.5 BCL

I’ll show you the traditional way of converting Synchronous example to Asynchronous one and then will see how the same can be accomplished using Fx 4.5.
2012-06-09 00:06:00   Source: Synchronous Programming using .NET...   Tags: Examples

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

.NET REST service

Self-installing version tracking REST service for builds
2012-05-25 08:58:00   Source: .NET REST service   Tags: Build

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

Migrating VB project (which are using .tlb references) to VB.NET (yellow exclamation mark error in references)

Migration of a VB project which is using .tlb refrences, to VB.NET
2012-05-03 05:32:00   Source: Migrating VB project (which are using .tlb references) to...   Tags: VB.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

A couple of tricks when using the standard WPF .NET 4.0 DatePicker control

Show hows to alter the DatePicker to use keyboard up/down keys for cleverer date selection.