Latest developments in the .NET Hot Links



Use ASP.NET and Skype Simultaneously (CIOL)
You may get errors while using ASP.NET Web Applications and Skype Simultaneously. You may encounter this type of problem after installing Skype in your system.

Mainsoft Extends ASP.Net Across J2EE to WebSphere (Linux World)
Mainsoft is partnering two IBM Premier Business Partners: The TamGroup, specializing in the integration, management, and delivery of information via Portals, and with Prolifics, a provider of WebSphere, Portal, SOA, and Business Integration solutions. The IBM business partners can recompile ASP.NET applications into Java portlets on a fixed-time, fixed-cost basis, typically at a rate of 5,000

Mainsoft brings .NET to WebSphere Portal (ZDNet UK)
Builder : Visual MainWin for J2EE, Portal Edition allows developers to take existing ASP.NET Web applications and recompile them to run on IBM's WebSphere Portal



Access Control List in .NET Framework

Once you complete developing a web application, you need to secure it. This is when the aspect of security comes into picture...

About ASP.NET Assemblies in .Net
An assembly in ASP.NET is a collection of single-file or multiple files. The assembly that has more than one file contains either a dynamic link library...

CLR and its functionalities
Common Language Runtime (CLR) is the engine available in .Net Framework to compile and run the program. CLR engine does not compile the code...

Understanding Globalization in .NET
Globalization is a process of designing and developing software in such a way that it can be used in multiple locales with some minimal modifications...

Understanding ASP.NET HTML Server Controls
ASP.NET HTML Server Controls are the HTML controls that run at the server-side i.e. they have runat=”server” attribute...

Understanding Partial Classes in VS.NET
Partial class is a new functionality that is included in Visual Studio .Net 2005 and is supported in ASP.Net 2.0. This new functionality helps you to split a single...

About Web Forms in .NET Framework

Web pages in ASP.Net are called ASP.NET Web Forms which have certain server controls such as text, dropdown list, checkboxes, and buttons...

ASP.NET Web Server Controls

ASP.NET Web Server Controls are controls that run at the web server. All ASP.NET Web Server Controls can be identified by their attribute...

Understanding Web Services
Web services is a broad term that represents the technology to transmit data over Internet or Intranet. This data can be accessed programmatically...


Understanding WSDL and UDDI
Web Services Description Language (WSDL) is one of the prime specifications in web services, the other two being SOAP and UDDI...

Custom Server Controls in ASP.NET
ASP.NET offers many server controls for the developers to create web applications. However, at some point of development time when the developer does..

Understanding Repeater Controls in ASP.NET

ASP.NET Repeater Control is one of the control in List control, the other two being DataList control and DataGrid control. List control is extensively...

Getting Started with ASP.NET Web Matrix
ASP.NET Web Matrix is a development tool by Microsoft to create sophisticated web applications. Visual Studio.Net, another development tool, has lots of features...

Introducing Really Simple Syndication in ASP.NET
Really Simple Syndication (RSS) is an XML standard for declaring content entries for small content feeds. The RSS format has gained popularity...

Getting Started with Visual Studio.Net
Visual Studio.Net is a comprehensive Integrated Development Environment (IDE) that is extensively used to develop ASP.Net web applications...

Getting Started with ASP.NET Classes
The class is an object-oriented programming term to refer to a data structure that describes an object or a data member. The .Net Framework ...

Migrating from ASP to ASP.NET
ASP to ASP.NET migration can be done by just changing the extension from .asp to .aspx. But before transporting or migrate ...

Understanding Caching in ASP.Net
Caching is a feature in ASP.Net that is very useful in creating dynamic web pages. You know that dynamic web pages...

Simple country list dropdown component
You could have visited a lot of websites and filled out many forms in which you would have entered the country you...

Creating Multi-lingual Websites
With the advent of .Net creating multi-lingual websites has become easy. Earlier you need to create pages for each language...

Creating Simple Chat application in .Net
Chat applications are found in almost all the sites that are interactive with the users. Chat rooms in the websites provide a means of communicating...

FileSystemWatcher class in .Net
FileSystemWatcher class provided in .Net is used for monitoring the activities in a folder or sub-folders. You can watch the folder for specific...

Saving an Image in a SQL Server Database
Most of the web applications have a lot of images used in it. These images are usually stored in a web server folder and they are accessed...

How to Track Emails
It is very easy to track whether the user has read the email. The concept is very simple. You insert a link to a small transparent...

Understanding Cryptography Classes
Cryptography is a way to encrypt and decrypt data. By encrypting data you are protecting your data from other curious...

Understanding Graphic Design Interface GDI+ in .Net
GDI stands for Graphic Device Interface and GDI+ is a higher level interface of GDI. GDI+ is an easy to use version of GDI...

Server.Transfer - Access form values of one page in another page
Passing values in the form to another page is a frequently used and the most common task that is done in the web applications and intranet applications...

Calling External Applications Within .NET
Calling an external application from your .Net application is frequently done if you are developing a product. During the installation of a product you might require...

