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 TPT
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vijay Prativadi (4)
Rohatash Kumar (2)
Doug Doedens (2)
Gurpreet Arora (1)
Tanuj Gyan (1)
Jignesh Trivedi (1)
John O Donnell (1)
Related resources for TPT
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
Table Per Type (TPT) Inheritance Update Data Via EDM Framework
4/6/2021 11:37:10 AM.
Today, in this article let's play around with an interesting and very useful concept in entity framework.
Table Per Type (TPT) Hierarchy Insert Data Via EDM Framework
4/6/2021 11:16:39 AM.
Today, in this article let's play around with an interesting and very useful concept in entity framework.
Table Per Type (TPT) Inheritance Insert Data Via EDM Framework
4/6/2021 5:03:51 AM.
Today, in this article let's play around with an interesting and very useful concept in entity framework.
Entity Framework (TPT): Part II
2/12/2021 7:19:40 AM.
Table-per-type inheritance uses a separate table in the database to maintain data and uses a single entity type in the Entity Framework. In other words, there is a single entity set in the Entity Fram
Table Per Type (TPT) Inheritance Delete Data Via EDM Framework
2/2/2013 12:50:38 PM.
Today, in this article let's play around with an interesting and very useful concept in Entity Framework.
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.
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.