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 PTR
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Rohatash Kumar (2)
Doug Doedens (2)
Gurpreet Arora (1)
Tanuj Gyan (1)
Veena Sarda (1)
Sandeep Singh Shekhawat (1)
John O Donnell (1)
Ivar Lumi (1)
Related resources for PTR
No resource found
Understanding Numeric IntPtr and UIntPtr in C#
8/18/2023 11:07:34 AM.
Discover the importance of IntPtr and UIntPtr in C# programming. Learn how these types facilitate memory management, pointer arithmetic, and interop with native libraries, ensuring efficient and safe
Live Charts Using Azure Cosmos DB, Azure Functions, SignalR And WPF - Part I
12/3/2021 9:11:58 AM.
This is part 1 of the article series. We will learn how to create a resource group and cosmos db here. This article is aimed at teaching you how to use Cosmos DB trigger and HttpTrigger in an Azure fu
Vision Transformer Explained
9/22/2021 1:15:53 PM.
In this video, you will understand the vision transformer architecture and also see the sample code on how to use the ViT model from hugging face.
Error: WebForms UnobtrusiveValidationMode Requires a ScriptResourceMapping For jQuery in .Net
1/29/2021 10:56:12 AM.
This article explains how to remove an error that is the title of an article in .Net Framework 4.5. This error is issued when you use the RequiredFieldValidator control on any other server control.
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.
Printing Directly to the Printer in VB.NET
11/10/2012 3:40:10 AM.
Using this code enables you to print directly to the printer using WIN32 api calls and therefore should enable you to print at maximum speed rather than relying in the Windows Printing subsystems. Additionally I have added code to show how to send PCL codes to the printer.
DNS Client in C#
8/30/2006 5:15:08 AM.
The attached source project contains the library and source code for DNS client application. This client supports A, MX, and PTR records.
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.