Shalvin - Angular and Microsoft .Net Blogs
Pages
(Move to ...)
Home
Technology Training
Angular
Asp .Net
Entity Framework
ReactJS
C#
Web Sites of Interest
MVC
Photos
▼
Thursday, January 23, 2025
.Net 9 with Angular 19
›
Visual Studio provides a project template for working with Angular and .Net Core. It creates a solution with separate Web Api and Ang...
Sunday, May 12, 2024
.Net 8 MVC
›
.Net Model View Controller (MVC) is a Server Side Web Application Technology. It Comprises of Model, which is the object oriented repres...
1 comment:
C# 12
›
C# is a popular cross platform programming language used to creating wide ranging of applications like Web, Desktop, or Mobile. You can ...
Thursday, March 28, 2024
Angular : Part 1 Getting Started with StackBlitz
›
Angular is a Single Page Application (SPA) framework from Google. Single Page Application is a web application that works entirely in the c...
Tuesday, August 1, 2023
Python 2 Functions
›
Functions def hello(): print("Hello functions") hello() Functions with Parameters def add(i, j): return i + j ...
Python
›
print print("Hello Python") Memory Variable name = "Shalvin P D" print("Hello ", name) Multipl...
Monday, May 29, 2023
Blazor I : Blazor Server Getting Started
›
Blazor is a free and open-source web framework that enables developers to create web apps using C# and HTML developed by Microsoft. Previous...
Thursday, January 26, 2023
Creational Design Patterns
›
Creational design patterns deal with object creation mechanisms, trying to create objects in a manner suitable to the situation. They incr...
›
Home
View web version