This series of blogs mainly introduces .NET6 Related technology , Get started with Basics 、 Advanced upgrade to advanced sublimation , Finally, the technology application ability is tested through an enterprise level project . Share your personal skills and experience , throw away a brick in order to get a gem , I hope that's helpful . At the same time, I also hope that the technical giants will not hesitate to give their comments , Put forward valuable opinions and suggestions , Give technology 、 thought 、 Direction and other aspects of guidance .

- ASP.NET Core 6 Basic introduction series 4: Detailed explanation of project structure
- ASP.NET Core 6 Basic introduction series 3: newly build ASP.NET Core Web 6.0 project
- ASP.NET Core 6 Basic introduction series 2 : Development environment preparation
- ASP.NET Core 6 Basic introduction series 1 :ASP.NET Core 6 brief introduction
- Preliminary knowledge 1:C#5、C#6、C#7、C#8、C#9、C#10
- Preliminary knowledge 2:.NET contrast .NET Framework
- Preliminary knowledge 3:ASP.NET Core summary
- Preliminary knowledge 4:ASP.NET Core contrast ASP.NET
- Preliminary knowledge 5:ASP.NET WebForm contrast ASP.NET MVC
- Preliminary knowledge 6:ASP.NET Core 3.1 New function
- Preliminary knowledge 7:ASP.NET Core 5.0 New function
- Preliminary knowledge 8:ASP.NET Core 6.0 New function
- .NET Platform series 1: .NET Framework development history
- .NET Platform series 2 :.NET Framework Detailed explanation framework
- .NET Platform series 3 :.NET CLR Detailed explanation
- .NET Platform series 4 :.NET Open source road
- .NET Platform series 5: .NET Core brief introduction
- .NET Platform series 6 :.NET Core development history
- .NET Platform series 7 :.NET Core Architecture details
- .NET Platform series 8 :.NET Core Functions of each version
- .NET Platform series 9 :.NET Core 3.0 / .NET Core 3.1 Detailed explanation
- .NET Platform series 10 :.NET Unified platform vision
- .NET Platform series 11 :.NET The future planning of the platform
- .NET Platform series 12 :.NET Open source in the future .NET Core
- .NET Platform series 13:.NET5 A unified platform
- .NET Platform series 14:.NET5 What's new in
- .NET Platform series 15:.NET5 The performance improvement of hanging and blasting in the project
- .NET Platform series 16:.NET5/Asp.Net Core In the world Web Framework authority performance test Web Framework Benchmarks The performance of hanging and exploding in the sky
- .NET Platform series 17:.NET5 Medium ARM64 performance
- .NET Platform series 18:.NET5 Super advantage of
- .NET Platform series 19: In the new world .NET Big unified platform architecture analysis
- .NET Platform series 20:.NET Standard Application details
- .NET Platform series 21: The age of cloud Nativity .NET5 Dominate the world
- .NET Platform series 22:.NET Core/.NET5 contrast .NET Framework
- .NET Platform series 23:.NET Core/.NET5 and .NET Framework Suggestions for selection
- .NET Platform series 24: from .NET Framework Migrate to .NET Core/.NET5 A technical guide to
- .NET Platform series 25: from ASP.NET Migrate to ASP.NET Core A technical guide to
- .NET Platform series 26: stay Windows Installation on .NET Core/.NET5/.NET6
- .NET Platform series 27: stay Linux Installation on .NET Core/.NET5/.NET6
- .NET Platform series 28: stay macOS Installation on .NET Core/.NET5/.NET6
- .NET Platform series 29:.NET Core Cross platform mystery
- .NET Platform series 30:.NET Core/.NET Summary of learning resources
- .NET Platform series 31:.NET Summary of cloud native learning resources
ASP.NET Core 6 From entry to enterprise level practical development application technology summary of more relevant articles
- ASP.NET Core And Identity introduction ( 3、 ... and )
Preface In the last article , We learned CookieAuthentication middleware , This article mainly looks at Identity In itself . Earliest 2005 year ASP.NET 2.0 At the beginning of , Web Applications ...
- [ turn ]ASP.NET Core And Identity introduction ( 3、 ... and )
In this paper, from :http://www.cnblogs.com/savorboard/p/aspnetcore-identity3.html Preface In the last article , We learned CookieAuthentica ...
- ASP.NET Core 1.0 introduction —— Understand an empty project
var appInsights=window.appInsights||function(config){ function r(config){t[config]=function(){var i= ...
- ASP.NET Core 1.0 introduction ——Application Startup
var appInsights=window.appInsights||function(config){ function r(config){t[config]=function(){var i= ...
- recommend :【 Video tutorial 】ASP.NET Core 3.0 introduction
Wall crack recommended , free , Easy to understand , The only pity is that I didn't record it , What's more, it's nearly half a year since they finished recording, and I haven't finished watching it yet ... The copyright belongs to the original author , It is suggested that novices should practice while watching , Otherwise, I'll find that I haven't learned anything , Don't look too high or too low [ video ...
- ASP.NET Core 3.0 introduction
original text :ASP.NET Core 3.0 introduction Course introduction And 2.x Compared with some changes that have taken place , Project structure .Blazor.SignalR.gRPC etc. Expected course structure ASP.NET Core 3.0 Introduction to project architecture AS ...
- 【 Catalog 】ASP.NET Core 2.1 Introductory tutorial
ASP.NET Core 2.1 Fast learning . Introduction series , This introductory series of tutorials is to help you get started quickly ASP.NET Core. This tutorial includes but is not limited to : Use VS Code Development ASP.NET Core application AS ...
- 《ASP.NET Core Introduction to application development 》 And 《ASP.NET Core Application development project practice 》 Official publication
“ The writing and printing of the whole book , It's the first draft . Sometimes it's a collection of public and private affairs , Every sentence you write , Third, put aside his pen : Sometimes it's fun , Write quickly , There's no end to it : Sometimes it's not interesting , Write on wood , Stop hastily . Every paragraph , Self review , Shake your head , Those who feel that something is wrong , That is, to supplement the book , So scissors paste is not ...
- Microsoft official example RazorPagesMovie stay asp.net core 2.1 The actual combat under the version
Microsoft official example RazorPagesMovie stay asp.net core 2.1 The actual combat under the version Friendship tips : operating system : MacOS 10.13.5 dotnet core: version 2.1. ...
- Start from scratch ASP.NET Core MVC Plug in development ( 7、 ... and ) - Summary of recent problems and some solutions
title : Start from scratch ASP.NET Core MVC Plug in development ( 7、 ... and ) - Problem summary and partial solutions author :Lamond Lu Address :https://www.cnblogs.com/lwqlun/p/12 ...
Random recommendation
- To learn Fiddler A powerful
① introduction :Fiddler ( Chinese name : The violin ) It's a HTTP Debugging agent for , In the form of a proxy server , Monitoring system Http Network data flow , Fiddler You can or you can check everything HTTP Communications , To set breakpoints , as well as ...
- WLAN An overview of history -01
Wireless network introduction The preliminary application of wireless network , It goes back to the Second World War , At that time, the US Army used radio signals for data transmission . They developed a radio transmission technology , And uses the quite high intensity encryption technology , It is widely used by the US and allied forces . They may ...
- c Character arrays and strings in languages
1. Character array definition and initialization Initialization of character array , The easiest way to understand this is to assign each element of an array character by character . char str[10]={ 'I',' ','a','m',' ',‘h’,'a','p','p','y ...
- CTF In the game SQL Some experience summary of Injection
ctf in sql Some tips under injection Recently, I spent a little time summing up the... Injected into major platforms trick, I'm still too good , Most of it depends on the solution to the problem , So I made a paper Easy to summarize annotator Here are Mysql Single line comment characters that can be used in : ...
- The first 1 section Commonly used DOS( Disk operating system ) command
One . open DOS Command window 1) Shortcut key :win + r, Open the command prompt window : 2) left-click “ Start ” menu , Enter... In the run cmd, Press enter to open the command prompt window : Two . Common command 1) Folder operation : d:+ enter : Drive switch ...
- [Umbraco] Familiar with the management page
Log in to umbraco After the management interface , I found the background management page very simple The left part of the homepage is a Content and Sections, On the right is the management area Introduce each Sections The meaning of representation : "Content&quo ...
- QT Implicit data sharing
QT A lot of them C++ Class uses implicit data sharing , Minimize resource copies . When passed as a parameter , In fact, only the pointer is passed , This is done by the bottom , Programmers don't have to worry , Even in multithreading , from Qt4 Start : remember , Use as much as possible const iterator ,vector ...
- Become Java GC Experts
http://www.importnew.com/author/wangxiaojie
- 717. 1-bit and 2-bit Characters Whether the last digit is 0
[ Copy questions ]: We have two special characters. The first character can be represented by one bit 0. The secon ...
- col-md-push-* and col-md-offset The difference between
The difference in implementation :col-md-offset-*, It's using margin-left Realized ,col-md-push-*/col-md-pull-* It is realized by relative positioning . Difference in effect ,col-md-offset ...







![[some notes]](/img/91/7657f90b50f012736579b1585b4ade.jpg)

