.NET news » Search results

Search results for query "net" (410):

Yet Another XML Serialization Library for the .NET Framework

An XML serialization library which lets developers design the XML file structure, and select the exception handling policy. This library also supports serializing most of the collection classes such as the Dictionary generic class.

Grid computing using C# Script and .NET Remoting

Using C# script engine inside network using .net remoting.

Unit testing your App.config and ConfigurationSection using NUnit, Ninject and TestDriven.NET

This article is about really unit testing the different scenarios you have when working with configuration files:

  • What if the section is missing?
  • What if required fields are missing?
  • What values can I expect when optional fields are missing?
  • ...
2010-04-10 07:37:00   Source: Unit testing your App.config and ConfigurationSection...   Tags: Testing

Exploring ASP.NET Validators

Validation is one of the most important part of any website. Nowadays, mostly new era websites are having very rich UI, and very much user friedly.User-friendly includes every thing, very good look n feel, excellent user friendly and well placed messages according to the different scenarios.

So here, I am going to discuss all the validators provided by the ASP.NET and for rich UI I'll also discuss in detail the calloutextendor that is part of latest AJAX Tool Kit.

2010-04-10 03:06:00   Source: Exploring ASP.NET Validators   Tags: ASP.NET Ajax

Introducing .NET 4.0 Parallel Programming

Introduces the Parallel Programming Features of .NET 4.0
2010-04-07 12:14:00   Source: Introducing .NET 4.0 Parallel...   Tags: Performance

Camlex.NET 2.0 for Windows SharePoint Services

Camlex.NET 2.0 brings to Sharepoint developers new opportunities like dynamic filter conditions, search by field ID and other.
2010-04-07 08:31:00   Source: Camlex.NET 2.0 for Windows...   Tags: SharePoint

A small ADO.NET library with some ORM capabilities

Basic CRUD methods with some other interesting features
2010-04-05 17:14:00   Source: A small ADO.NET library with some...   Tags: Database

Data Web Controls Enhancements in ASP.NET 4.0

This article explores a number of enhancements made to the data Web controls in ASP.NET 4.0. As you'll see, most of these enhancements give the developer greater control over the rendered markup.

Using the Amazon Web Service SDK for .NET

The richest set of cloud computing services comes from a little e-commerce company known as Amazon.com. Developers can access the Amazon Web Services (AWS) platform using numerous tools including the .NET platform.Amazon.com is a major player in the cloud computing space and has numerous services available to developers. In late 2009, Amazon released the AWS SDK for .NET. This article will demonstrate using the AWS SDK to create a custom backup service using the Amazon Simple Storage Service (S3).

ASP.NET MVC and the Spark View Engine

Getting friendly with HTML in ASP.NET MVC just got a whole lot easier. In this article, I’ll delve into the Spark View Engine, an alternate view engine for the ASP.NET MVC Framework. Spark’s main goal is to allow HTML to dominate the flow of view development while allowing code to fit in seamlessly.

2010-02-18 18:00:00   Source: ASP.NET MVC and the Spark View Engine   Tags: ASP.NET