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 tuning
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Monica Rathbun (7)
CSharp TV (3)
Kautilya Utkarsh (2)
Pankaj Kumar Choudhary (2)
Manikavelu Velayutham (2)
Nikunj Satasiya (2)
John Charles Olamendy (2)
Jignesh Kumar (1)
Himanshu Singh (1)
Kafeel Ahmad (1)
Chetan Sanghani (1)
Vijay Yadav (1)
Jignesh Trivedi (1)
Sardar Mudassar Ali Khan (1)
Kasam Shaikh (1)
Naveen Kumar (1)
John Godel (1)
Kuljot Bakshi (1)
Sai Sherlekar (1)
Samir Behara (1)
Ajay Kumar (1)
Bala S (1)
Alpesh Maniya (1)
Afsar Uddin (1)
Rama Mohan (1)
Cristopher Coronado (1)
Vinodh Kumar (1)
Amit Mohanty (1)
Manoj Kumar Duraisamy (1)
Amit Tiwari (1)
Raj Kumar (1)
George (1)
Ojash Shrestha (1)
Senthilkumar (1)
Madhu Sharma (1)
Saurabh Vasani (1)
Pradeep Sahoo (1)
Destin Joy (1)
Veena Sarda (1)
Kamal Rawat (1)
Vilas Gite (1)
Praveen K Prasad (1)
Related resources for tuning
No resource found
Enhance SQL Server Stored Procedure Performance – Tuning Tips
11/18/2024 3:51:42 AM.
Covering indexes and filtered indexes in SQL optimize database performance by efficiently retrieving data for queries. Covering indexes include all needed columns, while filtered indexes target specif
Learn Fine-Tuning Llama 3.1
7/31/2024 6:50:34 AM.
This article provides a step-by-step guide on fine-tuning the Llama 3.1 language model using Python and the Hugging Face Transformers library. It includes code examples, explanations, and best practic
Re-training is Fine-tuning: Yes or No?
7/31/2024 4:26:18 AM.
This content explores the nuances between re-training and fine-tuning in the context of machine learning and neural networks. It examines whether re-training can be considered a form of fine-tuning or
Fine-Tuning in Machine Learning
7/31/2024 3:43:44 AM.
This is one of the great techniques in machine learning, because it reused the pre-trained model and made it efficient for a new task with good accuracy. It also reduced the work of training a new mod
Optimization of Loops in JavaScript
7/19/2024 5:16:47 AM.
Loop optimization is crucial in JavaScript for enhancing performance, particularly in applications requiring intensive computation or handling large data sets. By understanding and applying optimizati
Performance Optimization in .NET Core
7/15/2024 11:22:56 AM.
Discover essential techniques for performance optimization in .NET Core with this comprehensive guide. Learn best practices for code efficiency, resource management, and system optimization to enhance
SQL: Writing Efficient Queries
7/10/2024 12:27:40 AM.
Learn how to optimize SQL queries for better performance with our guide on "SQL: Writing Efficient Queries." Discover techniques for improving query speed, such as indexing strategies, query
WCF Performance Tuning
6/12/2024 10:10:04 AM.
WCF (Windows Communication Foundation) enables network distributed services with a service-oriented approach. Improving its performance involves selecting proper bindings, understanding throttling, op
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.
RAG Fine Tuning and RAFT Explained
6/4/2024 5:34:14 AM.
In the realm of large language models (LLMs), techniques like in-context learning (ICL), retrieval augmented generation (RAG), fine-tuning, and retrieval augmented fine-tuning (RAFT) are revolutionizi
Automatic Tuning Enhances SQL Server Database Performance
5/20/2024 5:24:46 AM.
Automatic Tuning in SQL Server combines various intelligent features and techniques to continuously monitor, analyze, and optimize database performance and reduce management overhead. In this article,
Detailed Approach for Implementing AI Solutions
5/10/2024 8:13:11 AM.
Implementing AI solutions involves problem definition, data collection, EDA, feature engineering, model selection, training, tuning, evaluation, deployment, monitoring, and ethical considerations. Con
How To Quickly Change Azure SQL Database Service Level Objectives
5/3/2024 9:01:57 AM.
To swiftly adjust Azure SQL Database Service Level Objectives (SLOs), utilize Azure Portal's intuitive interface or T-SQL commands for efficient performance tuning. Consider migrating between DTU
Understanding GPU's for fine-tuning GPT engines
4/25/2024 5:25:37 AM.
understanding GPU's for fine-tuning GPT engines
Save Money On Your Azure Monthly SQL Database Bill
3/28/2024 10:33:58 AM.
Optimize Azure SQL Database costs by leveraging pricing tiers, reserved capacity, and performance tuning. Monitor resource utilization, scale efficiently, and implement cost-effective strategies to sa
What Is Automatic Tuning In Azure SQL Database
3/28/2024 6:37:39 AM.
Microsoft has long given us DBA tools and suggestions to help tune databases, to fix queries with indexes, and many times they were of questionable merit. We have all seen the dreaded dta_index names
Be Careful With Your SQL Server Max Memory Settings
3/28/2024 6:35:24 AM.
Quite often, I see database administrators set SQL Server Max Server Memory thinking that only everything related to SQL Server uses this shared memory pool. This is a mistake. There are many things t
Keeping Large Table Statistics Current - TF2371
3/28/2024 6:33:21 AM.
Statistics are the magic ingredient that helps the query optimizer create its best guess for generating an execution plan. Keeping statistics as accurate as possible will give the optimizer the inform
Practical Introduction To Entity Framework: Day 3
3/6/2024 10:32:09 AM.
Day 3 of this practical Entity Framework introduction delves into database transactions, query optimization, and advanced EF features. Learn to manage relationships, optimize data models, and fine-tun
SQL Server Performance Tuning: Data Compression
3/4/2024 11:30:53 AM.
In this article, you will learn about Data Compression in SQL Server. Learn SQL Server Performance Tuning, Types of Data Compression like Row Compression, Page Compression, Dictionary Compression.
Improving SQL Performance Using Covering Indexes
3/4/2024 11:29:49 AM.
In this article we will try to understand what a covering index is, how to avoid the expensive key lookup operations, and how it can improve our T-SQL performance multi fold times.
SQL Tuning - Effective Strategies with Practical Examples
3/3/2024 5:01:15 AM.
SQL Tuning — Effective Strategies with Practical Examples
How to Find Blocked Deadlocks in SQL?
2/9/2024 8:42:19 AM.
The SQL query utilizes dynamic management views (DMVs) like sys.dm_exec_requests, sys.dm_exec_sessions, sys.dm_exec_connections, and sys.dm_exec_sql_text to monitor and manage active sessions, connect
Optimize SQL Database Performance
2/1/2024 8:40:21 AM.
"Unlocking Database Efficiency: A Guide to Performance Optimization in SQL" is a concise and insightful resource that provides practical guidance on enhancing the efficiency of SQL databases
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
Oracle Data Provider for .NET : Part IV
9/5/2023 6:00:33 AM.
Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
Fine-Tuning Hyperparameters using Hyperdrive in Azure Machine Learning SDK
6/22/2023 9:18:23 AM.
Workload Management Concepts in Azure Synapse Analytics
6/12/2023 5:00:06 AM.
azure, azure synapse analytics, synapse, azure big data
Advanced Query Tuning Techniques in SQL Server
4/27/2023 10:22:15 AM.
Advanced Query Tuning Techniques in SQL Server
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
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.
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.
How to Use SQL Server Profiler and Tuning Advisor
1/3/2023 9:13:00 AM.
In this article you will learn how to use SQL Profiler and database Tuning Advisor to improve the performance of a database.
Angular Performance (1), Tuning
11/11/2022 12:27:51 PM.
This article is to discuss Angular Performance Tuning.
Modeling And Deployment Of Machine Learning Application
8/23/2021 1:09:14 PM.
In this article, we’ll learn about the various properties of modeling and deployment of machine learning application. We’ll explore about Hyperparameters, Model Versioning, Model Monitoring, Mode
Add DBCC INPUTBUFFER to Your Performance Tuning Toolbox
7/14/2021 2:40:11 PM.
Add Azure Cache for Redis to Your Azure SQL Performance Tuning Toolbox
7/14/2021 2:35:12 PM.
Using Cache in Azure to offload your repeatable workloads
Your Performance Tuning Check List - Women Data Summit 2021
6/27/2021 10:54:30 AM.
This session in Women Data Summit 2020 is about Your Performance Tuning Check List
Angular Performance tuning with Zone-Flags - Angular Virtual Conference 2021
5/31/2021 4:26:07 PM.
This session in Angular Virtual Conference 2021 is about Angular Performance tuning with Zone-Flags.
Performance Tuning, Getting the Biggest Bang for Your Buck - SQL Server Conference 2021
2/1/2021 3:22:25 PM.
This session is about "Performance Tuning, Getting the Biggest Bang for Your Buck" in SQL Server Virtual Conference 2021.
Tips to Improve the Performance of an ASP.Net Application
1/19/2021 5:00:25 AM.
This article provides some tips to improve ASP.Net application performance.
Cursor In SQL Server With Syntax And Example
1/14/2021 3:05:20 PM.
This article provides an explanation about how you can use and set up a basic cursor in SQL Server. many developers/programmers/people those who work with Microsoft SQL Server will have at least heard
How To Create Missing Index From Execution Plan
1/7/2021 8:46:49 PM.
In this article, I am going to explain how to create a missing index from an SQL server query execution plan and also show you how you can improve your query execution performance and run your query f
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.
SQL Server Profiler And Tuning Tips
7/22/2019 10:12:15 AM.
In this article, let us see how we can identify slow running queries and how to improve SQL Server performance by using the Database Engine Tuning Advisor.
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.
Performance Tuning in ASP.Net Web Applications
5/12/2015 2:52:40 PM.
In this article we will learn how to improve the performance of an ASP.NET web application.
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.
What is Required For SharePoint Performance Tuning
7/1/2014 3:47:32 PM.
For tuning SharePoint performance an insight on multiple Microsoft products is required. We will see the details of these in this article.
Quick Recap of C# Corner Mumbai Meet : Performance Tuning
4/30/2014 8:24:33 AM.
The Mumbai chapter organized one more activity done by Shivprasad Sir and Sukesh Marla.
Performance Tuning in Database Systems
10/5/2012 2:52:32 PM.
In this article, we’re going to learn the principles and techniques you can use to help troubleshoot and evaluate query performance by illustrating examples in Microsoft SQL Server and Oracle database.
DATABASE TUNING - Maintenance Plan
5/19/2012 5:40:33 AM.
To improve the performance of a database, such as defragmentation of the data inside the database and transaction log removal from the log to make room for incoming records and backup of the database.
Performance Tuning - Top to Bottom - Visual Studio .NET
8/25/2010 11:47:57 PM.
Here are some top to bottom performance tuning when building applications using Visual Studio .NET.
Streamlining Web Application Performance
7/1/2006 7:37:35 PM.
This article discusses some performance tuning tips for those who use ASP.NET as front-end and Microsoft SQL Server as back-end to develop their applications.