Tag: Development

Community

.NET Remoting with an easy example

(syednadeemulhassan) .NET Remoting is a mechanism for communicating between objects which are not in the same process. It is a generic system for different applications to communicate with one another. .NET objects are exposed to remote processes, thus allowing inter process communication. The appli

Community

Xtended TextBox

(Venkat Eswaran) Whether it is a web application or a windows application textbox is the most widely used control. The masked textbox is available for windows forms. But we dont have one for ASP.NET. So I decided to write one for ASP.NET. Using Extended TextBox control will save a lot of time for de

Community

Sending Email in ASP.NET 2.0

(Scott Mitchell) Email serves as a ubiquitous, asynchronous notification and information distribution system. Not surprisingly, there are many web development scenarios where server-side code needs to generate an email and scuttle it off to the intended recipient. The email may be destined for a use