TECHNOLOGIES
ANSWERS
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 Optimization
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Abhishek Goswami (4)
Amit Mohanty (3)
Sardar Mudassar Ali Khan (2)
Devanand Laroiya (2)
Simran Verma (2)
Sachin Mishra (2)
Jay Pankhaniya (2)
Veena Sarda (2)
Amit Tiwari (2)
C# Corner Live (2)
Ganesan C (2)
Rohit Gupta (2)
Aadarsh Sharma (2)
Santosh Kumar Adidawarpu (2)
Aasim Abdullah (2)
Amit Choudhary (2)
Prakash Tripathi (1)
Shilpa Tanwar (1)
Bohdan Stupak (1)
Bhawesh Deepak (1)
Abhinav Raj (1)
Anand Lakshminarasimh (1)
Aditi Bamaniya (1)
Pushpendra Shukla (1)
Manoj Mittal (1)
Rajiv Singh (1)
Prathap Reddy (1)
Priyanshu Agnihotri (1)
Shubhankar Banerjee (1)
Krishna G (1)
Diwakar Tiwari (1)
Naimish Makwana (1)
Tural Suleymani (1)
Diptiranjan Sutar (1)
Awadhesh Jha (1)
Abhishek Tiwari (1)
Ramasagar Pulidindi (1)
Sagar Lad (1)
Kalyan Bandarupalli (1)
Ankush Bindra (1)
Madhu Sharma (1)
Manish Sharma (1)
Artur M (1)
John Charles Olamendy (1)
Nanddeep Nachan (1)
Apurva Parasher (1)
Monica Rathbun (1)
Chris Love (1)
Debasis Saha (1)
Muhammad Aqib Shehzad (1)
Jean Paul (1)
Vinod Jethwani (1)
Banketeshvar Narayan (1)
Mukesh Kumar (1)
Sibeesh Venu (1)
Emiliano Musso (1)
Shubham Kumar (1)
Shivom Agarwal (1)
Swapnal Chonkar (1)
Ajay Yadav (1)
Destin Joy (1)
Adrian Price (1)
Abhishek Jaiswal (1)
Surjeet Yadav (1)
Praveen Kumar (1)
Shivprasad (1)
Nipun Tomar (1)
Manikavelu Velayutham (1)
Mohan Kumar Rajasekaran (1)
Praveen K Prasad (1)
Related resources for Optimization
No resource found
Working With Expression Bodied Members In C# 7.0
9/20/2023 8:46:46 AM.
This article explains about existing and new expression-bodied members, which are introduced in C# 7.0 and demonstrates how to use them in software development.
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
Calling A .NET DLL Code On HTML File Using Microsoft .NET Handler And JSON
9/5/2023 9:26:14 AM.
The objective of this article is to explain how to use a .ashx handler to access the DLL or any server on an HTML page using JSON to make the server side/DB call very fast in a simple manner.
Automatic Image Optimization in Next.js
9/4/2023 8:46:31 AM.
Here we will learn about the Automatic Image Optimization in Next.js application.
Creating Effective Pagination and Filtering Middleware for ASP.NET Core Web API
8/25/2023 5:10:13 AM.
By incorporating pagination and filtering with custom middleware, you've enhanced your ASP.NET Core Web API's performance and user experience. This methodology enables you to respond more effi
Improving Elasticsearch-Based Autocomplete
8/23/2023 9:19:15 AM.
Improving Elasticsearch-based autocomplete involves enhancing the efficiency, accuracy, and user experience of autocomplete functionality in applications that utilize Elasticsearch for search capabil
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
Gradient Descent Optimization
8/8/2023 8:53:16 AM.
Gradient Descent is a popular optimization algorithm used in machine learning.
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
Efficient Image Optimizer Using C# WPF
7/24/2023 8:16:04 AM.
This article explores the process of building an image optimizer using C# WPF (Windows Presentation Foundation).
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
Enhancing Accessibility in Web Pages According to "WCAG"
7/10/2023 8:25:58 AM.
Creating web pages that are accessible to everyone is essential. Web Content Accessibility Guidelines (WCAG) provide a comprehensive framework for ensuring websites are usable and inclusive for indivi
How to Fix "Form Elements do not have Associated Labels"
7/7/2023 10:09:23 AM.
When form elements do not have associated labels, it can make it difficult for users to understand the purpose or context of those elements. Adding clear and descriptive labels is important for access
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
Optimize SPFx Image render with Private CDN
7/3/2023 8:30:15 AM.
Office 365 CDN reduces network traffic and enables fast content rendering. It includes Private and Public origins. The article explains configuring Private CDN, image management, and optimizing perfor
What is Greedy Algorithm?
6/26/2023 5:45:36 AM.
Learn about greedy algorithms, a type of algorithm that makes decisions locally, but can often lead to globally optimal solutions.
Managing Virtual Machines Made Easy with Azure Host Groups
5/5/2023 4:55:33 AM.
Azure Host Groups is a feature of Azure Resource Manager that simplifies the management of virtual machines (VMs) in Azure. It allows you to group VMs together based on their physical host and apply p
How to Optimize Your Website Using HTML?
5/3/2023 5:02:12 PM.
SEO (Search Engine Optimization) for HTML involves optimizing the HTML code and structure of your web pages to make them more visible and easily indexable by search engines.
SEO Essentials: How to Use HTML Metadata Elements
5/2/2023 3:34:45 PM.
Learn about the power of metadata elements for SEO success. Discover how to optimize your title tag, meta description, canonical tag, keyword tag, and robots meta tag for better search engine rankings
Understanding HTML Headings
4/26/2023 8:58:16 AM.
HTML Headings are used in structuring the content of a web page and for search engine optimization. They provide user readability to the user.
Query Optimization Techniques in SQL Server
4/25/2023 11:20:30 AM.
Query Optimization Techniques in SQL Server
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
Power Up Your Automations: Mastering Array and Object Comparison in Power Automate
4/18/2023 11:08:53 AM.
Learn how to take your Power Automate game to the next level by mastering array and object comparison! Discover the tips and tricks you need to streamline your workflow and supercharge your automation
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.
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
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.
Optimization Of Queries In SQL Server - HEAP TABLES
3/8/2023 2:02:52 PM.
This article will help you to understand how to start to think on optimization of sql queries and why use indexes in tables
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
Rank Your iOS App - A Guide To App Store Optimization
2/8/2023 10:47:54 AM.
This article is about how to optimize your app and increase its visibility in the App Store with this comprehensive guide to App Store Optimization.
NonLinear Function Optimization in Python
1/13/2023 11:17:23 AM.
In this video, you will use the scipy library to optimize non linear programming problems to find optimal solution quickly.
Solving Linear Programming Problems in Python
1/13/2023 11:17:07 AM.
In this video, you will use the scipy library to optimize linear programming problems to find optimal solution quickly.
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.
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.
Cost Optimizations Best Practices For Azure Cloud
5/9/2022 3:06:18 PM.
In this article, you will learn about cost optimizations best practices for Azure Cloud.
Search Engine Optimization in Angular Apps - MVP Show ft. Ankit Prajapati
10/9/2021 5:07:39 PM.
Watch Ankit as he talks about Search Engine Optimization in Angular Apps.
Performance Optimization Techniques For React Applications
8/19/2021 12:57:22 PM.
In this article, you will learn about performance optimization techniques for react applications.
Throttling And Debouncing Using JavaScript
8/2/2021 3:37:30 PM.
In this article, you will learn about Throttling and Debouncing using JavaScript.
Web Optimization Framework in ASP.NET Web Pages Site
6/8/2021 11:51:13 AM.
This article explains how to use the Web Optimization Framework in ASP.NET web pages sites.
ASP.Net Web Optimization Framework
5/25/2021 10:47:42 AM.
This article describes the ASP.Net Web Optimization Framework introduced by Microsoft to optimize the ASP.NET web application performance.
How to Use ASP.Net Web Optimization Framework in ASP.Net MVC 4
5/25/2021 6:32:11 AM.
In this article, I will explain how to use the ASP.NET Web Optimization Framework in ASP.NET MVC 4.
ASP.Net Web Optimization Framework in Web Form
5/14/2021 6:03:02 AM.
This article explains how to use the ASP.NET Web Optimization Framework in a web form application step-by-step from scratch using an empty Web form application template.
ASP.NET 4.5 New Features
3/17/2021 10:47:42 AM.
This article describes the new features of ASP.NET in ASP.NET 4.5.
Check .NET Application Performance Using Performance Optimization
12/4/2020 12:08:42 AM.
In this article you will learn how to check .NET application performance using Performance Optimization.
How To Optimize A Neural Network
10/9/2020 8:40:30 AM.
In this article, I will tell how we can optimize various neural networks without affecting their performance.
Using Intel OpenVINO Pre-Trained Models
8/18/2020 7:45:10 AM.
In this article, we will learn how to use Intel OpeVINO using pre-trained models.
Optimize an Angular App
8/11/2020 9:51:32 AM.
This is the third session of the Angular Virtual Conference by Santosh Yadav.
SQL Query Optimization Tools And Techniques
5/7/2020 9:03:23 AM.
In this article, you will learn about SQL Query optimization tools and techniques.
How to Disable Tweaking Visual Effects in Windows 8
12/19/2019 3:52:33 AM.
In this article I have described how to optimize Windows 8 performance by tweaking visual effects.
Reducing Operational Cost With AWS
10/15/2019 8:20:28 AM.
In this article, you will learn about cost optimization in AWS. Learn ways to reduce AWS operational expenses.
Cost Optimization In AWS
10/3/2019 8:18:14 AM.
In this article, you will learn the tactics of cost optimization in AWS.
PL/SQL Optimization: Table Partitions
8/22/2019 7:51:15 AM.
Using a partition allows you to divide a large table into smaller portions. This allows us to speed up the execution of many queries. And this is what this lesson will be about.
Query Optimization in SQL Server
6/7/2019 5:05:09 AM.
This article offers suggestions on how to optimize query performance in SQL Server 2005.
Optimize SharePoint Framework Solutions
6/3/2019 9:42:30 AM.
In this article, you will learn how to optimize SharePoint Framework solutions.
An Introduction To SEO (Search Engine Optimization) For Developers
4/3/2018 4:15:21 AM.
How often do you visit a particular website? Or, for how long do you surf the internet? For most of us, the answer would be -- a number of times. You are not the only one browsing a website at a time.
What Is Date Correlation Optimization?
2/28/2018 9:40:50 AM.
OK So, I am doing some digging and peaking around again in SQL Server and came across a database option called Date Correlation Optimization Enabled = False. Honestly, I had no clue what it did, so I
A Web Performance Audit Of C# Corner
12/29/2017 11:58:23 AM.
A recent article on C# Corner brought the attention to performance issues due to legacy hardware that was causing the site not to scale well to meet its growing demand.
Performance Optimization Techniques With Coding Standard Best Practices In C#
8/12/2016 2:19:43 AM.
In this article, you will learn coding standard best practices in C#.
Performance Optimization Techniques In IIS Server
8/5/2016 1:26:11 PM.
In this article, you will learn about the performance optimization techniques in IIS server.
AngularJS From Beginning: Animation Performance Optimization - Part 20
5/27/2016 11:13:14 AM.
In this article, we will discuss how to perform performance optimization ina AngularJS animation. This is part 20 of the article series.
ASP.NET Performance Optimization
5/3/2016 12:42:07 AM.
In this article you will learn about ASP.NET Performance Optimization.
SharePoint Page Performance Optimization
1/22/2016 12:48:19 AM.
In this article we can explore few options to improve SharePoint Page Performance.
SQL Server Query Optimization - Day 2 (Number of Joins Does Matter)
1/12/2016 9:32:15 AM.
In this article you will learn how the number of Joins matters in SQL Server Query Optimization.
SQL Server Query Optimization - Day 1 (Basics)
1/8/2016 9:32:02 AM.
The only secret behind good performing queries is understanding and writing queries according to the SQL Server Query Optimizer. "Day1: Basics" will describe some basics of SQL Server, which are must to know before starting this journey.
The Role Of SEO In Business
12/30/2015 5:15:03 AM.
In this article you will learn about the role of SEO in business.
Resource Optimization (Bundling And Minification) Boost Your Website Performance
11/7/2015 1:37:59 PM.
In this article you will learn step-wise process to increase website performance, decrease content size, and decrease number of request for a website.
15 Steps To Fight With SEO Before Launching Your Website
10/18/2015 2:20:21 PM.
In this article, I will show you the steps needed to complete before launching your website.
Increase Your Website Traffic
8/2/2015 1:09:34 PM.
In this article you will learn how to Iincrease your website traffic.
Genetic Algorithm to Solve 2D Mazes
4/19/2015 6:51:57 PM.
This article shows how to use genetic algorithms to solve problems. The approach uses Genetic Algorithms (GA) in the solutions optimization context.
SQL Query Optimization Technique
4/19/2015 2:47:29 PM.
This article provides some SQL Query Optimization Techniques.
In-Memory OLTP of SQL Server 2014
4/15/2015 11:40:21 AM.
This article explains how to create Memory-Optimized tables and what I have initiated using this new type of table.
Key Points of ASP.Net VNext
2/2/2015 11:39:53 PM.
In this article you will learn about Microsoft ASP.NET vNext
ASP.Net Website Optimization
10/21/2014 3:15:14 PM.
In this article you will learn ASP.NET Website Optimization.
Working With Search Engine Optimization Settings in SharePoint 2013
10/12/2014 5:31:17 PM.
In this article you will learn how to work with Search Engine Optimization Settings in SharePoint 2013.
SQL Server Optimization
6/4/2014 1:19:55 AM.
In this article you will learn about Query, Store Procedure, Temporary Optimization.
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.
Website Optimization Through SEO
3/9/2014 2:33:08 PM.
This article will explain some of the major aspects related to websites that can at least make you feel better if you are involved in web development.
Code Optimization Techniques
5/29/2013 3:57:20 PM.
Optimization of code is done by applying code transformations to improve performance, like execution time, code size, minimum resource utilization etcetera. These transformations can be made either at a high level or at a low level.
Web Service Optimization
4/15/2013 9:47:04 AM.
This article gives you 10 tips to optimize web services.
System I/O and Streams in C#
9/29/2012 5:56:53 AM.
In this article I will explain you about System I/O and Streams in C#.
SQL Query Optimization FAQ Part 1 (With video explanation)
5/20/2012 4:20:41 AM.
In this article we will first try to understand what is a SQL plan, how is it created and then we will move towards understanding how to read the SQL plan. As we read the SQL plan we will try to understand different operators like table scan, index seek scan, clustered scan, RID lookup etc. We will also look in to the best practices associated with clustered and non-clustered indexes and how they function internally. We will practically see how indexed views increase performance and in what scenarios we should use the same.
SQL Optimization Tips
5/20/2012 2:45:07 AM.
This article lists some of the optimization tips for SQL Server development.
Expression Web 4: SEO Checker
4/21/2011 1:25:13 AM.
Search Engine Optimization is the process of making web pages easy to find, easy to crawl and easy to categorize and also to improve the volume or quality of traffic to a web site or a web page. It refers to a technique to improve your site's ranking in search engines.
Code Review and Code Optimization - ASP.NET
9/3/2010 3:42:10 AM.
In this article you will learn how to use Code Review and Code Optimization in ASP.NET.
Code Optimization in ASP.NET
3/30/2010 6:42:41 AM.
This article gives a simple checklist that can simply be run against any ASP .NET Web Page to optimize it.
Search Engine Optimization (SEO) & friendly URL
11/21/2007 1:26:12 AM.
This article describes about one of the technique that is used commonly for improving SEO – creating friendly URL.
HTTP Compression with HttpCompress
5/8/2006 12:16:45 AM.
This article describes how to enable HTTP compression for ASP.net web applications without having direct access to the server and by using an <b>HttpModule.</b>