Advertisement
Поиск по сайту
         

Результаты поиска

Найдено: 40
2 дня назад
How to implement feature flag in ASP.NET Core Blazor Follow me on Twitter, happy to take your suggestions on topics or improvements. Introduction Many third-party feature flagging services are available, or your internal team could develop its own feature flag service. For those who prefer standardization, following the OpenFeature guidelines is also an option. However, none of these solutions may perfectly...
19 марта
Blazor in Action In «Blazor in Action», you will learn about: Blazor + WebAssembly Picking the right hosting model Building reusable UI components Building forms with validation Integrating with JavaScript libraries Securing your application ...
Год: 2022  •  Автор: Chris Sainty  •  Формат: PDF  •  Размер: 22,52 MB
15 марта
C# и .NET: Blazor Blazor — это технология, позволяющая создавать клиентские веб-приложения с использованием C# и .NET, а не JavaScript. Blazor может запускать ваш код одним из двух способов. Blazor WebAssembly выполняет код C# на стороне клиента в любом современном браузере, поддерживающем WebAssembly. Blazor Server отправляет события пользовательского интерфейса на стороне клиента обратно на...
25 января
Understanding Ahead-of-Time (AOT) compilation in C# A deep dive into Ahead-of-Time (AOT) compilation for optimized performance What is it? Traditionally, .NET languages like C# use Just-in-Time (JIT) compilation. In this process, the source code is initially compiled into Common Intermediate Language (CIL) code, a platform-agnostic code representation. Only when the code is executed does the JIT compiler translate...
1 декабря 2023 г.
The flight monitor case study: Applying Vertical Slices in a real-world scenario In my last articles I talked about Vertical Slice Architecture and how to organize code in a non-technical way. I showed some simple examples of how to do this in C# using the Minimal API and Blazor in .NET...
29 ноября 2023 г.
Goodbye Controllers: Building better Blazor web apps with Vertical Slices Streamline Your .NET 8 Projects with the Power of MediatR and Blazor In this article, I want to revisit how the Vertical Slice Architecture can be used. This article takes an in-depth look at feature slicing and its application to server-side rendered (SSR) .NET 8 Blazor pages without the need for...
27 ноября 2023 г.
Introducing .NET 6 Welcome to .NET 6, Microsoft’s unified framework that converges the best of the modern and traditional .NET Framework. This book will introduce you to the new aspects of Microsoft’s fully supported .NET 6 Framework and will teach you how to get the most out of it. You will learn about...
Год: 2022  •  Автор: Nico Vermeir  •  Страниц: 323  •  Формат: PDF  •  Размер: 9,61 MB
21 октября 2023 г.
C# 11 and .NET 7 – Modern Cross-Platform Development Fundamentals, 7th Edition Key Features Explore the newest additions to C# 11, the .NET 7 class libraries, and Entity Framework Core 7 Create professional websites and services with ASP.NET Core 7 and Blazor Build your confidence with step-by-step code examples and tips for best...
Год: 2022  •  Автор: Mark J. Price  •  Страниц: 819  •  Формат: PDF  •  Размер: 33,99 MB
21 октября 2023 г.
C# 10 and .NET 6 – Modern Cross-Platform Development, 6th Edition Key Features Explore the newest additions to C# 10, the .NET 6 class library, and Entity Framework Core 6 Create professional websites and services with ASP.NET Core 6 and Blazor Build cross-platform apps for Windows, macOS, Linux, iOS, and Android Book Description Extensively...
Год: 2021  •  Автор: Mark J. Price  •  Страниц: 825  •  Формат: PDF  •  Размер: 15,31 MB
11 сентября 2023 г.
React vs Blazor: The Battle of Modern Web Development Frameworks In today’s rapidly evolving web development landscape, selecting the right framework is crucial for delivering efficient, scalable, and maintainable applications. React and Blazor are two leading frameworks that have gained significant attention in recent years. As developers and businesses weigh their options, understanding the differences between these two powerful tools...
13 августа 2023 г.
Blazor WebAssembly By Example, 2nd Edition Key Features Explore and build complete, easy-to-follow web projects using Blazor. Each project includes a video example too. Test your skills in building a weather app, an expense tracker, and a Kanban board with real-world applications. Develop a deeper understanding on...
Год: 2023  •  Автор: Toi B. Wright  •  Страниц: 438  •  Формат: PDF  •  Размер: 27,7 MB
9 марта 2023 г.
ASP.NET Core Blazor Server is a platform for developing modern and dynamic web applications. With Blazor Server, you can write code in C# and create rich user interfaces using HTML and CSS, all while taking advantage of server-side rendering and real-time updates. Advantages of Blazor Server-side rendering ...
6 марта 2023 г.
Pro ASP.NET Core 6, 9th Edition Professional developers will produce leaner applications for the ASP.NET Core platform using the guidance in this best-selling book, now in its 9th edition and updated for ASP.NET Core for .NET 6. It contains detailed explanations of the ASP.NET Core platform and the application frameworks it supports. This cornerstone guide puts...
Год: 2022  •  Автор: Adam Freeman  •  Страниц: 1286  •  Формат: PDF  •  Размер: 41,12 MB
6 февраля 2023 г.
Apps and Services with .NET 7 Bestselling author Mark Price is back to guide you through the coolest and most common technologies a .NET developer should know: Blazor, .NET MAUI, gRPC, GraphQL, SQL Server, Cosmos DB, OData, SignalR, Azure Functions, and more! Key Features Build services using a variety of technologies including Web API,...
Год: 2022  •  Автор: Mark J. Price  •  Страниц: 815  •  Формат: PDF  •  Размер: 18,76 MB
25 ноября 2022 г.
In this article, you will see a Web API solution template which is built on Hexagonal Architecture with all essential features using .NET Core. Download source code from GitHub Download project template from Microsoft marketplace Introduction This is kick-off project which will...
24 ноября 2022 г.
Blazor and Razor have a healthy following in the web UI dev community, especially among developers who primarily work within .NET Core. However, the confusion between these two can be off-putting for some developers, especially beginners. This post discusses the similarities and differences between Blazor framework and Razor; both are part...
24 октября 2022 г.
For as long as web applications have been around, full-stack developers have had to work with different sets of technologies for the front and backend. For instance, a developer would use something like Angular for the frontend and Express.js for the backend. Microsoft aimed to change this approach by unifying...
16 апреля 2022 г.
Sometimes it’s the little things that count. When .NET 6 dropped this November, a few top-line items grabbed all the attention. I’m talking about C# 10, hot reload, Blazor’s AOT compilation, and some serious inner loop performance improvements. All of them are worthy enhancements. But if you look beyond the marquee...
1 июня 2021 г.
ASP.NET Core 5 for Beginners
https://sd.blackball.lv/books/18762
Просмотров: 2962
Learn how to build web applications efficiently using ASP.NET Core 5 with the C# programming language and related frameworks. Key Features - Build web apps and services and cross-platform applications using .NET and C#; - Understand different web programming concepts with the help of real-world examples; - Explore the new features and APIs in...
Год: 2020  •  Автор: Andreas Helland, Vincent Maverick Durano, Jeffrey Chilberto, Ed Price  •  Страниц: 599  •  Формат: PDF  •  Размер: 14,37 MB
19 марта 2021 г.
In this article, We will talk about Onion Architecture In ASP.NET Core and it’s advantages. We will also together build a WebApi that follows a variant of Onion Architecture so that we get to see why it is important to implement such an architecture in your upcoming projects. You can...



© 1999–2024 WebDynamics
1980–... Sergey Drozdov
Area of interests: .NET Framework | .NET Core | C# | ASP.NET | Windows Forms | WPF | HTML5 | CSS3 | jQuery | AJAX | Angular | React | MS SQL Server | Transact-SQL | ADO.NET | Entity Framework | IIS | OOP | OOA | OOD | WCF | WPF | MSMQ | MVC | MVP | MVVM | Design Patterns | Enterprise Architecture | Scrum | Kanban