Skip to content

Execute Commands

Software Application Articles

  • Home
  • NET Core
    • ASP.NET Core
    • Blazor
    • dotnet cli
    • WPF
  • Visual Studio
  • AI & ML
  • Design Patterns
  • Tools

NET Core

How to use Blazor EditForm for Model Validation

November 28, 2020November 28, 2020 TauqirASP.NET Core, Blazor 926 views
How to use Blazor EditForm for Model Validation 1

In this blog post, we will discuss how to use the Blazor EditForm for model validation. The EditForm component ships with the ASP.NET core package and allows us to easily validate user input and handle form submission events. Here in […]

Read more

How to publish a Blazor Server Application to IIS

May 21, 2020November 28, 2020 TauqirASP.NET Core, Blazor, NET Core 4449 views
How to publish a Blazor Server Application to IIS 2

In this blog post, we will discuss how to publish a Blazor Server Application to IIS. Here are we going to create a Blazor Server application using the default Blazor Server template in Visual Studio 2019 and we will publish […]

Read more

The difference in Blazor Server and WebAssembly Application

May 15, 2020November 28, 2020 TauqirBlazor, NET Core 3582 views
The difference in Blazor Server and WebAssembly Application 3

In this blog post, we will look into the basic difference in Blazor Server and WebAssembly Application and will point out the difference in their default project structure and code differences, advantages, and disadvantages of using different application types, etc. […]

Read more

Exploring Blazor WebAssembly App Project Structure

May 15, 2020November 28, 2020 TauqirBlazor, NET Core 1109 views
Exploring Blazor WebAssembly App Project Structure 4

In this blog post, we will take a look into the Blazor WebAssembly App Project Structure and try to understand the folder layout and what the different files represent and what they do. If you are new to ASP.NET Core […]

Read more

CRUD Operations in WPF using EntityFrameworkCore and SQLite

May 5, 2020November 3, 2020 TauqirNET Core, WPF 3428 views
CRUD Operations in WPF using EntityFrameworkCore and SQLite 5

In this blog post, we will discuss how to perform CRUD operations in WPF using EntityFrameworkCore and SQLite as the backend database. We will create a .NET Core WPF application and all the basic Create, Read, Update, and Delete operations […]

Read more

How to implement Dependency Injection in WPF

May 3, 2020November 14, 2020 TauqirNET Core, WPF 7194 views
How to implement Dependency Injection in WPF 6

The Microsoft .NET Core Framework has built-in support for Dependency Injection and the ASP.NET Core projects use this feature by default. This feature is provided through Microsoft.Extensions.DependencyInjection NuGet package and can be used in other NET Framework projects as well. […]

Read more

Basic CRUD operations in Blazor using SQLite as the database

April 23, 2020November 28, 2020 TauqirBlazor, NET Core 6713 views
Basic CRUD operations in Blazor using SQLite as the database 7

In this blog post, we will discuss how to perform CRUD operations in Blazor using SQLite as a backend database in code first approach. We will create a Blazor Server application, and all the basic Create, Read, Update, and Delete […]

Read more

How to consume REST API in Blazor Application

April 22, 2020November 28, 2020 TauqirBlazor, NET Core 4421 views
How to consume REST API in Blazor Application 8

In this blog post, we will discuss how to consume REST API in Blazor Server Application using the .NET Frameworks HttpClient class, and will cover how to invoke GET, POST, PUT and DELETE APIs and display the method responses using […]

Read more

Blazor Lifecycle Methods in .Net Core 3.1 – Basic Explanation

April 15, 2020November 28, 2020 TauqirBlazor, NET Core 2546 views
Blazor Lifecycle Methods in .Net Core 3.1 - Basic Explanation 9

The Blazor framework provides synchronous and asynchronous versions of application lifecycle methods and can be used to perform additional initialization and checks on the component. In this blog, we are going to look into these Blazor lifecycle methods and understand […]

Read more

A Simple way to Call Javascript in Blazor Application

April 11, 2020November 28, 2020 TauqirBlazor, NET Core 3096 views
A Simple way to Call Javascript in Blazor Application 10

In this blog post, we will discuss how to call JavaScript in Blazor application. Blazor is a new framework provided by Microsoft to build interactive client-side web applications using C# programming language and Razor syntax on top of the .NET […]

Read more

Top 5 Blazor Component Libraries

