Logo
  Tuesday, March 09, 2010
Sign-In  |  Sign-Up  |  Contact Us  | Bookmark |  RSS Feed

Developer Articles

ASP.NET and C# Serialization and Deserialization

In the word of distributed systems it’s often important to pass data in the XML format across networks, XML formats are all text and we need to convert XML file into the string of bites for the transmission over the network.... Read Full Article

MCPD Articles

Creating Code at runtime with C# and .NET Framework

Reflection can be used to create code at runtime. It includes namespace called System.Reflection.Emit that houses set of builder classes that take care of creating code.... Read Full Article

Architect Articles

Authentication and Authorization in ASP.NET Framework

Authentication is the process of identifying user with his/her user id/password combination. Authorization is the process of identifying is user has sufficient privileges to access requested resource.... Read Full Article

Tester Articles

Detecting Management Events via Windows Management Instrumentation (WMI) technology

.NET Framework allows us to monitor and manage applications, devices, and system via WMI.... Read Full Article

Database Articles
Firewall Rules
Firewall Rules
Data Tier of Team Foundation Server

Data Tier of the TFS is primarily used for a backend and uses SQL Server 2005 with several supporting databases installed. Data Tier layer uses several SQL Server 2005 Services.... Read Full Article

TFS Articles

Unshelving shelved changes in TFS

TFS allows for shelving of your code while you are working on it. This is similar to branching, but you are not really creating a full blown branch, just storing a version of the file into a separate space with your changes before checking in the item into Source Safe... Read Full Article

MSDN Articles

Staring up a Process in C# and .NET Framework

We can always start a process in two different ways; without command-line argument and with command-line arguments. In order to start process you need to call Start method of the Process class.... Read Full Article

Exam Articles

Exam 70-625

The Exam 70-625 is a Technology Specialist (TS) exam. The candidate should already have the relative knowledge in Windows Vista installation, security management and solving network connection problems in Windows Vista. This includes configuration and security troubleshooting of Microsoft Windows Internet Explorer 7, Windows Firewall and Windows Defender issues.... Read Full Article