I was attending a .NET User Group yesterday about the buzz word “Alt.NET” at Metro Toronto User Group. They said it is an alternative tools and approaches to the mainstream .NET. My questi… more →
Addisu Hailegiorgis Destaaddisu wrote 2 years ago: I was attending a .NET User Group yesterday about the buzz word “Alt.NET” at Metro Toron … more →
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 →
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 →
addisu wrote 2 years ago: I had a number of collection classes with similar functionalities like this… public class Perm … more →
addisu wrote 2 years ago: Recently, I have been asked about the alternative way to Dispose objects as we often do in the … more →
addisu wrote 3 years ago: Manage roles in the Web Site Administration Tool. Ascertain whether a specific user is in role. Get … more →
addisu wrote 3 years ago: Configure forms authentication for a Web application by using a configuration file. Enable cookieles … more →
addisu wrote 3 years ago: Track and coordinate all Web Parts controls on a page by adding a WebPartManager control. Connect We … more →
addisu wrote 3 years ago: Apply a theme declaratively. Apply a theme programmatically. Apply a user-selected theme programmati … more →
addisu wrote 3 years ago: Create a master page. Add a ContentPlaceHolder control to a master page. Specify default content for … more →
addisu wrote 3 years ago: Create a composite Web application control. Create a user control. Convert a Web Forms page to a use … more →
addisu wrote 3 years ago: Configure a connection to a database graphically by using the Connection Wizard. Configure a connect … more →
addisu wrote 3 years ago: Configure system-wide settings in the Machine.config file. Configure settings for a Web application … more →
addisu wrote 3 years ago: Manage a group of associated data in a .NET Framework application by using collections. (Refer Syste … more →
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 →
addisu wrote 3 years ago: The need for isolated storage comes because we are running application in a limited privilege enviro … more →
addisu wrote 3 years ago: public void CompressFiles() { string inFileName; string outFileName; FileStream sourceFile = File.Op … more →