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 POCO
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 (10)
Geo J Thachankary (1)
Sean Franklin (1)
Munesh Sharma (1)
Mithun Pattankar (1)
El Mahdi Archane (1)
Manoj S Pant (1)
S.Ravi Kumar (1)
Bhavik Patel (1)
Related resources for POCO
No resource found
POCO to Dictionary Conversion Techniques in C#
9/16/2024 5:02:08 AM.
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 bes
Intro To Record Types In C# 9
11/16/2020 6:15:39 PM.
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.
POCO Classes in Entity FrameWork
5/19/2020 1:34:30 AM.
In this article, you will learn about POCO classes in Entity Framework.
Creating POCO Class Library Using Reverse Engineering
1/31/2019 8:51:14 AM.
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.
Using NPoco ORM In ASP.NET Core
2/27/2018 10:30:05 AM.
As you know, we have so many ORM available such as NHibernate, Entity Framework, Dapper.Net which are used to communicate with database in order to perform CRUD (Create, Read, Update, Delete), and als
POCO, DTO and Persistence Ignorance Overview
6/3/2016 1:34:41 PM.
In this article you will learn about POCO, DTO and persistence ignorance.
Simple POCO N SQL Generator In C#
4/4/2016 2:19:19 AM.
In this article you will learn about a simple POCO N SQL Generator in C#.
Overview Of Code First Migrations In Entity Framework
12/14/2015 5:17:17 AM.
In this article you will learn an overview of Code First Migrations in Entity Framework with Example.
Select Data - POCO Template With WCF Support
2/28/2013 1:31:30 PM.
This article demonstrates an interesting and very useful concept in Entity Framework.
Insert and Select Data in Reverse Engineering POCO Generator
2/18/2013 3:03:50 PM.
This article demonstrates an interesting and very useful concept in Entity Framework.
Delete and Update Data in Reverse Engineering POCO Generator
2/18/2013 2:54:05 PM.
This article demonstrates an interesting and very useful concept in Entity Framework.
Select Data - POCO Template
2/15/2013 1:00:58 PM.
This article demonstrates an interesting and very useful concept in Entity Framework.
Insert Data - POCO Template
2/15/2013 12:56:23 PM.
This article demonstrates an interesting and very useful concept in Entity Framework.
Insert Data - POCO Template With WCF Support
2/14/2013 12:57:45 PM.
This article demonstrates an interesting and very useful concept in Entity Framework.
Update Data - POCO Template With WCF Support
2/13/2013 12:25:37 PM.
This article demonstrates an interesting and very useful concept in Entity Framework.
Update Data - POCO Template
2/13/2013 12:22:18 PM.
This article demonstrates an interesting and very useful concept in Entity Framework.
Delete Data - POCO Template
2/12/2013 1:05:00 PM.
This article demonstrates one of interesting and most useful concept in Entity Framework.
Delete Data- POCO Template With WCF Support
2/12/2013 1:03:20 PM.
This article demonstrates one of interesting and most useful concept in Entity Framework.