TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Performance
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Amit Mohanty (6)
Keyur (5)
George (5)
Sardar Mudassar Ali Khan (4)
Ziggy Rafiq (3)
Simran Verma (3)
Pankaj Kumar Choudhary (3)
Mahesh Chand (2)
Ajay Kumar (2)
Chris Love (2)
John Charles Olamendy (2)
David Mccarter (2)
Arindam Dawn (2)
Prathap Reddy (2)
Jay Pankhaniya (2)
Manikavelu Velayutham (2)
Ramasagar Pulidindi (2)
Jefferson S. Motta (1)
Sarthak Varshney (1)
Vipul Malhotra (1)
Afsar Uddin (1)
Mukesh Kumar (1)
Nikita Raju Vatsavayi (1)
Ali Sufyan (1)
Faisal Pathan (1)
Buse Sorin (1)
Munir Shaikh (1)
Scott Lysle (1)
Saravanan Ganesan (1)
Mukesh Kumar (1)
Munesh Sharma (1)
Amit Singh (1)
Rathrola Prem Kumar (1)
Mohammad Hussain (1)
Bhawesh Deepak (1)
Mahipal Reddy (1)
Anand Lakshminarasimh (1)
Anu Viswan (1)
Shiju Joseph (1)
C# Corner Live (1)
Aditi Bamaniya (1)
Pushpendra Shukla (1)
Vinodh Kumar (1)
Deepak Rawat (1)
Ishika Tiwari (1)
Alpesh Maniya (1)
C# Curator (1)
Lokesh Varman (1)
Mohamed Azarudeen Z (1)
Jay Krishna Reddy (1)
Bikesh Srivastava (1)
Gowtham K (1)
Sourabh Sharma (1)
Diwakar Tiwari (1)
Naimish Makwana (1)
Tuhin Paul (1)
Ravi Shekhar (1)
Pravesh Dubey (1)
Iftikar Hussain (1)
Diptiranjan Sutar (1)
Awadhesh Jha (1)
Manoj Kumar Duraisamy (1)
Monica Rathbun (1)
Amit Tiwari (1)
Jignesh Trivedi (1)
Aravind Govindaraj (1)
Leon Pereira (1)
Sai Kumar Koona (1)
Related resources for Performance
No resource found
Performance implementation Using AccelerateBuildsInVisualStudio
11/23/2023 5:22:07 AM.
The .NET 4.8 and lower have an update for faster incremental build in VS 17.8. Visual Studio 2022 version 17.8 introduces build acceleration for non-SDK style projects targeting .NET Framework 4.8 or
SSL/TLS Termination in API Gateway Pattern
11/22/2023 4:26:16 AM.
This article would be beneficial for readers seeking to understand the importance of SSL/TLS termination in enhancing API security and performance. It's great that you not only discuss the benefit
Value Types vs Reference Types in C#
11/19/2023 6:02:26 AM.
This comprehensive guide delves into the fundamental concepts of C# data types, distinguishing between value types and reference types. Covering characteristics, pros and cons, key differences, and be
Angular vs React: Which is Faster
11/9/2023 5:10:44 AM.
Angular and React are both high-performance JavaScript frameworks for building web applications. However, there are some key differences in their performance characteristics.
New Features of Rust 1.73
11/2/2023 7:18:05 AM.
Rust 1.73 is a major release that includes a number of new features and improvements, such as impl Trait syntax, generic associated types, and improved borrow checker performance. These changes make R
Azure Redis Cache with C# for High-Performance Applications
11/2/2023 5:38:37 AM.
This article explanation of Azure Redis Cache and its integration with C# is thorough and provides a good understanding of the topic. You have covered the essential steps to set up Azure Redis Cache,
Improving SQL Table Data Performance
11/1/2023 12:11:56 PM.
This article discusses strategies and best practices for optimizing SQL table data performance. Topics covered include indexing, normalization, partitioning, data types, query design, monitoring, hard
What is Load Balancing?
10/31/2023 5:53:31 AM.
The article gives an extensive overview of load balancing, covering its definition, importance, functioning, types of load balancing algorithms, benefits, various types of load balancers, and the diff
How Caching Improves Data Access Performance?
10/27/2023 5:05:32 AM.
In this article, we explore caching's role in enhancing data access performance. Caching involves storing frequently accessed data, reducing latency and database load. Despite its advantages, chal
Managed vs. Unmanaged Code in .NET
10/16/2023 7:08:10 AM.
Managed code in .NET refers to programs written in high-level languages like C#, VB.NET, or F# that are compiled into Intermediate Language (IL) or Common Intermediate Language (CIL). This intermediat
Exploring Performance with BenchmarkDotNet in .NET
10/9/2023 9:17:54 AM.
In this article, we will explore the features of BenchmarkDotNet and demonstrate how to use it to benchmark your .NET code.
Increase Performance Of LINQ By Parallelism
10/5/2023 7:31:33 AM.
Parallelism solves many problems in the computing world if done in the right way; parallelism is not good if the task is small and needs synchronization of resources, such a scenario would hurt perfor
Angular Hydration: A Key Concept for Web Developers
9/27/2023 10:13:37 AM.
Angular Hydration A Key Concept for Web Developers explores the fundamental concept of Angular hydration, a critical element in Angular's rendering process. This concept is pivotal for web develop
C# Performance Of Code - For Loop VS Foreach Loop
9/25/2023 10:42:16 AM.
In this article, you will learn about the performance of the C# code while using for loop versus while using foreach loop.
Performance Of Loops In C#
9/20/2023 6:01:15 AM.
In this article, we will dive deep into the performance of C# Loops.
Boosting Up The Reflection Performance In C#
9/18/2023 9:36:25 AM.
Reflection is a way of obtaining metadata information about the types used in applications, which helps you describing the types, modules or assemblies at runtime. This is an extremely useful feature
15 Effective Methods for Enhancing Performance in Our ASP.NET Core Application
9/18/2023 4:39:38 AM.
15 Effective Methods for Enhancing Performance in Our ASP.NET Core Application.
Diagnosing Microservices Performance with Azure Application Insights and OpenTelemetry
9/14/2023 8:34:10 AM.
Implementing distributed tracing with Azure Application Insights or OpenTelemetry to diagnose performance issues is a crucial aspect of monitoring and troubleshooting applications in a distributed sys
Connection Pooling
9/13/2023 7:11:00 AM.
While performing any database activity it is necessary that every single connection need to be closed, but in case your application throws some exception in that case our connection wont’ get closed.
In-Memory Caching in .NET: Boosting Performance with Ease
9/9/2023 11:43:42 AM.
Explore the power of in-memory caching in .NET for enhanced application performance. Learn about its benefits, how to use MemoryCache, cache policies, and cache dependencies. Optimize your .NET applic
Boost Azure Function Performance Using Isolated .NET Core
9/7/2023 11:29:52 AM.
Boosting the performance of Azure Functions using Isolated .NET Core is a great way to ensure that your serverless applications are both scalable and efficient. In this example, we'll walk through
Optimizing ASP.NET Core Web API Performance with Azure Cache and CDN
9/5/2023 11:40:30 AM.
Using Azure Cache for Redis or a Content Delivery Network (CDN) can indeed help improve API response times and reduce the load on your server. In this example, I'll provide code snippets and steps
Monitor and Display CPU State Information
9/4/2023 10:00:57 AM.
This article describes a quick and simple approach to displaying information about the state of the CPU or CPUs on a targeted machine.
Optimizing API Performance in ASP.NET Core Web API with MiniProfiler and Glimpse
9/1/2023 8:25:56 AM.
ASP.NET Core Web API's performance using tools like MiniProfiler and Glimpse. These tools are excellent for profiling and gaining insights into your application's performance, which can help y
Exploring Azure Monitor for Performance Excellence
8/31/2023 5:59:24 AM.
Unlock the potential of Azure Monitor in the dynamic realm of cloud computing. Microsoft's comprehensive solution empowers streamlined operations through real-time insights, proactive alerts, and
Learn Iteration Statements In C#
8/28/2023 10:40:11 AM.
In this article, we will learn about some iteration statements in C#.Iteration statements, also known as loops, are essential programming constructs that allow you to execute a block of code repeatedl
Optimizing Performance for Your .NET Core Application
8/24/2023 6:04:28 AM.
In this article, we will see the best practices which can improve the performance of your .NET core application
Replication In Distributed Real Time Database System
8/23/2023 9:37:57 AM.
Replication Techniques for increasing the performance of Distributed Real Time Database System.
Masterful C# Performance Tips for All Developers
8/23/2023 6:34:39 AM.
Unlock the Power of Performant C# Coding: Mastering essential techniques for faster, more efficient applications. Optimize string handling, memory usage, value types, and asynchronous operations. Boos
Boosting Azure Function Performance with Isolated .NET Core
8/22/2023 11:19:11 AM.
In the article "Leveraging Isolated .NET Core for Azure Functions: Unleashing Performance and Independence," authored by Ziggy Rafiq, readers discover how Isolated .NET Core empowers Azure F
Power BI Data Mart: Features, Limitations, and Best Practices
8/22/2023 6:06:12 AM.
Power BI Data Mart: Features, Limitations, and Best Practices
Performance Optimization in ASP.NET Core: Strategies and Code Explanation
8/21/2023 6:06:31 AM.
Performance Optimization in ASP.NET Core involves employing various strategies to enhance the speed, responsiveness, and efficiency of web applications. This article provides insights into essential o
How To Use Indexed DB To Improve Page Load Performance
8/9/2023 10:59:49 AM.
Indexed DB is a local storage system, which will store data in client-side on browser. This is useful for applications that require us to store large amounts of data. These applications can run more e
How to Optimize SQL Server Query Performance
8/5/2023 10:16:35 AM.
How to Optimize SQL Server Query Performance.
Object Relational Mapping (ORM) Using NHibernate - Part 2 of 8
7/31/2023 5:41:13 AM.
Object-Relational Mapping (ORM) is a programming technique that allows developers to interact with a relational database using object-oriented programming paradigms. It bridges the gap between the obj
Decoding Database Sharding: A Comprehensive Overview
7/27/2023 9:37:40 AM.
Database sharding is a technique used to horizontally partition large databases into smaller, more manageable pieces called "shards." Each shard contains a subset of the data, and together t
Create an Analysis Service Data Source Connection Using SharePoint PerformancePoint
7/27/2023 8:48:28 AM.
In this article we are learning how to set up a data connection from the Dashboard Designer to an Analysis Services data cube.
Guid vs. Sequential Integers: A Great Debate in Database Design
7/27/2023 6:28:17 AM.
Explore the debate between Guids and sequential integers as primary keys in relational databases, weighing the pros and cons for optimal design choices.
Increasing your application performance with the client result_cache feature and ODP.NET
7/25/2023 10:07:43 AM.
In this article, I want to explain how to improve your application performance using Oracle Data Provider for .NET (ODP.NET) and the new features exposed by the underlying Oracle Call Interface.
Rock Your Code and App Performance for Microsoft .Net
7/13/2023 2:28:21 PM.
In this session, you will learn how to Rock Your Code and App Performance for Microsoft .NET
Laravel Lumen Lightweight Framework for Powerful Web Applications
7/11/2023 5:42:36 AM.
Laravel Lumen is a lightweight micro-framework built on Laravel, offering developers a fast and efficient solution for building microservices and APIs. With its minimalistic approach, seamless integra
Web Page Performance Optimization Through Lighthouse
7/6/2023 4:40:05 PM.
Examines the essential strategies and techniques for enhancing website performance with Google Lighthouse, a potent tool. This article explores the skilled process of web page optimization, discu
Improve site performance by inlining your CSS
6/30/2023 10:04:42 AM.
Inline CSS
Real World Coding Issues - Style and Performance Issues
6/29/2023 9:09:03 AM.
This article will show common coding issues that I see in most of the projects I work on that are in the “style” category of the code analyzers.
Eliminating Render Blocking Resources
6/28/2023 10:05:45 AM.
Enhancing Website Performance
CLS: Enhancing User Satisfaction and Conversion Rates on Your Website
6/24/2023 12:09:57 PM.
Discover how addressing Cumulative Layout Shift (CLS) improves user satisfaction and boosts conversion rates. Learn effective strategies to optimize web performance.
Simplifying Usage of trackBy in Angular Directives for Effective Item Tracking
6/19/2023 10:30:16 AM.
Discover how to leverage Angular's trackBy directive to effortlessly maintain accurate item tracking in your lists and improve rendering performance
Workload Management Concepts in Azure Synapse Analytics
6/12/2023 5:00:06 AM.
azure, azure synapse analytics, synapse, azure big data
How we can optimize SVG Files for Web Performance?
6/9/2023 9:16:14 AM.
How we can optimize SVG Files for Web Performance Complete Guide
Best Practices for CSS Selectors: Optimal Performance and Code Readability
6/5/2023 6:08:32 AM.
In this article, we will learn how we can Utilize best practices to pick and prioritize elements in a way that maximizes efficiency
Azure Disk Storage: A High-Performance, Durable, and Scalable Storage Solution for Azure VMs
6/1/2023 5:47:13 AM.
Hi everyone, today we can discuss about the azure disk storage.
Filtering Data with Global Query Filters in Entity Framework
5/24/2023 10:27:50 AM.
In certain cases, you may need to apply filtering conditions to all queries involving specific entities. This can be useful when you want to exclude soft-deleted items, filter data based on certain cr
Inserting records in a database using stored procedure and ADO.NET technology
5/24/2023 6:37:22 AM.
In this article I will explain you how to use CommandType stored procedure to insert records in a database in a disconnected manner.
Boosting Performance with Angular Change Detection Strategies
5/18/2023 11:22:22 AM.
Learn how to optimize your Angular applications by leveraging different change detection strategies. Understand how change detection works, explore the default strategy, and discover the power of the
C++ vs. Python: A Performance Comparison using an Example
5/15/2023 4:54:41 AM.
C++ and Python are two popular programming languages that are used for different purposes. C++ is known for its speed and efficiency, while Python is known for its ease of use and flexibility. In this
How to use IN Operator in MySQL
5/10/2023 4:44:45 AM.
use IN operator in MySQL
Running SAP Applications with High-Performance and Reliability: Azure Virtual Instances for SAP Solutions
5/9/2023 5:07:45 AM.
Azure provides a range of virtual machine (VM) instances that are optimized for SAP workloads. These instances are designed to provide the best performance and availability for running SAP application
Azure or AWS? Making the Right Choice for Your Cloud Infrastructure💥
5/5/2023 7:10:43 AM.
This article could compare and contrast Azure and AWS, two of the most popular cloud platforms on the market. It could cover their similarities and differences, and provide insights into which platfor
Maximizing Performance in Entity Framework Core: Tracking vs No Tracking
5/4/2023 5:38:29 AM.
In this article, we will learn about Maximizing Performance in Entity Framework Core and what is the difference between Tracking and No Tracking.
Understanding SQL Server Indexes and their Performance Implications
4/25/2023 5:26:31 PM.
Understanding SQL Server Indexes and their Performance Implications
Advanced C# Techniques for Better Code Performance
4/25/2023 6:59:33 AM.
In this article, we'll explore some of the techniques that can help you write faster, more efficient C# code.
CSS 3 Performance Considerations Transforms and Transitions
4/24/2023 7:03:10 AM.
CSS 3 Transforms and Transitions can add visual interest and interactivity to web pages.
Mastering React: Best Practices for Building Robust and Scalable Applications
4/21/2023 11:59:53 AM.
This article provides practical guidance on how to build high-quality React applications that are both robust and scalable. By following best practices such as using TypeScript, automated testing, cod
Mastering Angular Best Practices: Tips and Tricks for Building Large-Scale Applications
4/21/2023 9:16:45 AM.
Boost Your Angular Game: Best Practices for Large-Scale Applications. From code optimization to server-side rendering, learn the top tips and tricks to master Angular development and build maintainabl
Optimizing Performance in Blazor
4/20/2023 8:15:12 AM.
Optimizing Performance in Blazor
How to Use C# 12's Source Generators to Improve Performance and Efficiency
4/18/2023 7:15:57 AM.
How to Use C# 12's Source Generators to Improve Performance and Efficiency
C# 12 Preview Features: Improving Productivity and Performance
4/17/2023 6:37:02 AM.
C# 12 Preview Features: Improving Productivity and Performance
Performance Optimization In .NET Core - Tips And Tricks To Improve Application Speed
4/12/2023 5:26:03 AM.
In this article, you will learn about Performance Optimization in .NET Core: Tips and tricks to improve application speed.
Ways To Optimize Performance In ASP.NET Core Applications
4/11/2023 12:32:49 PM.
From this article you will learn a multiple ways to optimize performance in ASP.NET Core application.
What Are The Factors To Consider For Angular Application Performance?
4/10/2023 7:58:16 AM.
Measuring the performance of a web application involves evaluating various metrics that indicate how fast and responsive the application is for the end user. If your web application loads in 2-3 secon
Common Table Expression In SQL Server
3/31/2023 6:44:32 AM.
This article provides a practical guide to SQL CTE (Common Table Expressions), complete with examples that demonstrate how to use this powerful SQL feature to improve query performance and simplify co
Top 10 Tips For Building High Performance Websites
3/20/2023 4:20:37 AM.
A large scalable website is a web application with web pages, data, and functionality. Here are top 10 tips to build large scalable high-performance web applications.
Efficiently Working With Arrays And Memory In C# Using Span<T>
3/8/2023 3:01:30 PM.
In this article, we will see use of Span<T> to working with array.
Significant Tempdb Performance Improvements In SQL Server 2022
3/3/2023 5:35:44 AM.
SQL Server 2022, the latest version of Microsoft's popular relational database management system, comes with significant improvements to the performance of Tempdb.
SQL Performance (1), Optimized SELECT Query (A)
2/28/2023 6:17:26 AM.
This article discusses SQL performance on optimizing SELECT Query.
Parameter Sniffing in SQL Server
2/24/2023 4:49:12 AM.
This article is an attempt to explain what Parameter Sniffing is all about and how it affects the performance of a Stored Procedure.
How To Improve Your iOS App's Performance
2/23/2023 11:10:48 AM.
Enhancing the implementation of an iOS app is essential for a user experience. It uses to optimize various aspects of the app, including launch time, memory usage, battery drainage, data uses, and app
Some Important Tips For SQL Query Performance
2/23/2023 4:57:16 AM.
This article provides some important tips for SQL Query Performance.
Performance Tuning High Level- SQL SERVER
2/17/2023 5:51:07 AM.
You can view the query execution plan while executing the query in your query analyzer. Through that, you can tune your query. It will show you whether the appropriate tables are using the proper inde
Optimizing Queries For Faster Performance In SQL Server - A Step-By-Step Guide With Examples
2/14/2023 10:36:17 AM.
In this article, you will learn about Query Optimization in SQL Server.
Query Optimization In SQL Server
2/10/2023 10:40:11 AM.
The way how can we optimize the Sql query and procedures
Database Fine Tuning - Best Practices And Examples
2/10/2023 10:39:14 AM.
In this article, you will learn about Database Fine Tuning - Best Practices and Examples.
SQL Performance (3), Optimized DATA MODIFYING Query
2/8/2023 10:23:52 AM.
This article discusses the Update statement performance improvement.
SQLCLR vs. T-SQL - Performance Comparison
2/3/2023 8:44:05 AM.
Before comparing the performance of SQLCLR and TSQL, just have a quick at the definition of SQLCLR.
Tempdb Performance Improvements in SQL Server 2022 are Dramatic
2/1/2023 3:31:54 PM.
Tempdb is always a topic for me whether it’s in my sessions or blogs I have written. However, I’ve never been so excited about it then I am when it comes to the dramatic performance changes introduced
Tips to Increase SQL Server Query Performance: Part 2
1/25/2023 6:02:25 AM.
This article provides more tips to increase SQL Server query performance.
Performance - The Fastest Way To Loop Over An Array In Microsoft .NET
1/12/2023 4:51:06 AM.
In this article, you will learn about the fastest way to loop over an array in microsoft .NET.
T-SQL Query Performance Tuning Tips
1/10/2023 8:52:11 AM.
In this article, I will discuss some useful T-SQL query performance tips and tricks for SQL server developers.
SQL Server Performance Tuning Tips
1/10/2023 6:57:46 AM.
In this article, you will learn the tips of fine tuning the performance of SQL Server.
Materialized Views in Database Systems
1/3/2023 8:39:31 AM.
This article is intended to illustrate the concepts of materialized views in database systems and their realization through examples written for SQL Server and Oracle database systems.
Stackify - A Comprehensive Tool For Application Performance Monitoring And Debugging
1/3/2023 8:27:22 AM.
In this article, you will learn about a comprehensive tool for Application Performance Monitoring and Debugging.
Tips to Increase SQL Server Query Performance: Part 1
1/3/2023 7:31:14 AM.
In this article we will learn how to increase the query performance in SQL Server.
Tips to Improve SQL Database Performance
1/2/2023 4:16:56 AM.
Performance of data-centric apps heavily rely on the performance of backend API and database. Here are some tops to improve SQL performance.
What's New In ASP.NET Core 7.0
12/22/2022 11:35:19 AM.
In this aricle, you will learn what's new in ASP.NET Core 7.0.
SQL Performance (2), Optimized SELECT Query (B)
12/22/2022 3:43:45 AM.
This article discuss SQL performance on optimizing SELECT Query, Second Part.
Flask API Using Python | Learn Python
12/9/2022 12:15:25 PM.
In this article, you will learn about the simple flask API using python. Flask is a popular micro framework for building a web application. It's a python code base that takes less time to develop
Microsoft patterns & practices: The Enterprise Library
12/1/2022 9:11:44 AM.
Microsoft patterns & practices provide scenario-specific recommendations illustrating how to design, develop, deploy, and operate architecturally sound applications for the Microsoft .NET platform
Angular Performance (1), Tuning
11/11/2022 12:27:51 PM.
This article is to discuss Angular Performance Tuning.
Angular Performance (2), Caching - Service Worker
11/9/2022 7:10:05 AM.
This article is to discuss Angular Performance, Caching --- Service Worker
C# Code Performance Improvement With Span <T> Type
10/18/2022 9:28:05 AM.
A new structure Span<T> was introduced since C# 7.2. The main goal of it is to avoid allocating new objects on heap memory when working with the contiguous region of arbitrary memory requirement