(Sateesh Kumar) Normally, if we want to know about your system components performance like browser, cache, System the only option is to meet our System administrator. But, this application will help us to know about our system a lot.
Tag: Development
Me, You and Design Patterns in VB.NET
(David Simmonds) This article addresses who should learn GoF design patterns (every software developer in the world) and why you should be enthusiastic about learning design patterns. Additionally, it talks a bit about the skills you should already have (OO in VB.NET) and talks a bit about why know
Write a Custom Outlook Add-In with Visual Studio Tools for Office
(Laurence Moroney) Visual Studio Tools for Office (VSTO) is an add-on to Visual Studio 2005 that gives developers much more direct IDE support and easier access to the rich programming model provided by the Microsoft Office platform than did previous versions of Visual Studio. VSTO simplifies buildi
Deploying Microsoft .NET Framework Version 3.0
(Annie Wang) The Microsoft .NET Framework 3.0 (formerly known as WinFX), is the new managed-code programming model for Windows. Applications written for the .NET Framework 3.0 require the .NET Framework 3.0 to be installed on the computer where the application runs. This article briefly describes .N
Windows Workflow: The Base Activity Library
(scott) The base activity library in Windows Workflow contains general-purpose activities for constructing workflows. There are activities for control flow, transaction management, local communication, web services, and more. These activities appear on the toolbox window of the workflow designer. So
The Simplest CRUD Operations for Lookup Tables in ASP.NET
(Jagadish Chaterjee) This article introduces you to implementing the fastest way to include CRUD operations for lookup tables in ASP.NET.
Understanding View State in ASP.NET
(Joydip Kanjilal) The ASP.NET ViewState is a powerful feature and maintains the state of pages between postbacks. This article provides a bird’s eye view of View State with code examples whenever appropriate.
Discovering the 64-bit Tools in Visual Studio 2005
(John Paul Mueller) One of the advantages of using a managed environment is that porting your application is relatively simple. In many cases, all you need to do is make some changes to your application configuration. Of course, you have to have the 64-bit version of the .NET Framework and a few oth
Streamlining Web Application Performance
(Praveen K Prasad) Performance is the prime factor in the development of all type of applications. It becomes extremely important for a web application. Here are some guidelines for improving the application performance.
List directory contents with VB.NET’s DirectoryInfo and FileSystemInfo classes
(Irina Medvinskaya) VB.NET offers two handy classes—DirectoryInfo and FileSystemInfo—that allow you to access directories, check their properties, and perform other basic functions on the file system. DirectoryInfo lets you get information about a directory, and create, move, and enumerate through d