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