Future Of .NET Core

In this article, I will focus on the .NET Core part of the .NET ecosystem. One thing is for sure, .NET Core is the future of .NET. The future of .NET Core is very bright and exciting. More people and organizations are getting involved in the development of .NET Core. What is .NET Core? Microsoft’s .NET Core is a cross-platform, unified, fast, lightweight, modern, open-source framework for building mobile, Web, and Windows applications and services

Continue Reading

Getting Started With PostgreSQL Using Dapper In .NET Core

PostgreSQL is a powerful, open source object-relational database system that is very easy to use. Dapper is a high performance micro-ORM, which is my favorite. Now, I will show you how to use this combination in .NET Core. Requirement Npgsql 3.1.9 Dapper 1.50.2 My Environment Visual Studio 2015 Community with update 3 PostgreSQL 9.6 pgAdmin 4 Demonstration Step 1 Create a new table in pgAdmin Step 2 Create a new Console Application (.NET Core).

Continue Reading