I know mostly people post when they pass exam. But I just want to tell my experience with this exam. First, I took this exam just to give it a shot since I had a free voucher that expires at th… more →
Addisu Hailegiorgis Destaaddisu wrote 2 years ago: I know mostly people post when they pass exam. But I just want to tell my experience with thi … 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: Copy a Web application to a target server by using the Copy Web tool. Summary The Copy … 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 →