Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vijay Prativadi(10)
Mithun Pattankar(1)
S.Ravi Kumar(1)
Geo J Thachankary(1)
Manoj S Pant (1)
Munesh Sharma(1)
Sean Franklin(1)
Bhavik Patel(1)
Resources
No resource found
Creating POCO Class Library Using Reverse Engineering
Jan 31, 2019.
In this article, we will learn how to create a POCO class library by the reverse engineering technique using EF Core Power Tools in Visual Studio 2017.
Simple POCO N SQL Generator In C#
Apr 03, 2016.
In this article you will learn about a simple POCO N SQL Generator in C#.
Insert and Select Data in Reverse Engineering POCO Generator
Feb 16, 2013.
This article demonstrates an interesting and very useful concept in Entity Framework.
Delete and Update Data in Reverse Engineering POCO Generator
Feb 16, 2013.
This article demonstrates an interesting and very useful concept in Entity Framework.
Update Data - POCO Template With WCF Support
Feb 12, 2013.
This article demonstrates an interesting and very useful concept in Entity Framework.
Insert Data - POCO Template With WCF Support
Feb 12, 2013.
This article demonstrates an interesting and very useful concept in Entity Framework.
Update Data - POCO Template
Feb 12, 2013.
This article demonstrates an interesting and very useful concept in Entity Framework.
Select Data - POCO Template
Feb 12, 2013.
This article demonstrates an interesting and very useful concept in Entity Framework.
Select Data - POCO Template With WCF Support
Feb 12, 2013.
This article demonstrates an interesting and very useful concept in Entity Framework.
Insert Data - POCO Template
Feb 12, 2013.
This article demonstrates an interesting and very useful concept in Entity Framework.
Delete Data - POCO Template
Feb 11, 2013.
This article demonstrates one of interesting and most useful concept in Entity Framework.
Delete Data- POCO Template With WCF Support
Feb 11, 2013.
This article demonstrates one of interesting and most useful concept in Entity Framework.
POCO to Dictionary Conversion Techniques in C#
Sep 16, 2024.
This article explores five methods for converting a C# POCO to a dictionary using reflection, LINQ, JSON libraries, and ExpandoObject, comparing their performance through Benchmark.NET to find the best approach.
POCO, DTO and Persistence Ignorance Overview
Jun 03, 2016.
In this article you will learn about POCO, DTO and persistence ignorance.
POCO Classes in Entity FrameWork
Mar 02, 2015.
In this article, you will learn about POCO classes in Entity Framework.
Intro To Record Types In C# 9
Nov 16, 2020.
In this article, I will describe the new Record Type feature in the 9.0 release of the C# language, as a part of .NET 5.
Overview Of Code First Migrations In Entity Framework
Dec 14, 2015.
In this article you will learn an overview of Code First Migrations in Entity Framework with Example.