Logo
  Saturday, May 19, 2012
Sign-In  |  Sign-Up  |  Contact Us  | Bookmark |  RSS Feed

Developer
Sequential Lists such as Queue and Stock in .NET Framework
Sometimes you don’t require complicated list such as ArraysList and only need to store and retrieve data in some sort of sequential order. There are two methods known one is called FIFO and another is called LIFO.... Read Full Article
Using Regular Expressions with C# and .NET Framework
Regular expressions are not new concept Perl and PHP developer used it a lot in prior applications.... Read Full Article
MCPD
Inheritance in ASP.NET 2.0 C# Example
Inheritance is used to create new classes or objects from existing one and by extending functionality of the objects with new functionalities.... Read Full Article
C# Asymmetric Encryption and Decryption within .NET Framework
Asymmetric is different from symmetric in one major way. It does not require both parties to have a key. It’s the best solution for the internet since we have clients who don’t have keys while loading encrypted content to their computers.... Read Full Article
Architect
VSTS Team Edition for Software Architects
Team Edition for Software Architects is one of four Visual Studio Team System editions. Its main goal is to improve overall process of designing the software systems. Distributed System Designer is a core component of this edition. It provides software architects with the ability to visually build Service Oriented Architecture solutions which can also be validated prior to operational environment ... Read Full Article
Process Guidance
Process Guidance
Customizing Process Guidance in Team Foundation Server
Team Foundation Server allows for Process Guidance customization. Process Guidance is a part of the Process Template and can be managed via updating XML source files. Process Guidance is very important for a project for several reasons. It is used by team members to understand main principles behind development process and they can also find answer to questions about Project artifacts, project Wor... Read Full Article
Tester
.NET Framework Configuration Tool
New version of .NET Framework 2.0 comes with different tools that can be found by opening up Microsoft Management Console snap-in. There are several areas where this tool is the most useful.... Read Full Article
Performance monitoring with System.Diagnostics in .NET Framework
Performance of your application is very important to the end user. After you release your project for production deployment and users start hitting your web site you may run into problems with the performance of your site for example... Read Full Article
Database
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
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
TFS
TFS Permission Command and ACL
If we want to examine who has access to what inside TFS will use tf permission command line tool. This tool allows us to display a list of permissions attached to a file, a group of files or any other object that requires access to be set. This settings are usually set under Source Control... Read Full Article
Team Foundation Server branching operation
TFS allows for code branching and merging operations. You may need both of these operations while working on the same project but two different versions of it. For instance, you just finished and deployed website and users start using it on a regular basis. In addition, you started to work on one more feature trying to release that feature next month. However, your website stopped working and you ... 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-270
The Exam 70-270 is referred to as the Installing, Configuring, and Administering Windows XP Professional exam. You would also earn core credits towards other certifications such as Microsoft Certified Systems Administrator on Microsoft Windows 2000, Microsoft Certified Systems Engineer on Microsoft Windows 2000, Microsoft Certified Systems Administrator on Windows Server 2003 and Microsoft Certifi... Read Full Article
Exam 70-605
The Exam 70-605 refers to the Using the Microsoft Office Access 2007 exam. You also need to finish other certification exams included within the set such as Exam 70-603: Using Microsoft Office PowerPoint 2007, Exam 70-602: Using Microsoft Office Excel 2007, Exam 70-601: Using Microsoft Office Word 2007 and Exam 70-604: Using Microsoft Office Outlook 2007.... Read Full Article
SharePoint
SharePoint stsadm export operation
SharePoint stsadm operation is designed to export SharePoint site and/or subsite. This command is helpful when you decide to move out site or subsite... Read Full Article
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
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
    Discount ASP