Skip to content

ExecuteCommands

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

Blazor Application

How to use Blazor EditForm for Model Validation

March 11, 2021November 28, 2020 by Tauqir
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 …

Read moreHow to use Blazor EditForm for Model Validation

How to publish a Blazor Server Application to IIS

March 28, 2021May 21, 2020 by Tauqir
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 …

Read moreHow to publish a Blazor Server Application to IIS

The difference in Blazor Server and WebAssembly Application

March 28, 2021May 15, 2020 by Tauqir
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 …

Read moreThe difference in Blazor Server and WebAssembly Application

Exploring Blazor WebAssembly App Project Structure

March 28, 2021May 15, 2020 by Tauqir
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 …

Read moreExploring Blazor WebAssembly App Project Structure

Basic CRUD operations in Blazor using SQLite as the database

March 28, 2021April 23, 2020 by Tauqir
Basic CRUD operations in Blazor using SQLite as the database 5

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 …

Read moreBasic CRUD operations in Blazor using SQLite as the database

How to consume REST API in Blazor Application

March 28, 2021April 22, 2020 by Tauqir
How to consume REST API in Blazor Application 6

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 …

Read moreHow to consume REST API in Blazor Application

Blazor Lifecycle Methods in .Net Core 3.1 – Basic Explanation

March 28, 2021April 15, 2020 by Tauqir
Blazor Lifecycle Methods in .Net Core 3.1 - Basic Explanation 7

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 …

Read moreBlazor Lifecycle Methods in .Net Core 3.1 – Basic Explanation

A Simple way to Call Javascript in Blazor Application

January 28, 2021April 11, 2020 by Tauqir
A Simple way to Call Javascript in Blazor Application 8

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 …

Read moreA Simple way to Call Javascript in Blazor Application

Top 5 Blazor Component Libraries

March 28, 2021March 22, 2020 by Tauqir
Top 5 Blazor Component Libraries 9

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 …

Read moreTop 5 Blazor Component Libraries

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)

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#

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#

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

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

Categories

  • AI & ML
  • ASP.NET Core
  • Blazor
  • Design Patterns
  • dotnet cli
  • NET Core
  • Tools
  • Visual Studio
  • WPF
  • About
  • Disclaimer
  • Privacy Policy
  • Contact
© 2021 executecommands.com