|
Home
»
Visual Studio .NET
|
|
|
|
|
|
Welcome to Visual Studio .NET section of C# Corner, where you will find Visual Studio .NET related articles, tutorials, code samples and resources.
|
|
|
|
|
|
|
|
|
Spell check enabled RichTextBox custom control
by
Scott Lysle
on
Jul 01, 2009
This article describes a quick and simple approach to applying a spell check function to the rich text box control and bundling both features into a single custom control. Of course there is nothing novel or particularly interesting about performing spell checking upon a selection of text using the Word.DLL.
|
New IDE Features in Visual Studio 2005
by
Amit Kumar Agrawal
on
Jun 25, 2009
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.
|
Windows Forms 2.0 StatusStrip Control
by
Mahesh Chand
on
Jun 24, 2009
The StatusStrip control available in Visual Studio 2005 is a powerful StatusBar control with the features provided by StatusBar in previous versions. Besides the StatusBar features, StatusStrip also provides ProgressBar, DropDownButton, SplitButton, and Label features.
|
Smart HTML Editor in Visual Studio 2005
by
Mahesh Chand
on
Jun 17, 2009
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.
|
Hiding the Date in a Date Time Picker Control
by
Scott Lysle
on
Jun 15, 2009
This very short article will address an extremely easy way to hide the date value contained in a date time picker control. While the control contains no property that will allow you to hide the current date, nor to set the value of the control to null or an empty string, it is still possible, and even very easy to generate a date time picker control that does not display a date.
|
New Features of Visual Studio 2005 Editor
by
Mahesh Chand
on
Jun 02, 2009
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.
|
|
|
|
|
|
|
|
|
Coding Better: Programming From the Outside In. Video Part I
by
Matthew Cochran
on
Jan 26, 2009
Modeling an API for a domain is a difficult task. The trick is to get the correct level of encapsulation/abstraction while making the API easy to understand and consume. If we can model our domains at the same level that we understand them linguistically then we are 90% of the way there. This article discusses a programming methodology by which we can build a concise interface that will provide a consistent level of abstraction and is easy to code against.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some Very Useful Visual Studio Shortcut Keys and Some Tips to Go with VS 2005
by
Sangam Uprety
On
Aug 06, 2009
This simple article lists a number of visual studio short keys. Knowing short keys makes programming with IDE a fun. Further, there are a number of tips to play easy and faster with visual studio. The tips will help save a lot of time while browsing windows, getting reference to methods, properties and adding codes etc. These tips have been known to work with visual studio 2005.
|
|
Comments:
2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Create it
by
Imtiyaz Tramboo
On
Feb 22, 2008
Window services with enhanced features by Imtiyaz Tramboo On Feb 22, 2008
This blog discuss how window service interact with desktop programmatically.
|
|
Comments:
0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Role Bases Access using C# and XML
by
Subal Mishra
on
Mar 29, 2007
Here I am trying to give a simple and configurable solution to implement Role Bases Access to your application using C# and XML. Remember that this article intent is to provide Role Based Access and not Role Based Autorization.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
The Complete Visual C# Programmer's Guide, written by the authors of C# Corner, covers most of the major components that make up C# and the .NETenvironment including Windows Forms, ADO.NET, GDI+, Web Services, and Security. The book is geared toward the beginner to intermediate programmers.
|
|
Browse more books here»
|
|
|
|
|