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 Optimizing
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ajay Kumar (6)
Sardar Mudassar Ali Khan (3)
Jitendra Mesavaniya (2)
Sarthak Varshney (2)
Vikas Singh (2)
Gajendra Jangid (2)
Prathap Reddy (2)
Vishal Pawar (2)
Praveen Raveendran Pillai (1)
Tahir Ansari (1)
Hanif Hefaz (1)
Adarsh Nigam (1)
Shilpa Tanwar (1)
Muhammad Talha (1)
Evgeniy Gribkov (1)
Ayush Gupta (1)
Jobin S (1)
Abhimanyu K Vatsa (1)
Naimish Makwana (1)
Allam Purushotham (1)
Amira Bedhiafi (1)
Dhiraj Poojary (1)
Jochen Bartlau (1)
Jefferson S. Motta (1)
Munesh Sharma (1)
Deepak Rawat (1)
Amit Mohanty (1)
Diptiranjan Sutar (1)
Pooja Baraskar (1)
Akhil Garg (1)
Destin Joy (1)
Adrian Price (1)
Christopher Edward (1)
Amit Choudhary (1)
Felipe Ramos (1)
Joe Pitz (1)
Related resources for Optimizing
No resource found
.NET 9 : Params Collections
11/15/2024 10:41:05 AM.
In .NET 9 the params keyword has been extended to support not only arrays but also other collection types like ReadOnlySpan<T> and IEnumerable<T>. This enhancement offers greater flexibili
Optimizing Angular Route Guards for Performance and Security
9/4/2024 6:13:15 AM.
Angular route guards manage access control in your application, ensuring users only access authorized routes. To optimize performance and security, implement lazy loading with CanLoad, cache permissio
Optimizing Searching Algorithms in C# and Reducing Complexities
8/30/2024 6:54:15 AM.
This article explores the implementation of 10 common searching algorithms in C#, detailing their use cases, workings, and complexities. From simple linear searches to more complex algorithms like Bin
Optimizing JavaScript with Debouncing
8/13/2024 5:47:14 AM.
This guide delves into optimizing JavaScript performance using debouncing techniques, which help prevent excessive function calls during high-frequency events like scrolling or resizing.
Optimizing Performance in Next.js
8/8/2024 10:06:30 AM.
Performance is crucial in web development, and Next.js offers several tools and strategies to ensure your application runs efficiently. This article covers essential techniques for optimizing performa
Optimizing LINQ Performance with Compiled Queries in .NET
7/22/2024 6:16:04 AM.
Compiled queries in LINQ (Language Integrated Query) are a powerful feature that can significantly improve the performance of your data access code, especially when dealing with repetitive queries.
Virtualization Defined Optimizing IT Efficiency and Security
7/13/2024 7:13:11 AM.
Learn about leveraging virtual machines, cloud technologies, and network optimizations to streamline processes and safeguard data, ensuring robust IT infrastructure in the digital age.
Partitioning in Virtualization: Optimizing Resources and Enhancing Security
7/12/2024 8:16:17 PM.
Partitioning in virtualization optimizes resource use by dividing physical servers into multiple virtual machines (VMs). It allocates CPU, memory, storage, and network resources efficiently, enhancing
OnPush Change Detection Strategy: Optimizing Angular Performance
6/21/2024 10:02:53 AM.
Angular's OnPush change detection strategy optimizes performance by reducing unnecessary checks, only updating when input properties change or events occur. This approach, contrasting with the def
Optimizing LINQ Queries in C# and .NET Core Web APIs
6/21/2024 7:21:52 AM.
LINQ in C# optimizes data querying with readable syntax, but inefficient use can impact .NET Core Web API performance. Strategies like early filtering and selective projections enhance efficiency. Def
Optimizing LINQ Queries In C#.NET For MS SQL Server
6/5/2024 8:12:13 AM.
Learn how to optimize LINQ queries for SQL Server performance using Entity Framework. Understand the importance of generating efficient SQL queries and avoid common pitfalls. Explore techniques like
Optimizing Memory Management in C#
6/4/2024 7:23:27 AM.
In this article, we will learn Memory management and optimization are crucial aspects of C# development, especially for applications that demand high performance and efficient resource utilization.
Optimizing Performance and Cost Efficiency with Azure Autoscale
6/3/2024 5:41:00 AM.
Learn about Azure Autoscale, a feature that adjusts compute resources based on demand to maintain performance and cost-efficiency. Discover types of autoscale, key components, configuration methods, a
Optimizing Performance with Dapper with .NET Core API
5/30/2024 9:56:30 AM.
Learn Dapper best practices for optimal database interaction in .NET applications. Explore techniques like using output parameters and handling multiple result sets in stored procedures. Enhance effic
Optimizing Long Polling Performance in .NET Applications
5/20/2024 10:23:56 AM.
Long polling emulates real-time client-server communication by keeping connections open until new data is available. Optimizing long polling in .NET enhances user experience and server efficiency thro
SQL Joins: Optimizing SQL Queries for Efficiency
5/6/2024 4:09:18 AM.
Explore the art of optimizing SQL queries through effective join strategies. Learn essential techniques such as proper column selection, indexing, and join types, alongside real-time project examples.
Optimizing Security & Performance in .NET Core Apps for Heavy Loads
4/24/2024 7:40:20 AM.
Secure and optimize your .NET Core apps for heavy traffic with strategies like load balancing, caching, authentication, encryption, and monitoring. Implementing these ensures both security and perform
Optimizing ASP.NET MVC Applications with Output Caching
4/1/2024 8:55:08 AM.
In this article you will learn everything about Output Caching in MVC. Output Caching enables us to cache the content returned by any controller method so that the same content does not need to be gen
Optimizing Application Performance In-Memory Cache in .NET Core
3/27/2024 9:30:18 AM.
In this article we will see how we can improve the performance of the application using IMemory Cache in .NETcore application.
Optimizing Dynamics 365: Thread Jobs for Multiple Record Updates
3/27/2024 8:56:42 AM.
In this article, we will learn how to utilize Thread Jobs for Updating Multiple Records in Dynamics 365 using PowerShell Script. Retrieving all Contact Records and Updating First and Last Names using
Optimizing Data Processes with Staging Areas in Business Intelligence
2/6/2024 7:09:57 AM.
In the world of Business Intelligence (BI), a staging area or landing zone is an essential component. This article will discuss a use case to comprehend the issue that a staging arena solves, succeede
Optimizing Angular and C# Performance
1/31/2024 7:29:23 AM.
Discusses performance optimization techniques for Angular and C# applications, covering lazy loading, code splitting, server-side rendering, and backend performance improvements in ASP.NET Core.
Optimizing Performance in C# Entity Framework
1/24/2024 8:19:10 AM.
Optimize the performance of your C# Entity Framework application with these strategic best practices. From lazy loading and eager loading to caching and database tuning, ensure efficient data access.
Load Balancing Strategies: Optimizing Performance and Reliability
1/22/2024 11:06:35 AM.
This article explores the significance of load balancing in modern computing, emphasizing its role in optimizing performance and reliability for applications dealing with varying traffic levels. It co
Optimizing Angular Templates
1/15/2024 6:42:02 AM.
Optimizing Angular templates is crucial for improving the performance of your Angular application. Here are some tips and best practices to optimize Angular templates.
Optimizing ADO.NET Code for Efficient Data Management Strategies
1/12/2024 6:15:03 AM.
In this article, we will learn about ADO.NET performance with strategic data retrieval techniques. Explore stored procedures, pagination, selective column retrieval, caching, batch processing, optimiz
A C++ Approach to Optimizing Color Contrast
12/22/2023 8:14:50 AM.
In order to meet accessibility standards, a minimum color contrast is required. Here are some functions that enable contrast optimization in C++ applications.
Optimizing SQL Queries: CTE vs Temporary Tables for Speed
12/17/2023 7:22:44 AM.
In Microsoft SQL Server, there are different methods to enhance query performance: Common Table Expressions (CTE) and temporary tables.
Optimizing Resource Management in .NET HttpClient with Cancellation Tokens
11/17/2023 5:23:52 AM.
The .NET HttpClient class is a powerful tool for making HTTP requests, but it may lead to resource issues if not managed properly. Cancellation tokens in C# provide a mechanism to interrupt ongoing op
Optimizing Database Access in .NET
11/10/2023 7:04:46 PM.
Optimizing database access in .NET involves picking the best tools, improving queries, managing connections efficiently, using caching, and monitoring performance. By doing this, you ensure your .NET
Optimizing File Security with Windows Sandbox
10/26/2023 12:37:01 PM.
Expert Tips for Utilizing Windows Sandbox to Enhance Downloaded File Security provides valuable insights on using Windows Sandbox, a built-in virtualization feature in Windows operating systems, to bo
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
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
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
Optimizing React for Search Engines Proven SEO Strategies and Best Practices
5/11/2023 6:52:32 AM.
React has gained significant popularity as a powerful JavaScript library for building dynamic and interactive web applications.
Optimizing Your Azure Environment With Datadog
5/9/2023 11:14:38 AM.
Datadog is a cloud-based monitoring and analytics platform that is designed to help organizations gain real-time visibility into the performance of their applications, infrastructure, and logs. As an
Optimizing Your Azure ExpressRoute Connection with Traffic Collectors
5/3/2023 7:08:39 AM.
ExpressRoute is a service provided by Microsoft Azure that enables customers to establish private, dedicated connections between their on-premises infrastructure and Azure datacenters. To monitor and
Optimizing Performance in Blazor
4/20/2023 8:15:12 AM.
Optimizing Performance in Blazor
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.
Top Ten Things You Should Know About Optimizing SQL Server Performance - Part Two
6/8/2017 11:26:13 AM.
Top Ten Things You Should Know About Optimizing SQL Server Performance.
Top Ten Things You Should Know About Optimizing SQL Server Performance - Part One
6/7/2017 12:10:18 PM.
Top 10 Things You Should Know About Optimizing SQL Server Performance.
Wordpress On Azure - Optimizing Database
10/26/2015 2:10:09 AM.
In this article you will learn about Wordpress on Azure and how to Optimize Database.
Optimizing Performance in WPF
1/20/2015 3:45:20 PM.
This article will help in improving WPF Performance.
Tuning and Optimizing a SharePoint Environment
8/18/2014 11:29:36 PM.
This article provides some information on how to optimize a SharePoint deployment.
Optimizing Entity Framework Using View-Backed Entities
5/26/2014 10:48:17 PM.
This article explains the optimization of entity framework using view-backed entities.
Optimizing Business Connectivity Services in SharePoint 2010
10/29/2012 6:52:46 AM.
This article shows that working with BCS is really usefull and you can be the "connector" at your company.
Optimizing Wait in MultiThreading Environment - C#
7/25/2011 1:47:07 PM.
Here you will see optimization of waiting in a MultiThreading environment using the AutoResetEvent class with C#.
Optimizing Crystal Reports for Asp.Net
2/12/2011 10:39:35 PM.
Here We will see optimizing crystal reports in asp.net.
Optimize your Data Layer for quicker Code Development
2/19/2010 12:54:40 AM.
In this article we will see how to optimize the data layer.