Menu
Entity Framework Core extension to Execute Stored procedure and get results back

Entity Framework Core extension to Execute Stored procedure and get results back

Since Entity Framework Core is fairly new (at the time I am writing) and still under development. Not most of the required features are not there out of the box and you will have to write extensions. I have to utilise an existing stored procedure to get some data from database. I have to use ADO […]

Entity Framework Core setting default database schema

Entity Framework Core setting default database schema

Entity Framework Core setting default database schema for your code first tables and migration history tables

Create custom theme options page in WordPress

Create custom theme options page in WordPress

this tutorial will show you how easy to create your own custom theme options page in WordPress.

Migrations and Seeding on ASP.NET Core

Migrations and Seeding on ASP.NET Core

Migrations and Seeding on ASP.NET Core