ASP.NET
ASP.NET is a web application framework developed and marketed by Microsoft, that programmers can use to build dynamic web sites, web applications and web services.
Language
Any
Platform
Any
License
Any
Explains how to customize ASP.NET pages on different devices types, how to support CSS and how to make user friendly mobile sites.
Mobile Devices such as cell phones with web access and Personal Digital Assistants (PDA's) are becoming more common. The infrastructure that supports "Wireless Web" is becoming larger and more...
VintaSoftAnnotation.NET is a developer's tool that allows to annotate images: create, process, delete, save to XML or TIFF file, merge the annotations with image. Supported annotation types:...
VintaSoftImaging.NET is a powerful and easy to use imaging toolkit for .NET developers. Library allows to load, view, process, annotate, print and save images, work with multipage TIFF files directly...
Why has REST been getting so much attention recently? It's no accident that Yahoo, Google and Amazon have chosen not to use SOAP to expose their APIs. Learn some of the issues of using SOAP, and how...
In this article, we will look at using the Calendar control as part of an interface to manage a diary-type application. In conjunction with the FormView control, we will use the Calendar to display...
In this article, we will be looking at how we can use Visual Studio to create a comment form, or guestbook to allow visitors of our web site to leave messages, in ASP.NET with the added functionality...
This is the first tutorial of a series of LINQ-tutorials. It provides an introduction on how to build an ASP.NET-Website with a LINQ-based data-access using VS 2008.
This article is about using Typed Datasets as data-layer in an ASP.NET-application. The author demonstrates in a simple example how to generate TableAdapters in Visual Studio 2005 which are bound to...
Silverlight 2.0 Beta is available now. So what's new in this version compared to Silverlight 1.0/1.1? In easy words: It's (almost) as powerful as WPF. This article will help you getting started with...
When you develop applications which use Web-Services you have take the latency of the network into account. In some special situation like running a home-network or other high-bandwidth-networks,...
VintaSoftBarcode.NET Library - an easiest way for reading barcodes from your VB.NET, C# or ASP.NET application. Supported barcode types: Australian Post, Code 11, Code 39, Code 93, Code 128, Codabar,...
This is another GridView tutorial in which the author shows how to check or uncheck all CheckBoxes in a Grid-column by clicking a CheckBox in the GridView's header. The logic is call via javascript.
This tutorial will show you how to use LINQ in Visual Studio.NET 2008 and C# to add data to a SQL database.
This tutorial shows how we can use LINQ to bypass SQL statements to delete data from our SQL Database. VB version.
This tutorial shows how we can use LINQ to bypass SQL statements to delete data from our SQL Database. C# version.
This tutorial will show you how to create LINQ to SQL Entities by hand, instead of using the Object Relational Designer in Visual Studio. C# version.
This article explains the two best ways to create thumbnail images dynamically in Asp.Net. There are several situations in website development that deals with images and to display it in Thumbnail...
This article explains the concept of integrating Asp.Net Validation Controls with the GridView control dynamically(at run-time).
This tutorial will explain how to incorporate LINQ with your web applications. This is designed as a step by step guide for developers ranging from beginner to advanced levels. If you have never used...