Skip to content

SHASHANGKA SHEKHAR'S BLOG

Technical Author | CodeProject MVP | C# Corner MVP

  • Home
  • About
  • Achievements
  • Contact

Category: MS SQL Server

.Net, MS SQL Server, T-SQL

Modify Database State Using User-defined Function

In this post we are going to Insert data using an UDF.  We all know that User-defined functions (UDF) cannot be used to perform actions that modify the database state. Error Occur while Inserting using UDF: Invalid use of the side-affecting operator ‘INSERT’ within a function.

Shashangka Shekhar
November 20, 2017
Leave a Comment on Modify Database State Using User-defined Function
.Net, .NET Core, Entity Framework (EF)

Scaffolding ASP.Net Core MVC

In this post we are going to explore how to create model based on existing database (Db-First), with the help of Entityframework Core Command then learn how to generate Controller & Views using Scaffolding (Interface & Code-Generator Command) based on model.

Shashangka Shekhar
December 9, 2016
2 Comments on Scaffolding ASP.Net Core MVC
.Net, .NET Core, Entity Framework (EF), MVC

.Net Core Code First Migration using Class Library

In this post we are going to elaborate how to work with EF code first migration using .Net core class library.

Shashangka Shekhar
August 30, 2016
5 Comments on .Net Core Code First Migration using Class Library
.Net, .NET Core, Angular2, Entity Framework (EF), MVC, Web API

CRUD using .Net Core, Angular2, WebAPI

In Our previous article we have seen how to startup with .Net Core. In this article we will take a look on database operation according to previous sample application based previous concept. If you are new to .Net Core, Please read previous post about .Net Core Startup

Shashangka Shekhar
August 12, 2016
2 Comments on CRUD using .Net Core, Angular2, WebAPI
« Previous 1 2 3 4 5 … 7 Next »
Download Android App

# Code Project.

#GitHub

Follow @ShashangkaShekhar

#Csharp Corner


profile for Shashangka C# Corner - A Social Community of Developers and Programmers

#StackOverflow

profile for Shashangka Shekhar at Stack Overflow, Q&A for professional and enthusiast programmers
Copyright © 2022 | Shashangka Shekhar