Lost your password?

Blogs about: Software Net 20

Featured Blog

Alt.NET4 comments

addisu wrote 2 years ago: I was attending a .NET User Group yesterday about the buzz word “Alt.NET” at Metro Toron … more →

Refactoring tool of Visual Studio 20051 comment

addisu wrote 2 years ago: How much do u use refactoring tool of Visual Studio 2005? Rename: i probably use this tool more ofte … more →

Tags: Software - .NET General, Software - ASP .NET 2.0, Software - C#

'ref' and 'out' in C# is Bizarre and confusing...

addisu wrote 2 years ago: i tried to really see the difference of these key words in C# and i still get it weired. http://msdn … more →

Tags: Software - .NET General, Software - C#

.NET 2.0 Generics, ... i am in love with it....

addisu wrote 2 years ago: I had a number of collection classes with similar functionalities like this… public class Perm … more →

Tags: Software - .NET General, Software - C#

Using keyword "using" in code block2 comments

addisu wrote 2 years ago: Recently, I have been asked about the alternative way to Dispose objects as we often do in the … more →

Tags: Software - .NET General, Software - ASP .NET 2.0, Software - C#

Use authorization to establish the rights of an authenticated user in ASP .NET

addisu wrote 3 years ago: Manage roles in the Web Site Administration Tool. Ascertain whether a specific user is in role. Get … more →

Tags: MCPD Web Developer, Software - .NET General, Software - ASP .NET, Software - ASP .NET 2.0, Software - Certifications

Establish a user's identity by using forms authentication in ASP .NET 2.0

addisu wrote 3 years ago: Configure forms authentication for a Web application by using a configuration file. Enable cookieles … more →

Tags: Software - .NET General, Software - ASP .NET 2.0, Software - Certifications, MCPD Web Developer

Implement Web Parts in a Web application in ASP .NET 2.0

addisu wrote 3 years ago: Track and coordinate all Web Parts controls on a page by adding a WebPartManager control. Connect We … more →

Tags: Software - .NET General, Software - ASP .NET 2.0, Software - Certifications, MCPD Web Developer

Customize a Web page by using themes and user profiles in ASP .NET 2.0

addisu wrote 3 years ago: Apply a theme declaratively. Apply a theme programmatically. Apply a user-selected theme programmati … more →

Tags: Software - .NET General, Software - ASP .NET 2.0, Software - Certifications, MCPD Web Developer

Implement a consistent page design by using master pages ASP .NET 2.02 comments

addisu wrote 3 years ago: Create a master page. Add a ContentPlaceHolder control to a master page. Specify default content for … more →

Tags: Software - .NET General, Software - ASP .NET 2.0, Software - Certifications, MCPD Web Developer

Creating Custom Web Controls ASP .NET 2.0

addisu wrote 3 years ago: Create a composite Web application control. Create a user control. Convert a Web Forms page to a use … more →

Tags: Software - .NET General, Software - ASP .NET 2.0, Software - Certifications, MCPD Web Developer

Manage connections and transactions of databases in .NET 2.0

addisu wrote 3 years ago: Configure a connection to a database graphically by using the Connection Wizard. Configure a connect … more →

Tags: Software - .NET General, Software - Certifications, MCPD Web Developer

Configure settings for a ASP .NET 2.0 Web application

addisu wrote 3 years ago: Configure system-wide settings in the Machine.config file. Configure settings for a Web application … more →

Tags: Software - .NET General, Software - C#, Software - ASP .NET 2.0, Software - Certifications, MCPD Web Developer

System.Collections namespace in a .NET Framework

addisu wrote 3 years ago: Manage a group of associated data in a .NET Framework application by using collections. (Refer Syste … more →

Tags: Software - .NET General, Software - C#, Software - Certifications, MCPD Web Developer

.NET Serialization1 comment

addisu wrote 3 years ago: Why Serialization? To store the content of the object to file (to save the state of the object) To s … more →

Tags: Software - .NET General, Software - C#, Software - Certifications, MCPD Web Developer

Working with isolated storage1 comment

addisu wrote 3 years ago: The need for isolated storage comes because we are running application in a limited privilege enviro … more →

Tags: Software - .NET General, Software - C#, Software - Certifications, MCPD Web Developer

How to compress Data with compression stream

addisu wrote 3 years ago: public void CompressFiles() { string inFileName; string outFileName; FileStream sourceFile = File.Op … more →

Tags: Software - Certifications, MCPD Web Developer


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS