sharepointcafe

  • Consume Web API 2 in C# Console Application

    .

    Web API can be consumed either using JQuery, Angular JS, MVC or Console Application. In this blog, we will consume Web API 2 using HttpClient in a Console Application. I have already created a Web API2 demo project earlier, you may…

  • Web API2 CRUD operations using Entity Framework and MVC

    .

    In this blog, we will perform Web API CRUD operations using Entity Framework and ASP.Net MVC. What is ASP.Net Web API? Web API is the Microsoft open source technology for developing REST services based on HTTP protocol. ASP.Net Web API…

  • ,

    Consume Web API 2 using JQuery in MVC application

    .

    In this blog, we will see how to create a Web API in Visual Studio 2017 and consume this API from MVC application using jQuery. Web API is the Microsoft open source technology for developing REST services based on HTTP…

  • Angular Tutorial – Setting up the local development environment

    .

    In this blog, we will see how can we setup development environment in Visual Studio 2017 to run angular 2 application. Angular Installation To setup the Angular 2 environment we need node js, npm and type script. Let’s install these…

  • How to integrate Google recaptcha with ASP.Net MVC Application?

    .

    In this blog, Let’s see how can we integrate Google reCapctah with ASP.Net MVC. What is Google ReCaptcha? Google reCaptcha help public websites to prevent spam access on an input form like login, signup.It is basically a way to identify…

  • How to upload an image with other form data in ASP.Net MVC?

    .

    In this blog, I will write about How to upload an image with other form data in ASP.Net MVC 5. You may read my other articles on MVC. Sometimes, we require to collect image/photo with other form inputs. For eg…

  • ASP.Net MVC Ajax.BeginForm with an example – MVC Blogs

    .

    Hi, recently I was working on a project in MVC. I had to post a form using Ajax to avoid page postback.I have demonstrated this by an example. Let’s see the code to implement Ajax.BeginForm in an MVC application. Ajax.BeginForm…

  • , ,

    LINQ with an MVC Project

    .

    This blog contains basic information about LINQ. Also, we will see how can we use LINQ in an MVC project. What is LINQ? LINQ stands for Language Integrated Query. LINQ can be used to query from a variety of data…

  • ,

    Important Web service interview questions and answers

    .

    In this blog, I have collected Web Service interview questions and answers which are very important for interview. Whether you are a fresher or have some development experience, the Web Service interview questions given below will prove to be very…

  • Is AngularJS different from Angular?

    .

    Angular is a well known powerful web application framework in use today. To provide a better stability and highly optimized web application, Angular has released multiple versions time to time. What are AngularJs and Angular? Angular has a completely rewritten…

  • ,

    Important ASP.Net interview questions and answers for experienced developer

    .

    In this blog, I have collected the most common interview questions and answers based on my personal experience. Below are questions asked for the Senior Dot Net developer role. 1. What is Middleware? Middleware is software used to communicate between…

  • Tag Helpers in ASP.Net Core MVC

    .

    In this article, we will learn about Tag Helpers in .NET Core MVC. Tag Helpers is new feature introduced in ASP.Net Core MVC. Tag Helpers do the same thing as HTML Helpers does in previous versions of MVC but with…

  • ActionName and NonAction Attribute in ASP.Net MVC

    .

    ActionName and NonAction attribute in MVC is the attribute applied to an action method. These attribute helps route engine to execute correct Action method and the respective View. ActionName Attribute ActionName attribute actually provide a alias to the action method,…

  • Storage account in Microsoft Azure

    .

    Storage account in Azure is a modern data storage place where we store data and files. In this blog, we will see what are storage services available in Azure and How to create an Azure Storage account? Azure Storage Account…

  • Dependency Injection in C#

    .

    In this blog, we are going to learn about Dependency Injection. And, how we can implement Dependency Injection in C#? We will also learn the ways we can implement Dependency Injection in C#. What is Dependency Injection (DI)? So, let’s first…

  • Virtual Machines in Microsoft Azure

    .

    In this blog, we will see What is a Virtual Machine? and How to create a Virtual Machine in Microsoft Azure? Also, we will look into few points in context of AZ 900 exam. What is a Virtual Machine? Azure…

  • ,

    Important ASP.Net MVC interview questions and answers

    .

    In this blog, I have collected ASP.Net MVC interview questions and answers. For an ASP.Net developer, MVC is very important for interviews in any MNCs. Whether you are a fresher or have .Net MVC development experience, the .Net MVC interview…

  • Caching in ASP.Net MVC

    .

    In this blog, we will see how to implement caching in MVC?Before writing MVC code for caching, you should be very much clear about “What is Caching?” What is Caching? Cache means to store it in a temp memory for…

  • How to use multiple layout pages in MVC application?

    .

    In this blog, we will see how to use multiple Layout pages in an MVC application.Layout pages are used to share common designs across all view pages. For eg, header and footer are generally common across the application. In this…

  • Exception Handling in MVC

    .

    In this blog, we will see Exception handling in MVC. There are more than one ways to handle an exception in ASP.Net MVC. Let’s see in details below – How to Handle Exception in ASP.Net MVC? As already mentioned above…


RSS
YouTube
YouTube
Instagram