Videos

  • Build and Host an Angular application on IIS

    .

    In my previous blog, I wrote about CRUD operation in Angular with .Net Web API. In this blog, I will write about building and then hosting an Angular application on IIS. In the development phase, we use ng serve command to run our Angular application with localhost URL. But, do we have to do the…

  • 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 – C- Create a record in the database R- Read record(s) from database U- Update existing…

  • 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 guidance. File extension for Python programming language is .py What type of applications can be…

  • 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 is a lightweight computer data interchange format.We can use JSON data in SQL Server tables…

  • 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 in Angular- Interpolation Property Binding Two-Way Binding Event Binding Interpolation Interpolation uses double curly braces…

RSS
YouTube
YouTube
Instagram