Logo
  Wednesday, May 22, 2013
Sign-In  |  Sign-Up  |  Contact Us  | Bookmark |  RSS Feed

Developer
Compressing and Decompressing Stream and Compression Techniques in .NET Framework
We can compress streams/data using two freely available methods: GZIP and DEFLATE. ... Read Full Article
Configuring App. domains in .NET Framework
We are provided with default configuration of app. domain. However, we can always configure it ourselves. This is important to know if we need to enhance security of our code.... Read Full Article
MCPD
Configuration Management with .NET Framework with ConfigurationManager
We do configuration management when we want to set up SQL server connection string, or selection version of the runtime engine your application suppose to use.... Read Full Article
Using Streams in C# System.IO.Stream
Streams using for reading and writing to disk and from disk. Streams are also used to communicate across networks. Network streams are found in the System.Network.Sockets and encrypted streams are found in System.Security.Cryptography.... Read Full Article
Architect
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
Process Guidance
Process Guidance
MSF Process Guidance Customization in TFS
MSF Process Guidance is a compilation of files into one document that specifies Software Development for the project. Process Guidance is designed to document all aspects of the Process Template. It also defines what the roles on the project are for each individual team member... Read Full Article
Tester
Debugging and Tracing with C# and ASP.NET Framework
Debug and Debugger classes are very important when we try to see if our code execution is as planned and also to keep track of bugs after production deployment.... Read Full Article
Using Performance Counters with C# PerformanceCounter Objects
We need to understand reasons behind performance degradation when we experience performance problems with our application. The most important task before we start looking at application performance is to set performance guidelines for our application that we can use to gage and compare against when running performance counters on actual application.... Read Full Article
Database
Maintenance Plan
Maintenance Plan
Team Foundation Server Backup
Team Foundation Server Backup is critically important. Remember, we store all our project documents, artifacts and actual project source code inside TFS. Actually, all of this information is stored in our Data Tier inside SQL Server 2005 so we need to back up only our SQL Server databases for most of our documents. In addition, Application Tier also stores some data on local drives and we’ll have ... Read Full Article
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
Limitations in Team Foundation Server 2010
There are several limitation exist in TFS 2010 that may affect your team project after is it being created. Let’s examine each of these limitations.... Read Full Article
New Team Build Type Creation Wizard
There is very useful wizard called “New Team Build Type Creation Wizard”. This wizard helps us to create builds for the projects. Wizard takes us through several configuration steps that allow us to configure how build is being executed... Read Full Article
MSDN
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
Exam 70-554
The Exam 70-554 or the “UPGRADE: MCSD Microsoft .NET Skills to MCPD Enterprise Application Developer by Using the Microsoft .NET Framework: Part 2” is one of the two upgrade exams for the professional developers.... Read Full Article
Exam 70-450
This exam is also known as the PRO: Designing, Optimizing and Maintaining a Database Administrative Solution Using Microsoft SQL Server 2008 exam. The Exam 70-450 contains several topics about the designing of SQL Server instance and creating database solutions.... Read Full Article
SharePoint
SharePoint stsadm restore operation
stsadm restore operation is used to restore a SharePoint site collection. However, it is much more powerful tool as it allows you to restore... Read Full Article
SharePoint stsadm backup operation
stsadm backup operation is used to backup a site collection. There are several modes that can be used with the stsadm backup command... Read Full Article
WCF
WPF
Windows Presentation Foundation (WPF) Introduction
Windows Presentation Foundation (WPF) is an end user graphical interface developed by Microsoft and release as part of .NET Framework 3.0.... Read Full Article