2023年11月7日 星期二
Join us for the Great .NET 8 Hack
Aaron Powell | ASP.NET Blog |18:05:00
Join us for a virtual hackathon, November 20 to December 4, 2023 to learn how to build awesome apps with .NET, AI, or Cloud Native. And a chance to win exciting prizes!The postJoin us for the Great .NET 8 Hackappeared first on.NET Blog.
2023年11月6日 星期一
The convenience of System.IO
Richard Lander| ASP.NET Blog |18:05:00
File I/O APIs are used pervasively in apps. .NET has great API for reading and writing files. They are a great example of the convenience of .NET.The postThe convenience of System.IOappeared first on.NET Blog.
2023年11月3日 星期五
What’s new with identity in .NET 8
Jeremy Likness | ASP.NET Blog |17:05:00
An introduction to identity in .NET 8 with code examples to secure APIs, generate a Blazor-based UI and integrate authentication into Blazor WebAssembly apps.The postWhat’s new with identity in .NET 8appeared first on.NET Blog.
2023年11月2日 星期四
A new F# compiler feature: graph-based type-checking
Florian Verdonck| ASP.NET Blog |17:05:00
Graph-based type-checking is a new F# compiler flag that allows the compiler to type-check files in a project in parallel whenever possible.The postA new F# compiler feature: graph-based type-checkingappeared first on.NET Blog.
Trying out MongoDB with EF Core using Testcontainers
Arthur Vickers | ASP.NET Blog |15:00:00
An introduction to the MongoDB database provider for EF Core, including use of TestcontainersThe postTrying out MongoDB with EF Core using Testcontainersappeared first on.NET Blog.
2023年11月1日 星期三
.NET Core Middleware for Logging using Serilog
Afsar Uddin | www.c-sharpcorner.com |00:00:00
This article provides a comprehensive guide to setting up .NET Core middleware for logging using Serilog. It covers key steps from project setup to middleware configuration, highlighting the flexibility and customization options offered by Serilog...
2023年10月31日 星期二
.NET 8 Performance Improvements in .NET MAUI
Jonathan Peppers| ASP.NET Blog |17:05:00
What improvements did we bring to .NET MAUI in .NET 8? Click to find out more!The post.NET 8 Performance Improvements in .NET MAUIappeared first on.NET Blog.
2023年10月27日 星期五
.NET Framework October 2023 Cumulative Update Preview
Tara Overfield | ASP.NET Blog |01:32:23
Today, we are releasing the October 2023 Cumulative Update Preview for .NET Framework.Quality and ReliabilityThis release contains the following quality and reliability improvements.WPF1Addresses an issue to provide an appconfig mechanism to allow...
2023年10月25日 星期三
Output Caching in ASP.NET Core
Keyur | www.c-sharpcorner.com |00:00:00
Learn the benefits of output caching, a powerful web optimization technique. Understand its types, including client-side, proxy, and server-side caching, and explore its implementation in ASP.NET Core.
2023年10月24日 星期二
ASP.NET Core MVC CRUD Application with Dapper
Simran Verma| www.c-sharpcorner.com |00:00:00
Learn how to build a robust CRUD application in ASP.NET MVC with Dapper, a lightweight and efficient ORM library.
2023年10月21日 星期六
Unit Testing with xUnit
Ajay Kumar| www.c-sharpcorner.com |00:00:00
In this article, we will learn how to implement and configure the xUnit in our ASP.NET Core project.
2023年10月20日 星期五
Building 3D Applications and Content with .NET MAUI and Evergine
jorge canton ferrero| ASP.NET Blog |17:05:00
See how you can leverage Evergine to build 3D applications and content in .NET MAUI with just a few lines of code!The postBuilding 3D Applications and Content with .NET MAUI and Evergineappeared first on.NET Blog.
How to Implement Continuous Querying with NCache?
Sriram Kumar Mannava| www.c-sharpcorner.com |00:00:00
In this detailed article, let us discuss how we can implement continuous querying with NCache.
ASP.NET Core In-Memory Caching Exploration
Keyur | www.c-sharpcorner.com |00:00:00
Caching in web applications, like ASP.NET Core, enhances performance by storing frequently accessed data in memory. This article explains its benefits, types, and practical usage for database data.
2023年10月19日 星期四
Data Validation in ASP.NET Core with FluentValidation
Ajay Kumar| www.c-sharpcorner.com |00:00:00
FluentValidation in ASP.NET Core Data Validation is a title that encapsulates the concept of using the FluentValidation library within the ASP.NET Core framework for effective data validation. In this context, "FluentValidation" ...