.NET news » Search results

Search results for query "net" (410):

Parallel Programming: The Past, Present and Future of Parallelizing .NET Applications

In the world of multi-core and manycore everywhere, parallelism is now something every developer must at least consider, and something that the millions of developers that use managed languages must be able to take advantage of. Stephen Toub shows how parallelism is evolving in .NET.

ComponentModel for ASP.NET MVC3

In this article i will show you how to build a component model for ASP.NET MVC3 with Builder and Factory design patterns. You could use this model to write your strongly type components to binding data, handling harchical objects and write jQuery UI controls / Html5 controls for ASP.NET MVC3.
2011-06-23 22:08:00   Source: ComponentModel for ASP.NET MVC3   Tags: Build

ASP.NET AJAX testing made easy using Visual Studio 2008 Web Test

A collection of ExtractionRules, ValidationRules, and Request Plugin that makes ASP.NET and AJAX website testing painless. No need to record tests, write parameterized tests using server-side control names, handle UpdatePanels, simulate clicks on buttons - all from Web Test. Facilitates painless sop
2011-06-11 11:01:00   Source: ASP.NET AJAX testing made easy using...   Tags: Ajax

99.99% available ASP.NET and SQL Server SaaS Production Architecture

Production Architecture for a SaaS web application built using ASP.NET and SQL Server that guarantees 99.99% availability and super performance
2011-06-11 10:56:00   Source: 99.99% available ASP.NET and SQL...   Tags: Performance

How to Start Unit Testing .NET Projects

The benefits of unit testing such as shortening the development time, reducing development costs and releasing higher quality products, are well known. Below you can see a Software testing guide about how to start unit testing .NET projects. The first tool you need is a testing framework. You have a couple of choices there. If you are using Microsoft Visual Studio 2008 Professional or above, you already have the Microsoft unit testing framework installed. The framework comes also with Microsoft Visual Studio 2005 Team System.

read more

2011-06-03 04:00:00   Source: How to Start Unit Testing .NET Projects   Tags: Software

How to use a WebCam in C# with the .NET Framework 4.0 and Microsoft Expression Encoder 4

How to use a WebCam in C#.
2011-05-28 23:43:00   Source: How to use a WebCam in C# with the .   Tags: C#

Webpart/Portlet development in ASP.NET MVC Framework

Solution adorned with drag and drop Portlet/Webpart customization feature in ASP.NET MVC Framework. It summoned JQuery for better user experience evading inclusive page refresh during personalization.

Gridview inside Gridview in asp.net C#

Gridview inside Gridview in asp.net C# or Nested Gridview and Update , Delete from Gridview
2011-05-27 20:36:00   Source: Gridview inside Gridview in asp.net C#   Tags: ASP.NET

Using Google Calendar in an ASP.NET Website

How to use Google Calendar in an ASP.NET website
2011-05-27 16:04:00   Source: Using Google Calendar in an ASP.NET...   Tags: ASP.NET

Using Cudafy for GPGPU Programming in .NET

An introduction to using Cudafy.NET to perform processing on a GPU