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 DTE
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 (8)
Mike Gold (2)
Rohatash Kumar (2)
Doug Doedens (2)
raviraj_bh (2)
Sanjay Kumar (1)
Jefferson S. Motta (1)
Levent Yildiz (1)
Vijayaragavan S (1)
Santosh Gadge (1)
Chetna Solanki (1)
Vijay Prativadi (1)
Davin Martyn (1)
Jibin Pan (1)
Purushottam Rathore (1)
Nipun Tomar (1)
Yildirim Kocdag (1)
Santhi Maadhaven (1)
Related resources for DTE
No resource found
Efficient Solution Parsing in .NET 8 Using DTE & Microsoft.Build
5/20/2024 11:41:46 AM.
A solution parser within the realm of C# generally denotes a software or library capable of parsing and understanding the data within a Visual Studio solution (.sln) file and its corresponding project
Implementing a Custom Telerik RadTextBox Control in a WinForms Application
9/21/2023 8:07:11 AM.
Learn how to create a custom Telerik RadTextBox control for WinForms applications. This code example, compatible with .NET 5/6/7/8, adds convenient IsEmpty and IsNotEmpty properties, enhancing text bo
How do I Convert a String to an Enum Value?
2/21/2023 2:28:34 PM.
In this How do I, you will learn how to convert a string to an enum value in C#.
Sending Email with C# using SMTP Servers
11/30/2022 9:30:37 AM.
This article will explain how we can send emails using SMTP servers.
Tutorial : Creating Visual Studio Add-Ins
1/7/2022 9:03:21 AM.
In this example we'll create an add-in that allows you to insert a copyright statement at the top of your code window.
Taking Command in ADO.NET
10/29/2020 12:41:12 AM.
In this article I will explain Taking Command in ADO.NET.
MaskedTextBox In C#
9/7/2018 9:27:48 AM.
In this article, I will discuss how to create a MaskedTextBox control in Windows Forms at design-time as well as run-time.
HeaderedTextBlock Control In UWP
9/22/2016 2:18:49 AM.
In this article, you will learn about HeaderedTextBlock in Universal Windows Apps development, with XAML and Visual C#.
Securing Login Page and Maintaining Single Session Per User in ASP.Net Application
7/23/2014 2:32:54 PM.
In this article you will learn how to secure a Login Page and maintain a single session per user in an ASP.NET application.
Describing the Text Information of TextBox Control in WPF
2/27/2014 2:08:38 PM.
This article explains how to work with the Control's selected text.
TEXTPTR Function in SQL Server 2012
12/28/2012 1:45:37 PM.
In this article, I described how to use the TEXTPTR Function in SQL Server.
ReadText and WriteText Statement in SQL Server 2012
12/8/2012 1:42:39 PM.
In this article, I described how to use the ReadText and WriteText statements in SQL Server.
WPF MaskedTextBox Control
9/29/2012 5:58:26 AM.
A MaskedTextBox allows us to apply mask to a TextBox. This article demonstrates how to use the MaskedTextBox control in a WPF application using C# and XAML.
Telerik RadTextBox in Windows Phone 7
7/3/2012 5:52:40 PM.
Today, in this article let's play around with another interesting concepts of Telerik RadControls.
FilteredTextboxExtenderContol in AJAX
2/15/2012 2:04:48 PM.
In this articles we will explain how to use FilteredTextboxExtenderContol in AJAX using ASP.NET
Adding Editor, and Deleting data in Web Forms using ADO.NET
2/11/2010 12:35:31 AM.
In this article I will explain Adding Editor, and Deleting data in Web Forms using ADO.NET.
Rollback, Commit, and Savepoints in ADO.NET
1/22/2010 8:12:57 AM.
In this article I will explain about Rollback, Commit, and Savepoints in ADO.NET.
Creating an OleDb Command Object in ADO.NET
1/4/2010 12:34:17 AM.
In this article I will explain Creating an OleDb Command Object in ADO.NET.
Windows Forms 2.0 MaskedTextBox Control
7/1/2009 8:21:44 AM.
The MaskedTextBox control is a TextBox with mask feature, which allows you to set the format of the data of TextBox such as zip code, date, time, social security, and phone number.
Masked TextBox Control
6/29/2009 5:09:51 AM.
This Masked Edit TextBox intelligent user control enhances the function of TextBox control, which can mask the Date, IP Address, SSN, Phone number, digit, decimal and check the validation, automatically set delimit location.
AJAX FilteredTextBoxExtender
6/6/2009 3:16:35 AM.
In this article you will get the knowledge of AJAX FilteredTextBoxExtender control with asp.net?
Sorting Data in the Silverlight DataGrid
7/22/2008 10:04:42 PM.
In this article I will discuss automatic and programmatic sorting in a Silverlight DataGrid.
Generic DataGridView
7/12/2006 8:21:42 AM.
DataGridView is a new control which is more flexible for coding than simple datagrid. However, there are a lot of developer having diffulties about DataGridView Calendar, Mask, ComboBox and also validations.
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.
Macro to Update References of all Projects in a Solution
2/16/2006 1:11:17 AM.
When working in enterprise development there are occasions when you have a solution file with 10 or more projects in it all using private assemblies.
Macro to Add Strong Names to VS.NET Projects
2/16/2006 12:30:58 AM.
When writing class libraries in Visual Studio .NET that are going to be placed into the GAC you will need to add strong name to the assembly. This is normally done by dropping out to a dos prompt and running the .NET utility sn.exe and then updating the assembly to reference the newly created .snk file.
Basics of Extending Your Working Environment in Visual Studio
2/15/2006 1:55:55 AM.
All of us have used Macros in Microsoft Office and Add-ins in Visual Studio 6 and I am very sure all of us have been impressed as well by their power to control their own working environment.
Extending Your Working Environment in Visual Studio - Advanced
2/15/2006 1:38:37 AM.
In my previous article, you learned about how to create wizards and some simple objects such as DTE, Solutions, Project and Project Item. These objects help us to customize our Visual Studio working environment.
Creating simple Add-in for Visual Studio.NET
2/13/2006 11:05:03 PM.
An add-in is a tool that you create programmatically by using objects, methods, properties, collections in .NET's extensibility model. This compiled application enables you to automate the difficult and tedious tasks within the visual studio integrated development environment (IDE).