dev-resources.site
for different kinds of informations.
Important Links
Published at
12/20/2024
Categories
csharp
aspnet
performance
gc
Author
phougatv
Main Article
Author
8 person written this
phougatv
open
Table of content
- 1. ASP.NET
- 2. ADVANCED .NET
- 3. .NET PERFORMANCE & PROFILING
- 4. REST APIs
- 5. DISTRIBUTED CLOUD APPLICATION
1. ASP.NET
1.1. Authentication & Authorization
1.2. Guidelines
2. ADVANCED .NET
- Documentation โ Advanced .NET Programming
- .NET Coding Patterns โ 1
- .NET Coding Patterns โ 2
- Jon Skeet's C# and .NET articles and links
- UserGroup TV
2.1. HttpClient
HttpClient
Guidance- HTTP client guidelines
- Issues with the original
HttpClient
class available in .NET IHttpClientFactory
with .NET- Make HTTP requests with
HttpClient
class
2.2. Asynchronous programming
- Async Guidance
- Asynchronous Programming with async and await
- Asynchronous Programming Scenarios
- How async/await Really works in C#
- Async/Await โ Best Practices in Asynchronous Programming
- Async Programming
Task.Run
Etiquette and Proper Usage- A Tour of
Task
2.3. GC
3. .NET PERFORMANCE & PROFILING
3.1. Performance engineering
3.2. Memory and Span
- Memory and Span usage guidelines
- All About Span: Exploring a New .NET Mainstay
- ๐บ Deep .NET: A Complete .NET Developer's Guide to Span
- ๐บ C# 7.2: Understanding Span
- Span by Adam Sitnik
-
Span<T>
by Krzysztof Cwalina -
An Introduction to Optimising Code Using
Span<T>
by Steve Gordon
3.3. System.IO.Pipelines
- ๐บ High Performance IO with
System.IO.Pipelines
System.IO.Pipelines
: High performance IO in .NETSystem.IO.Pipelines
in .NET- C# for High-Performance Systems by Oren Eini
- ๐บ Turbocharged - Writing High-performance C# and .NET code
- Pipelines - A guided tour of the new IO API in .NET, Part 1 by Marc Gravell
- Exploring Spans and Pipelines
- Exploring Spans and Pipelines Revisited
3.4. ArrayPool
3.5. Profiling and Diagnostics
- PerfView
- PerfView Overview
- ๐บ Series โ PerfView Tutorial
- ๐บ PerfView Part 1
- ๐บ PerfView Part 2
- ๐บ PerfView Part 3
- ๐บ PerfView Part 4
- ๐บ PerfView Part 5
- ๐บ PerfView Part 6
- ๐บ PerfView Part 7
- ๐บ PerfView Part 8
- Measure app performance in Visual Studio
- Improving Visual Studio performance with the new Instrumentation Tool
- Case Study: Double performance in under 30 minutes
- .NET Core Diagnostics Overview
- Specialized diagnostics
- .NET CLI global diagnostic tools
- Diagnostics tutorials โ Collect performance trace in Linux with PerfCollect
- Diagnostics and instrumentation
- Choosing a .NET Memory Profiler in Visual Studio โ Part 1
- GC Performance Counters
- Work flow of diagnosing memory performance issue โ Part 0
- Work flow of diagnosing memory performance issue โ Part 1
- Work flow of diagnosing memory performance issue โ Part 2
- GC ETW Events โ Part 1
- GC ETW Events โ Part 2
- GC ETW Events โ Part 3
- GC ETW Events โ Part 4
- Processing GC ETW Events Programmatically with the GLAD Library
- Analyze CPU and Memory while Debugging
4. REST APIs
5. DISTRIBUTED CLOUD APPLICATION
aspnet Article's
30 articles in total
The Future of ASP.NET: What to Expect
read article
DevExpress - Enhancing ASP.NET Web Forms with the ASPxGridView Control
read article
Advanced Search in .NET with Elasticsearch(Full Video)
read article
Introducing Brick SaaS Starter Kit - Launch SaaS Products Faster
read article
Using server sent events in ASP.NET
read article
Important Links
currently reading
Serverless OAuth2/OIDC server with OpenIddict 6 and RDS Aurora v2
read article
Learning in Reverse: How I Would Learn ASP. Net Core and Entity Framework If I Could Go Back In Time
read article
Dependency injection validation error in ASP.NET Core projects
read article
Agrupamiento de datos de una lista usando LINQ en C#
read article
Asp .Net: Create a Simple 'Web User Control'
read article
[ASP.NET] ๅฆไฝๅฐๅๅฐ้ฏ่ชค้ ้ข
read article
DevExpress - Simplifying Server-to-Client Data Transfer with ASPxCallback JSProperties
read article
Asp.net
read article
[ASP.NET] ่จญ็ฝฎ่ๅๅพ Web.config ่ชๅฎ็พฉ่ณๆ
read article
How to Hire Dedicated .NET Developers
read article
Permission-Based Authorization in ASP.NET Core: A Step-by-Step Guide
read article
Permission-Based Authorization in ASP.NET Core: A Step-by-Step Guide
read article
Dependency Container and Services Lifetimes (ะะฐ ััััะบะพะผ)
read article
Containerize ASP.NET Core API, Entity Framework with SQL Server, Let's Encrypt, Docker, and Nginx (Part 1)
read article
differences of Transient and scoped in ASP NET
read article
ASP.NET8 using DataTables.net โ Part6 โ Returning additional parameters in AJAX
read article
ASP.NET8 using DataTables.net โ Part4 โ Multilingual
read article
ASP.NET8 using DataTables.net โ Part8 โ Select rows
read article
ASP.NET8 using DataTables.net โ Part3 โ State saving
read article
ASP.NET8 using DataTables.net โ Part7 โ Buttons regular
read article
ASP.NET8 using DataTables.net โ Part5 โ Passing additional parameters in AJAX
read article
ASP.NET8 using DataTables.net โ Part9 โ Advanced Filters
read article
ASP.NET8 using DataTables.net โ Part2 โ Action buttons
read article
ASP.NET 8 โ Multilingual Application with single Resx file โ Part 3 โ Forms Validation Strings
read article
Featured ones: