Videos

  • Query with OData in SharePoint 2013

    .

    OData, i.e. Open Data Protocol, which defines a protocol for the querying and updating of data.In this blog, we will see the use of oData in ASP.Net.OData is a REST-based protocol for querying and updating data and is built on standardized technologies such as HTTP, Atom/XML, and JSON.Microsoft Visual Studio and .NET provide established support…

  • What is OAuth?

    .

    OAuth stands for Open Authorization for token based authentication and authorization over web.OAuth was first introduced in year 2007. In year 2010 OAuth2.0 was introduced. OAuth acts as an agent for a user to fetch the information.OAuth allows a user’s account information to be used by a 3rd party such as Twitter, Facebook, Google, without…

  • How to insert Data using Entity Framework

    .

    If you are new to Entity Framework, then read my earlier blog – Introduction to Entity FrameworkThis blog will help you about How to insert data into sql using Entity Framework.I have used Database first model approach.HTML File: <html xmlns=”http://www.w3.org/1999/xhtml”> <head>     <title></title>     <script src=”js/jquery.min.js”></script>     <script>         function SubmitData() {             var name…

  • Introduction to Entity Framework – Entity Framework Tutorial

    .

    In my another blog, I have explored about ASP.Net and ASP.Net Core. In this blog, we will see about Entity Framework. What is Entity Framework? Entity Framework is an object-relational mapping which allows developers to work with relational databases. Entity Framework is an open source framework. What is ORM? Before starting with Entity Framework lets know…

  • What are Idempotent and Non-Idempotent methods?

    .

    After reading this article, you will be confident about Idempotent and Non-Idempotent methods?Let’s start by understanding the meaning of Idempotent.Idempotent means  “unchanged in value following multiplication by itself” Idempotent Methods Idempotent HTTP methods are those methods which will not make any modification event after calling multiple times.For eg – If your client makes a DELETE request by…

RSS
YouTube
YouTube
Instagram