sharepointcafe

  • Directives in Angular

    .

    One of the most important elements of Angular is Directive. In this article, we will learn What are Angular Directives and its type and how to create custom directives. What are Directives in Angular? Directives in Angular extend the use…

  • How to do Component Communication in Angular?

    .

    In Angular Apps, you are going to come across a scenario where component needs to communicate with each other. In this blog, we will see how to send data from one component to another component in Angular application. You can…

  • Angular CLI Commands

    .

    Below are some of the important and useful Angular CLI commands that are useful while developing an Angular Application. To install Angular CLI To get online help To get detailed help of a command To get Angular version details Read:-…

  • Angular 2 vs Angular 4 vs Angular 5

    .

    Angular 2, Angular 4 and Angular 5 are open source and fully TypeScript based client-side framework to develop a Single Page Application (SPA). In this blog, we will explore the new features in Angular 2, Angular 4 and Angular 5….

  • Building Blocks of an Angular Application

    .

    The main building blocks of any Angular Application are Component, Modules, Template, MetaData, Data binding, Directive, Services, Dependency Injection, Routing. In this blog, we will see main building blocks of Angular one by one. Architecture of Angular 2 moves around…

  • Learn Type Script Quickly

    .

    In thig blog, we will learn Type Script. If you are going to learn Angular then you must be comfortable with TypeScript. What is TypeScript? TypeScript is a typed superset of Java Script that compiles the code into JavaScipt. Type…

  • Create Angular App and run using Angular CLI

    .

    Once you are done with the installation and setting the local development environment, we will create a new Angular App using Angular CLI. Install Angular CLI To install Angular CLI run this command in command prompt. npm install -g @angular/cli In…

  • How to Enable HTTPS for ASP.Net Web API?

    .

    In this blog, we will see how to enable a Web API service to the server over HTTPS only and not on HTTP.If you are new to Web API, then read my earlier blogs on ASP.Net Web API here.As you…

  • Basic Authentication in Web API

    .

    In this blog, we will see the implementation of basic authentication in Web API. Security is very important aspects while working on the distributed application. While exposing an API we must take care about security. Basic Authentication is a simple…

  • ,

    What is AutoMapper in C#?

    .

    AutoMapper is used to map data between two objects. In this blog, we will see how to use AutoMapper in our application. Let’s demonstrate the use of Automapper by an example. Suppose we have a class called Employee with 2…

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


RSS
YouTube
YouTube
Instagram