TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About isual Studio 2005
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (22)
Michael Livshitz (18)
Bechir Bejaoui (2)
Mike Gold (2)
Scott (1)
Vilas Gite (1)
Binoy R (1)
Chitkaran Singh (1)
Amit Kumar Agrawal (1)
Sushmita Kumari (1)
Moustafa Arafa (1)
Sateesh Arveti (1)
Khaled Samir (1)
K S Ganesh (1)
Related resources for isual Studio 2005
No resource found
Generic 'T, K' Database Component
11/26/2020 12:08:25 AM.
I have written a C# 2.0 (Visual Studio 2005), Generic <T, K> Database component, The component has simplified the architecture and the implementation by allowing me to keep the number of overlo
Building Reports from a DataSet using ReportViewer
5/13/2019 4:33:54 AM.
In this step-by-step tutorial, you will learn how to create reports from a Database using a DataSet, the ReportViewer control and Visual Studio 2005. Create reports using ReportViewer control.
Using the BackgroundWorker Component in .NET 2 Applications
9/17/2018 1:40:13 AM.
In this article I will show (step-by-step) how you can use the BackgroundWorker Component in .NET 2 applications to execute time-consuming operations.
Create User Defined Controls in C#
10/13/2012 5:35:26 AM.
In this article you will learn how to create User Defined Controls in C#.
Reincarnation of DataTable in ADO.NET 2.0
10/13/2012 5:00:33 AM.
The DataTable in ADO.NET 2.0 is a much improved and powerful than previous versions of ADO.NET. In this article, I will talk about new improvements and features added to the DataTable and how to use them in your applications.
Building the ListBoxesFT_C ASP.NET Web User Control in Visual Studio 2005: Part V
10/13/2012 3:44:31 AM.
In multi-part article, I share how you can build your own ASP.NET web user control.
Utilize the Full Functionality of the Whidbey File Management
10/4/2012 9:39:34 AM.
This article is based on a pre-release version of Microsoft Visual Studio 2005, formerly code named "Whidbey". All information contained herein is subject to change.
Working with the ObjectDataSource and DateTime Type
10/4/2012 9:29:23 AM.
This tip will help you to work with the ObjectDataSource, when at least one of the properties of your business object (BO) is type of the DateTime .
Using OUTPUT Clause for Getting Deleting Information from Several Tables.
10/4/2012 9:19:49 AM.
In this article I will explain how you can use such a T-SQL (SQL Server 2005) feature as OUTPUT clause in order to get information about rows, which were affected, when deleting process is executed for several tables, “connected” by foreign keys. The examples are written using T-SQL and C#.
Building the ListBoxesFT_C ASP.NET Web User Control in Visual Studio 2005: Part I
10/3/2012 12:04:06 PM.
In multi-part article, I share how you can build your own ASP.NET web user control.
Using Client Callbacks for Building the ListBoxesFTs_C ASP.NET Web User Control: Part II
10/3/2012 11:54:45 AM.
In this article I share how you can build your own ASP.NET web user control with the help of the Client Callbacks. The examples are written using C# and JavaScript.
Using DLL files in Visual Studio 2005 using C#
9/29/2012 9:39:01 AM.
This article explains the procedure of creating DLL files using visual studio 2005. It is very quick and easy to learn.
Using a Web User Control inside the GridView control
9/27/2012 9:18:42 AM.
In this article I will share how a Web User Control can be used in the GridView control. The examples are written using C# .
Building Reports from XML Documents using ReportViewer
6/12/2012 1:24:57 AM.
In this step-by-step tutorial, you will learn how to create reports from an XML document using the ReportViewer control and Visual Studio 2005.
Using Client Callbacks for Building the ListBoxesFTs_C ASP.NET Web User Control: Part I
5/20/2012 1:27:19 AM.
In this article I share how you can build your own ASP.NET web user control with the help of the Client Callbacks. The examples are written using C# and JavaScript.
Building Control in Visual Studio 2005 with XML as Data Source.
5/19/2012 3:54:49 AM.
In this article I share how you can build your own Windows controls in Visual Studio 2005 using XML as data source. The examples are written using C#.
Part IV: Step by Step Procedure of How to Install an Assembly
5/19/2012 2:28:51 AM.
This article continue to explain how to install an assembly as the part I,II and III.
Building Data Access Class
5/15/2012 3:56:21 PM.
In this article I will describe one of the ways to build data access layer component, using such feature of the VS 2005 as generic.
New IDE Features in Visual Studio 2005
6/25/2009 2:49:01 AM.
Visual Studio 2005 aims to simplify the development process thereby adding many new features to simplify the overall development experience. This article aims to discuss all major IDE related changes in Visual Studio 2005.
How to use Login Control in Visual Studio 2005
6/19/2009 2:08:00 AM.
In the recent version of Visual Studio 2005, Microsoft has taken care of a very common functionality of the web applications. In the following article we will see that how to use login control using C#.Net.
Smart HTML Editor in Visual Studio 2005
6/17/2009 2:06:47 AM.
If you have been writing Web applications using Visual Studio, at some point you would end up editing HTML file by hand. Now HTML Editor available in Visual Studio 2005 now supports Intellisense, which makes developers life much easier when editing HTML file by hand.
Debug Client Side Script in Visual Studio 2005
6/16/2009 1:59:32 AM.
This article is for web developers, because it's target is one of the new feature in Visual Studio 2005 which is debug client side script.
New Features of Visual Studio 2005 Editor
6/2/2009 2:17:30 AM.
In my previous articles, I discussed various new features introduced in Visual Studio 2005. This article is another addition to the same series. In this article, I discuss some new features of Visual Studio 2005 editor.
Windows Forms 2.0 ActiveDocumentHost Control
5/29/2009 2:10:30 AM.
The ActiveDocumentHost control provides the ability to host OLE Documents within your application. This enables you to create applications that allow in-place editing of documents such as Microsoft Word and Excel.
Learning Visual Studio 2005 IDE - The Designer
5/27/2009 1:27:18 AM.
In this article of Learning Visual Studio 2005 IDE series, I will explore some of the designer features and the breakdown of the classes of a Windows Forms project.
Top 10 New Features in ADO.NET 2.0
5/15/2009 1:09:37 AM.
This article summarizes the new and updated features of ADO.NET 2.0, which ships with .NET Framework 2.0. In my following articles I will discuss these features in more details with sample examples.
Onchanged Event for Composite User Controls
5/5/2009 2:25:09 AM.
This article is a tip on how we can use OnChanged events for Windows user controls that inherit from some basis user control.
Free Book: Reports using Report Viewer in Visual Studio 2005
9/25/2008 4:51:53 PM.
This 25 pages book discusses the ReportViewer control and how to generate some simple reports using the ReportViewer control and Visual Studio 2005.
Enhanced TaskBar in VS 2005 using C# and Windows Forms
7/14/2008 2:47:06 AM.
This article shows how to add additional features which are not available in Windows Taskbar.
Developing a PHP Website using Visual Studio 2005
6/15/2008 9:34:16 PM.
Yes it’s possible to use PHP under Visual Studio 2005 and even Visual Studio 2008 IDE. In this tutorial, I will show a walkthrogh how it is possible to develop a classic PHP web application.
Using Validation Application Block (Enterprise Library 3.0) with the FormView control
3/15/2008 2:11:12 PM.
In this article I will show how you can use the Enterprise Library 3 Validation Application Block (VAB) to validate data, edited with the help of the FormView control. The examples are written using C#.
Just like windows calculator
11/16/2007 4:44:35 AM.
A windows application to simulate windows standard calculator.
Using the ObjectDataSource control with the data access class
6/18/2007 12:40:19 AM.
In this article I will show that how you can use the ObjectDataSource control with the data access class (DA.dll, but it can be one of yours), described earlier, in your Web applications. The examples are written using C# and T-SQL.
Error handler for web applications
5/15/2007 12:48:48 AM.
In this article I will describe the error handler for ASP.NET 2.0 applications, that is developed in a separate class library project . You can use it in any web application you want by adding a reference to the compiled dll assembly without writing many lines of code. The examples are written using C#.
Implementing Search in Reports using ReportViewer
5/2/2007 12:43:35 AM.
The ReportViewer control provides Find and FindNext methods to find a text in the report. This article explains how you can implement search functionality in reports programmatically.
Getting Started with ReportViewer Control
4/17/2007 11:04:16 AM.
I could not be more happier when I saw the ReportViewer control as a part of Visual Studio 2005 controls. This article is an introduction to the ReportViewer control and how to write a simple report using the ReportViewer control in Visual Studio 2005.
Building the ListBoxesFT_C ASP.NET Web User Control in Visual Studio 2005: Part III
11/15/2006 11:11:13 PM.
In multi-part article, I share how you can build your own ASP.NET web user control.
Building the ListBoxesFT_C ASP.NET Web User Control in Visual Studio 2005: Part IV
11/15/2006 12:19:22 PM.
In multi-part article, I share how you can build your own ASP.NET web user control.
Building the ListBoxesFT_C ASP.NET Web User Control in Visual Studio 2005: Part II
11/10/2006 3:02:09 PM.
In multi-part article, I share how you can build your own ASP.NET web user control.
Bulk Copy Operations in ADO.NET 2.0
10/26/2006 10:25:08 AM.
Bulk copying of data from one data source to another data source is a new feature added to ADO.NET 2.0. Bulk copy classes provides the fastest way to transfer set of data from once source to the other.
Better Exception Handling in Visual Studio 2005
10/25/2006 1:08:14 AM.
With many new cool features, components, controls, and tools, Visual Studio 2005 definitively is a winner. In this article, I discuss the new exception handling dialog in Visual Studio 2005.
Master Pages in ASP.NET 2.0
10/25/2006 12:57:59 AM.
Master pages is a new concept in ASP.NET 2.0, which allows site developers to build master templates for their site's look and feel and put all common code which is shared by all the pages.
Building Windows Longhorn Applications using Visual Studio codename Whidbey
10/25/2006 12:46:15 AM.
The preview version of the next version of Visual Studio 2003 is called Visual Studio codename Whidbey. Visual Studio Whidbey has a support for building applications for Windows codename Longhorn, which is a new addition to the Windows operating systems series and successor of Windows XP.
Building control derived from Windows Forms control in Visual Studio 2005: Part I
9/15/2006 12:01:45 AM.
Reusability and component oriented development is one of the features of .NET development. This approach may be applied to any project. In this article I share how you can build your own Windows control derived from an Windows Forms control in Visual Studio 2005. The examples are written using C#.
Using Snippets in Visual Studio 2005
9/1/2006 1:52:48 AM.
Visual Studio contains several built-in intellisense code snippets. Snippets are like templates and can be described completely in XML. If you understand the snippet xml schema, you can easily begin to create your own snippets.
Learning Visual Studio 2005 IDE - Quick Access to Active Tool Windows and Files
9/1/2006 1:41:06 AM.
One of the coolest feature in Visual Studio 2005 I like is quick access to all active Windows and Files and switing control between them.
Learning Visual Studio 2005 IDE - Integrated FxCop and Accessibility Options
9/1/2006 1:32:17 AM.
Visual Studio 2005 IDE brings you many new and updated features and Project Properties dialog is one of the areas where you will see some new additions. In this article, I will discuss Accessibility and FxCop features of Project Properties dialog.
Building a Web Site using Visual Studio 2005
9/1/2006 1:26:08 AM.
This article gives you a glimpse of new features of Visual Studio 2005. In this article, you will see the power of Visual Studio and how easy it is to build Web sites using new controls without even writing a single line of code.
Refactoring in Visual Studio 2005
9/1/2006 1:18:45 AM.
Refactoring allows developers to use the built-in feature of Visual Studio to rename and convert and change the signatures and definitions of a class members. In this article, I will show you how refactoring feature provided by Visual Studio 2005 can be a handy tool when you are reorganizing or optimizing your existing projects.
Learning Visual Studio 2005 IDE - Main IDE
9/1/2006 1:11:39 AM.
In this article of Learning Visual Studio 2005 IDE series, I will explore some of the designer features and the breakdown of the classes of a Windows Forms project.
Masked Currency TextBox for Visual Studio 2005 Beta
2/25/2006 12:57:23 AM.
There are some problems with the behavior of the current beta version of the MaskedTextBox when you are using currency. This article will show you how to overcome this behavior with an overriding control.
Learning Visual Studio 2005 IDE - Document Outline in Windows Forms 2.0
2/25/2006 12:17:02 AM.
We all have seen Document Outline feature in Visual Studio 2003, which allows ASP.NET developers to select a control on a Web Form and in code editor, it would select the code respective to that control.
Windows Forms WebBrowser Control
2/23/2006 12:20:08 AM.
Windows Forms 1.0 lacked a Web Browser control. The work around was to use IE ActiveX control using COM Interop. Now Windows Forms 2.0 provides a Web Browser control, which is a managed wrapper of IE ActiveX control.
ASP.NET Whidbey Features
2/23/2006 12:11:56 AM.
ASP.NET 2.0, the latest version of ASP.NET has many improvements that greatly increase developer productivity. This article gives you a peek into many of these new features available in ASP.NET Whidbey.