Tag: MVC

What’s New in Blazor with .NET8

What’s New in Blazor with .NET8 Blazor is a modern web UI framework that allows developers to build interactive web applications using C# and HTML. Blazor can run on the server, on the client using WebAssembly, or both. Blazor also supports a variety of hosting models, such as static web apps, progressive web apps, hybrid […]

What’s New in Blazor in .NET 8 Preview 6?

.NET 8 Preview 6 is the latest preview release of .NET 8, which is expected to be released later this year. It includes many new improvements to blazor, such as: Form model binding and validation with server-side rendering: Blazor’s new server-side rendering mode can now bind and validate data from HTTP form post values. This […]

Razor Syntax

What it is and How to Use it? Introduction: It’s a great tool for developers who want to create dynamic HTML pages with minimal coding. In this blog post, we’ll take a look at what razor syntax is, how it works, and how you can use it in your own projects. Razor syntax is essentially […]

MVC Architecture

MVC architecture  is basically designed to separate the business logic and application data from the presentation data to manage easily. MVC stands for L Model – View – Controller 1).  Model: The model object knows about all the data that need to be displayed. It is model who is aware about all the operations that […]