How to create a guest book in ASP.Net?
A guest book for a website is a very important feature to know the feedback of the users who are using the website...

How to create RSS feeds for your site in .Net?
Really Simple Syndication (RSS) is a simple way of sharing information on the web. RSS has become popular to share information from any website...

How to use adrotator control in ASP.Net?
An adrotator control is available in ASP.Net to ease the task of rotating the advertisement images in a web form...

Code Behind in .Net Framework
The ASP.NET Code Behind feature in .Net Framework allows developers to separate the server-side code from the presentation layer...

Common Type System in .Net Framework
As .Net Framework is language independent and support over 20 different programming languages, many programmers...

.Net Vs J2EE
When Microsoft launched .Net, IT arena was flooded with questions and debates as to which technology is superior to other. The .Net vs. J2EE debate ...

Pros and Cons of .Net and Java
.Net and Java are said to be the two widely used development environment to build web applications. It is very difficult to predict ...

Code and Performance Analysis using Visual Studio 2005 System
A set of tools for code and performance analysis is essential for the developers if they need to develop reliable and robust software

Creating an application to transfer files using Infrared Communication in Compact Framework
Connectivity between smart devices and the personal computers are the necessity in this fast moving world

Creating Multithreaded Application Using the .NET Compact Framework 2.0
In .NET compact framework creating a thread is simply a matter of instantiating a class of type thread and passing a reference

Creating self-updating applications in .Net Compact Framework
Updates are necessary for every application as the new features are added periodically. Apart from that new bugs are fixed and new versions

Managing Projects using Visual Studio 2005 Team System
Managing the software projects is a tedious task. Quite often you can find gaps between the actual customer requirements and the work

New features in .Net Compact Framework 2.0
Many new features are incorporated in the .Net Compact Framework 2.0. They are aimed at improving the productivity of the developer

Publish Feature in Visual Studio 2005 for Web Application Projects
Visual Studio 2005 has features that can used to publish a website in a production server or a staging server

Visual Studio 2005 Team System
With the ever increasing complexity of the IT solutions that are given there is a need to build and maintain such solutions properly

New Visual Studio 2005 Tools for Office
The Visual Studio 2005 Tools for Office brings a host of new additional enhancements to the solutions that can be made

Performing Web Testing using Visual Studio 2005 Team System
The Visual Studio 2005 Team System enables Web Testing which makes it easy for testing your website without writing any code


Securing Web Services in .Net Framework
Web Services is the promising technology that allows enterprises to share and integrate applications across different platforms. Since anybody...

Session State Management in ASP.NET
ASP.NET Session State Management allows developers to automatically identify and categorizes all the requests coming from a single client ...

XML Schema Definition (XSD) Tool in .NET
The XML Schema Definition tool generates XML schema or common language runtime classes from XDR, XML, and XSD files, or from classes...

XML Serialization in .NET Framework
You can convert XML documents and streams to common language runtime objects and vice versa with the help of XML Serialization...

Global Assembly Cache (GAC)
A computer installed with the common language runtime has a machine-wide code cache known as Global Assembly Cache...

Working with Visual J#
Visual J# is a tool from Microsoft for developing web applications and web services in the .Net framework. This tool is aimed...

Microsoft Exchange Server
Microsoft Exchange Server, as the name denotes, is software that enables you to communicate with others across network...


XML Tools in VS.NET 2005
The new XML Editor of VS.NET 2005 allows you to edit XML files with full XML 1.0 syntax checking, support for Document Type Definitions (DTD), and full XML...

Web Parts in ASP.NET 2.0
Web Parts in ASP.Net 2.0 are used to customize the web applications. A web page is divided into different areas and each area could be a web part...

Windows Management Instrumentation - WMI
Windows Management Instrumentation (WMI) is a component of the Windows Operating System that is used to get information about your computer system...


Sending Emails Using ASP.Net
Almost all the websites in the internet will be having features to send emails to someone. Most of the feedback sent to the Administrator of the website...

Role Based Forms Authentication in ASP.Net
Becoming a member of site alone will not entitle the user to access all the resources of a website. Different types of users are allowed to access...

Prevent Automated Website Registrations
While you register with a website to become a member of that site you would have noted that you are asked to enter the text that is displayed...

ConfigurationManager Class in ASP.Net 2.0
Some of the values and strings are used across all the pages of a website. It is a tedious process to code those values and strings in each page of the website...

Web.Config Editor 2.0
Web.config files are found in the root directory of a web application and other sub directories of the web applications...

Comments

# re: Latest developments in the .NET Hot Links
Gravatar Good reference articles. Keep up the good work.
Left by John Nguyen on 6/18/2006 12:31 PM
# re: Latest developments in the .NET Hot Links
Gravatar These articles are very good...you must have a lot of sources?
Left by Krist Manning on 6/27/2006 11:09 AM

Leave Your Comment

Title*
Name*
Email (never displayed)
 (will show your gravatar)
Url
Comment*

Please add 4 and 5 and type the answer here:

Preview Your Comment.