SharePointCafe Admin

  • Template-driven and Reactive Forms – Angular Tutorial

    .

    In this blog, we will learn about Template driven and Reactive Forms in Angular. Angular provides more than one way to build forms for user input and form validation. Template-driven Approach In the template-driven approach, Forms input and Forms validation…

  • Introduction to .Net Core 2.0

    .

    If you are new to .Net Core, please read my earlier blog on .Net Core 1.0 Recently Microsoft released .Net Core 2.0 i.e on 14th Aug 2017. So developer like you and me can start developing .Net Core 2.0 application….

  • , ,

    What is Xml Serialization

    .

    In this blog, we will see XML Serialization and its implementation using C# code. Lets first understandย Serialization. Serialization is the process of converting an object into a format that can be transferred over the network. What is XML Serialization? XMLย Serialization…

  • , ,

    What is AMP HTML?

    .

    In today’s digital world everybody is looking for a quicker response from serving side. A web page serves content over the internet for users.  A faster web page response will make readers happy. In the same context organization like Google…

  • 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…

  • 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…

  • 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…

  • How to create secure Web API in asp.net

    .

    In my earlier blog I wrote about how to create a web api in asp.net , now your WebAPIi is ready to work. Web API security is very important especially if you are allowing it to external users to consume it.Now…

  • SharePoint 2013 Installation step by step

    .

    In this blog, I will explain about SharePoint 2013 installation on Windows Server 2008 R2, which I did recently on my system.Below is minimum software requirement for SharePoint 2013 installation.OS-  Windows Server 2008 R2 (Service Pack1) or aboveSQL Server –…

  • How do i get ASP.Net Web API to return JSON

    .

    In my earlier blog, we have seen How to create a Web API? In this blog, we will see about how to return JSON data instead of XML in Web API.ASP.Net Web API returns XML by default. But we can change…

  • How to create ASP.Net Web API

    .

    In this blog, I have created ASP.Net web api using Visual Studio 2015.If you need to know what is web api then please read one of my previous blog. Follow the below steps to create ASP.Net Web API Open Visual…

  • What is Web API? When should we use in our projects?

    .

    Web API is the Microsoft open source technology for developing REST services based on HTTP protocol. ASP.Net Web API is a framework for building, consuming HTTP based service. The advantage of Web API is that it can be consumed by…

  • Angular JS model and controller

    .

    Angular JS Model: ng-model directive in Angular JS is use to bind the value of an HTML control to any variable. <div ng-app=”testApp” ng-controller=”testCtrl”>    Name: <input ng-model=”name”>    <h1>Hello : {{name}}</h1></div>

  • Google API to authenticate on website using Java Script

    .

    In the previous blog, I have explained about How to create App in Facebook and how to authenticate using Java Script Code.In this blog, I will explain how you can use Google API to authenticate users using Google Account and…

  • Razor View and ASPx in MVC

    .

    In MVC 5 we have only one way to create View which is Razor View, the file extension of razor view is “.cshtml” But before MVC 5 we had one more option which was ASPX, now in MVC 5 ASPX…

  • My first ASP.Net MVC Program

    .

    In all my blog I will be giving example/code in context of Visual Studio 2015.So first create a MVC project in VS 2015. My first ASP.Net MVC Program File-> New -> ProjectSelect Web from templates (from left side) and ASP.Net…

  • Introduction to ASP.Net MVC

    .

    In this blog, we will know about ASP.NET MVC.This is my first blog on MVC.  We will see below topics in this blog – 1. What is ASP.NET MVC?2. A relation between ASP.NET and ASP.NET MVC.3. Why MVC?4.The lifecycle of MVC…

  • Insert record in database using angular js

    .

    In this blog I will explain about how we can save data in SQL database using Angular JS.In this example i have written a web method which is available in .cs file. So lets start by create a web application…

  • Angular JS Ng-repeat directive

    .

    In this blog I will explain about ng-repeat directives in Angular JS. ng-repeat repeats set of HTML. <div ng-app=”” ng-init=”EmpName=           Stu =[{stufname :‘John’,address:‘India’ }          ,{stufname :‘Tom’,address:‘USA’ }          ,{stufname :‘Sachin’,address:‘India’ },          {stufname :‘Rahul’,address:‘UK’ }          ,{stufname :‘Rohan’,address:‘Australia’…

  • Data Contract Serialization and De-Serialization – WCF Service Tutorial

    .

    Serialization is the process of converting an object to transferable data format. By default WCF uses DataContractSerializer. And vice-versa process is called De-Serialization.       public class Product     {         public int  ProductID         {             get;set;         }           public string ProductName         {             get;set;…


RSS
YouTube
YouTube
Instagram