2022年2月28日 星期一
Training a ML.NET Model with Azure ML
Becca McHenry| ASP.NET Blog |18:31:36
Model Builder makes it easy to get started with Machine Learning and create your first model. As you gather more data over time, you may want to continuously refine or retrain your model. Using a combination of CLI and Azure tooling,The postTraini...
2022年2月25日 星期五
.NET GitHub Actions
David Pine| ASP.NET Blog |16:22:00
Hi friends, I put together two posts where I’m going to teach you the basics of the GitHub Actions platform. In this first post, you’ll learn how GitHub Actions can improve your .NET development experience and team productivity. I̵...
2022年2月22日 星期二
Early peek at C# 11 features
Kathleen Dollard| ASP.NET Blog |17:55:00
Visual Studio 17.1 (Visual Studio 2022 Update 1) and .NET SDK 6.0.200 include preview features for C# 11! You can update Visual Studio or download the latest .NET SDK to get these features.Check out the post Visual Studio 2022 17.1 is now availabl...
2022年2月21日 星期一
Multiple Interface Implementations In ASP.NET Core
Prasad Raveendran| www.c-sharpcorner.com |00:00:00
ASP.NET Core has built-in support for dependency injection. However, multiple implementations of an interface in ASP.NET Core is tricky. In this article, I’m going to explain two approaches through which how we can dynamically select a service fr...
2022年2月20日 星期日
Easily Do Web Scraping In .NET Core 6.0
Sarathlal Saseendran| www.c-sharpcorner.com |00:00:00
In this post, we will see how to do web scraping in .NET Core 6.0 applications.
2022年2月18日 星期五
Using API Key Authentication To Secure ASP.NET Core Web API
Gowtham K| www.c-sharpcorner.com |00:00:00
In this article, you will learn how to secure ASP.NET Core Web API using API Key authentication.
2022年2月17日 星期四
Announcing Entity Framework 7 Preview 1
Jeremy Likness| ASP.NET Blog |17:00:24
Today, the .NET data team announces the first preview release ofEF Core 7.0 (EF7).This release contains mostly bug fixes and foundation work for larger features that will land in later previews. Be sure to read the full plan for EF7 to learn what&...
Announcing .NET 7 Preview 1
Jeremy Likness| ASP.NET Blog |17:00:15
Today, we are excited to announce the next milestone in the history of .NET. While celebrating the community and 20 years of innovation, .NET 7 Preview 1 marks the first step forward towards the next 20 years of .NET.ASP.NET Core Preview 1 and EF7...
ASP.NET Core updates in .NET 7 Preview 1
Daniel Roth| ASP.NET Blog |16:46:10
.NET 7 Preview 1 is now available!. This is the first preview of the next major version of .NET, which will include the next wave of innovations for web development with ASP.NET Core.In .NET 7 we plan to make broad investments across ASP.NET Core....
2022年2月13日 星期日
Happy 20th Anniversary, .NET!
Beth Massi| ASP.NET Blog |15:00:05
Today marks 20 years since Visual Studio .NET launched and the first version of the .NET platform was released (or should I say, unleashed) to the world. We’re celebrating all month long and we encourage you to tune into a special celebration bro...
Swagger For .NET Core MVC Web API
George | www.c-sharpcorner.com |00:00:00
This article discusses Swagger for .NET Core MVC Web API.
2022年2月11日 星期五
.NET Framework February 2022 Security and Quality Rollup
Tara Overfield| ASP.NET Blog |03:42:27
This week, we released the February 2022 Security and Quality Rollup for .NET Framework.SecurityThe February Security and Quality Rollup Update does not contain any new security improvements. See January 2022 Security and Quality Rollup for the la...
2022年2月9日 星期三
How To Deploy ASP.NET Core App/Web API On Oracle Linux Server Using Nginx
Ibrahim Sumon| www.c-sharpcorner.com |00:00:00
In this article, you will learn how to deploy Asp.NET Core App / Web API in Oracle Linux 7.9 server using Nginx as reverse proxy.
Running ASP.NET Core In Linux System(Alpine Linux Distribution) Using Docker
Karthick S| www.c-sharpcorner.com |00:00:00
In this article, you will learn how to run Asp.net Core In Linux system(Alpine Linux Distribution) using docker.
2022年2月6日 星期日
JWT Authentication With Refresh Tokens In .NET 6.0
Sarathlal Saseendran| www.c-sharpcorner.com |00:00:00
In this post, we will see how to use refresh token with JWT authentication to secure .NET 6.0 applications.