sharepointcafe

  • Angular CRUD example with Web API

    .

    In this blog, I will build an Angular application to demonstrate the CRUD example step by step. To demonstrate this we will use C# and ASP.Net Web API as a middleware between Angular and SQL databases. Angular CRUD Example โ€“…

  • Introduction to Python Programming

    .

    Python is a powerful programming language and a buzzword in todayโ€™s programming world. Python was introduced by Guido Van Rossum. Python is so easy to learn that a kid who understand English well can write programs in Python after little…

  • ,

    JSON functions and examples in SQL Server

    .

    In this blog, we will see the use of JSON functions and examples in SQL Server. We will also see how to query and modify JSON data using SQL Server Query.As you already know JSON stands forย JavaScript Object Notation, which…

  • Binding in Angular

    .

    Data Binding in Angular means bind the data in component’s HTML file from type script file. We can get and set DOM values dynamically using Data Binding. Data binding in Angular is either one-way or two-way. Types of Binding available…

  • Route Guards – Create Secure Routes in Angular

    .

    What is Route Guard in Angular ? Route guards in an Angular application facilitates to block a particular route based on user authentication or on some extra permissions. In this blog, we will implement route guards in Angular. Let’s suppose…

  • Complete guide to Angular Routing

    .

    Routing means navigating from one page to another page in an application. In this blog, we will create routes, child routes in an Angular app to demonstrate the concept of routing in Angular. We will see Routing, Child Routing and…

  • Angular Pipes – Built in and Custom Pipe

    .

    Pipes in Angular transform the data before it display it to view. In Angular 1 i.e. AngularJs, Pipes were called as filter. Angular offers built-in pipes and custom pipes as well. To apply pipe Angular uses | symbol before any…

  • Create and Consume ASP.Net Web API from an Angular 7 App

    .

    In previous blog, we have seen how to use HttpClientModule? In this blog, we will create and consume an ASP.Net Web API in Angular 7 App using HttpClientModule. To complete this implementation I have used Visual Studio 2017 to create…

  • How to call an API from Angular 7?

    .

    In my earlier blog, I have explained How to create a static website in Angular 7?ย In this blog, we will see how to call an API from Angular 7. In this blog, you will see how an HTTP request is…

  • Create a static website using Angular 7 – Step by Step tutorial

    .

    In this blog, we will see how to create a static website in Angular 7. Creating a website or site in Angular is so easy that you can create a simple static website by reading this blog. As you all…

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


RSS
YouTube
YouTube
Instagram