Educator | Technologist

Post of The Day

  • What is Angular? Angular is a web framework that empowers developers to build fast, reliable applications. Maintained by a dedicated team at Google, Angular provides a broad suite of tools, APIs, and libraries to simplify and streamline your development workflow. Angular gives you a solid platform on which to build fast, reliable applications that scale…

    [ Read More ]

Latest Posts

  • Frontend Development using Angular Js

    What is Angular? Angular is a web framework that empowers developers to build fast, reliable applications. Maintained by a dedicated team at Google, Angular provides a broad suite of tools, APIs, and libraries to simplify and streamline your development workflow. Angular gives you a solid platform on which to build fast, reliable applications that scale…

    Read More…

  • Entity Framework in .Net Development

    What is Entity Framework? Entity Framework is an Object Relational Mapper (ORM) which means it can translate our codes into SQL commands and perform CRUD operations in our database tables. What can Entity Framework do? #Adding Entity Framework in the .Net Project For this example we will be using SQLite Database and Entity Framework for…

    Read More…

  • Setting up VS Code for C# Development

    In order to develop applications in dotnet framework, we need to configure the Visual Studio Code by adding extensions from the marketplace(available in the VS Code). 2. Lets begin by installing the “C# Dev Kit” extension. 3. Now lets install the “NuGet Gallery” extension to help manage the packages required during project development. 4. (Optional)…

    Read More…

  • Setting up Developer Environment VS Code, .NET, Nodejs, Postman

    In order to develop applications in dotnet framework, we need to install a software development kit and few complementary software apps such as code editors and software apps to test the APIs (Postman). After successfully downloading the SDK, install the software following the on screen instructions. 2. OPTIONAL – Lets now download the Nodejs as…

    Read More…

  • Creating a new .Net Webapi Project

    #Prerequisite Check that your system has the reqruied dotnet sdks installed. #Let’s now create a new dot net webapi project using the command line or terminal 2. Change the directory to the newly created project folder/directory 3. Now, lets checkout the various types of projects that we can create using the dotnet framework. 4. We…

    Read More…

  • Need for an Operating System

    Why Was the Operating System Necessary? When we think about computers today, they feel fast, friendly, and intuitive—whether you’re tapping on a phone screen or clicking around on a laptop. But rewind to the early days of computing, and things looked very different. In fact, without operating systems, using a computer was a daunting, slow,…

    Read More…