March 22, 2020November 28, 2020 TauqirBlazor, NET Core 7142 views
Top 5 Blazor Component Libraries 11

Blazor is a new framework provided by Microsoft to build interactive client-side web applications using C# programming language and Razor syntax on top of the .NET Core framework. Blazor application can be hosted on a server as Server Application or […]

Read more

Microsoft C# Version History

February 21, 2020April 26, 2020 TauqirNET Core, Visual Studio 672 views
Microsoft C# Version History 12

The C# programming language was first released by Microsoft in 2002 along with the new .NET Framework 1.0 and Visual Studio.NET 2002. Currently, it stands as the seventh most used programming language in the world. (source: StackOverflow 2019 survey ). […]

Read more

Microsoft .NET Core Versions History

February 21, 2020April 26, 2020 TauqirNET Core, Visual Studio 453 views
Microsoft .NET Core Versions History 13

The Microsoft .NET Core Framework is a free, open-source and managed framework for Windows, Linux, macOS and can also be used to build devices, cloud, and IoT applications. The framework provides a way to write code once and execute on […]

Read more

Introduction to WPF in .NET Core

February 17, 2020May 5, 2020 TauqirNET Core, WPF 1317 views
Introduction to WPF in .NET Core 14

Windows Presentation Foundation (WPF) is a new presentation framework to build visually aesthetic Windows desktop applications. The WPF framework allows a user to develop a rich user interface from the list of WPF framework features like XAML, media types, rich […]

Read more

ASP.NET Core Blazor Server Application Project Structure – Simple Description

January 21, 2020November 28, 2020 TauqirBlazor, NET Core 1673 views
ASP.NET Core Blazor Server Application Project Structure - Simple Description 15

In this blog post, we will look into the details of the Blazor Server application project structure and understand the organization of folders, default files and dependencies. Blazor is a new framework provided by Microsoft to build interactive web applications […]

Read more

Posts navigation

Older posts

Recent Posts

  • Top 5 Integrated Development Environments (IDE)
    Top 5 Integrated Development Environments (IDE)
  • Top 7 Web Frameworks to Learn and Focus on in 2021
    Top 7 Web Frameworks to Learn and Focus on in 2021
  • Top 7 Programming Languages to Focus on in 2021
    Top 7 Programming Languages to Focus on in 2021
  • Structural Design Patterns
    Structural Design Patterns
  • Bridge Design Pattern in C#
    Bridge Design Pattern in C#

Machine Learning

  • Machine Learning Model Generation – Simple Generic Process
    Machine Learning Model Generation – Simple Generic Process
  • Datasets for Machine Learning – Free to use
    Datasets for Machine Learning – Free to use
  • AI vs ML vs DL – The basic differences
    AI vs ML vs DL – The basic differences

NET Core

  • How to publish a Blazor Server Application to IIS
    How to publish a Blazor Server Application to IIS
  • The difference in Blazor Server and WebAssembly Application
    The difference in Blazor Server and WebAssembly Application
  • Exploring Blazor WebAssembly App Project Structure
    Exploring Blazor WebAssembly App Project Structure

Development Environment

  • Important Debugging Shortcuts of Visual Studio 2019
    Important Debugging Shortcuts of Visual Studio 2019
  • Top 7 Visual Studio 2019 extensions for Web Projects
    Top 7 Visual Studio 2019 extensions for Web Projects
  • Top 10 Productivity Tips and Tricks in Visual Studio 2019
    Top 10 Productivity Tips and Tricks in Visual Studio 2019

Design Patterns

  • Structural Design Patterns
    Structural Design Patterns
  • Bridge Design Pattern in C#
    Bridge Design Pattern in C#
  • Decorator Design Pattern in C#
    Decorator Design Pattern in C#

Categories

  • AI & ML
  • ASP.NET Core
  • Blazor
  • Design Patterns
  • dotnet cli
  • NET Core
  • Tools
  • Visual Studio
  • WPF

Tags

Blazor Application (9) Design Patterns (15) dotnet cli (12) Machine Learning (6) NET Core (29) NET Core Web (14) terminal (6) tools (10) Visual Studio 2019 (14) WPF (4)
  • About
  • Disclaimer
  • Privacy Policy
  • Contact
  • About
  • Disclaimer
  • Privacy Policy
  • Contact
Powered by WordPress | Theme: Astrid by aThemes.