This is a program that has the ability to generate thumbnails for website URLs. Thumbnails are created with GIF images. This program can be customized to use any image formats for thumbnails. This is a very handy utility for the webmasters in .NET.
The ASP.NET Web Matrix Project is a web based .NET easy to use application through which users can create ASP.NET pages, HTML documents with the help of WYSIWYG editor. It offers various features like supporting SQL server and Access database managem
This is an useful tutorial for the .NET programmers to know about various syntax and semantic differences between ASP and ASP.NET. Some of the differences explained by the author are, ASP.NET does not support page-render functions whereas ASP support
This is an online tutorial that comes like an overview to Microsoft ASP.NET security. This tutorial discusses about several topics on ASP.NET security. Readers can find information about authorization, authentication and also role-based security. Thi
This guidance tool describes about .NET remoting application in .NET technology. After referring this tutorial the developers would be able to build distributed applications. This tutorial also discusses about how to compare .NET remoting application
Summary Rows in DataGrid Controls is an article for the .NET programmers to create summary rows and add it to the datagrid controls. Summary rows are the group of records from the database table having a common key. This tutorial clearly explains how
This tutorial contains detailed description about SOAP messaging and its usage in middle tier and by whom this technique is actually being used etc., in detail. The topics discussed in this tutorial are how to create news feeds web service, how to ac
Assembly is one of the important component while building any .NET applications which is proved by this online article. The author explains about the assembly and their workings. This tutorial shows how to use assemblies in solving the installation i
SHOWME HOW: Add Static and Data-Bound Items to a DropDownList Web Server Control by Using Visual C# .NET is an useful article for the programmers to add the static and data-bound items of the database into the list of the dropdownlist web server cont
Server-Side Comments is a web based tutorial in which author discusses about commenting ASP.NET scripting in the server. The author says that the the comments specified in between the opening and closing tag will be defined as a server side comments |