论坛


2022年2月4日 星期五

How To Post Data In ASP.NET Using AJAX Without JSON Form Serializer

Satya Karki| www.c-sharpcorner.com |00:00:00

This article explains the method of sending data in the ASP.NET MVC application using Ajax without JSON Form serializer.

2022年2月1日 星期二

Databinding with the OOP Windows Forms Designer

Klaus Loeffelmann| ASP.NET Blog |19:30:49

The design-time support for databinding in the new Windows Forms (WinForms) .NETOut of Process (OOP) Designer is different from the Framework Designer. TheWinForms OOP Designer has a new and easier approach for hooking up data sources,focusing on ...

Simple ASP.NET Core Minimal API

Furqan Zafar| www.c-sharpcorner.com |00:00:00

In this article, you will learn how to create a simple Asp .Net Core Minimal Web Api.

2022年1月30日 星期日

JWT Authentication And Authorization In .NET 6.0 With Identity Framework

Sarathlal Saseendran| www.c-sharpcorner.com |00:00:00

In this post, we will be discussing the JWT authentication and authorization using Identity framework in .NET 6.0

2022年1月27日 星期四

Performance improvements in ASP.NET Core 6

Brennan Conroy| ASP.NET Blog |17:18:02

Inspired by the blog posts by Stephen Toub about performance in .NET we are writing a similar post to highlight the performance improvements done to ASP.NET Core in 6.0.Benchmarking SetupWe will be using BenchmarkDotNet for the majority of the exa...

2022年1月26日 星期三

.NET Framework January 2022 Cumulative Update Preview

Tara Overfield| ASP.NET Blog |01:48:03

Today, we are releasing the January 2022 Cumulative Update Preview for .NET Framework.Quality and ReliabilityThis release contains the following quality and reliability improvements.CLR1Addresses rare crashes and hangs that can appear in cases whe...

2022年1月25日 星期二

How to Implement JWT Authentication in Web API Using .Net 6.0, Asp.Net Core

Amit Mohanty| www.c-sharpcorner.com |00:00:00

In this article, we are going to create a REST API using .Net 6.0, ASP.NET Core and perform basic CRUD operations, create a JWT token, and secure the APIs by implementing JWT Authentication.

2022年1月19日 星期三

Announcing .NET MAUI Preview 12

David Ortinau| ASP.NET Blog |18:36:20

Today we are shipping a Preview 12 of .NET Multi-platform App UI with many quality improvements and some new capabilities. As we near shipping our first stable release, the balance of work begins to shift towards quality improvements and stabiliza...

2022年1月13日 星期四

State of the Windows Forms Designer for .NET Applications

Klaus Loeffelmann| ASP.NET Blog |18:05:58

For the last several Visual Studio release cycles, the Windows Forms (WinForms) Team has beenworking hard to bring the WinForms designer for .NET applications to parity withthe .NET Framework designer. As you may be aware, a new WinFormsdesigner w...

2022年1月12日 星期三

.NET Framework January 2022 Security and Quality Rollup Updates

Tara Overfield| ASP.NET Blog |20:53:48

Yesterday, we are released the January 2022 Security and Quality Rollup Updates for .NET Framework.SecurityCVE-2022-21911 – .NET Framework Denial of ServiceThis security update addresses an issue where an unauthenticated attacker could cause a de...

2022年1月5日 星期三

Announcing .NET MAUI Preview 11

David Ortinau| ASP.NET Blog |19:00:01

Today we are pleased to share .NET Multi-platform App UI (MAUI) Preview 11. In this release we have added the first batch of Fluent UI control styling, multi-window implementations, control features, and another set of iOS type alignment. These on...

2022年1月4日 星期二

Standardize Your Web API's Error Response With ProblemDetails Class

Ranganath Prasad| www.c-sharpcorner.com |00:00:00

ProblemDetails class lets you standardize the error responses your Web APIs return thus avoiding multiple Devs across multiple teams follow different pattern. And this the RFC-Compliant (https://datatracker.ietf.org/doc/html/rfc7807) way of return...

2022年1月3日 星期一

A Comprehensive Guide to Port from EF6 to EF Core

Jeremy Likness| ASP.NET Blog |16:05:20

EF6 was officially released nearly a decade ago in October 2013. The next major Entity Framework release was in June of 2016 when EF Core 1.0 was introduced as a complete rewrite for the modern .NET Core platform. One final, major update to EF6 ha...

2022年1月2日 星期日

CRUD Operations Using Blazor, .Net 6.0, Entity Framework Core

Amit Mohanty| www.c-sharpcorner.com |00:00:00

In this article, we are going to create a web application using Blazor, .Net 6.0 with the help of Entity Framework Core perform CRUD operations hosted by Asp.Net Core.

2022年1月1日 星期六

How To Create Razor Pages In ASP.NET Core 6.0

Chittaranjan Swain| www.c-sharpcorner.com |00:00:00

In this article, you will learn how to create Razor Pages in ASP.NET Core 6.0.

« 上一页

下一页 »