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 Code 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]
Vijay Yadav (1)
Ajay Kumar (1)
Jitendra Mesavaniya (1)
Lokendra Singh (1)
Abhishek Chadha (1)
Nimit Joshi (1)
Ziggy Rafiq (1)
Jignesh Kumar (1)
Prakash Tripathi (1)
Surjeet Yadav (1)
Manikavelu Velayutham (1)
Amit Choudhary (1)
Related resources for Code Optimization
No resource found
Why ChatGPT is Important for Coders
8/22/2024 7:08:21 AM.
ChatGPT is transforming coding by offering real-time assistance, code suggestions, and debugging help. Its AI-driven insights streamline development processes, enhance productivity, and provide valuab
Introduction to Guard Clauses in .NET
8/20/2024 7:08:02 AM.
Guard clauses in .NET are a simple yet powerful technique to improve code readability and maintainability. By handling errors and edge cases early, guard clauses prevent deep nesting and make your cod
Leveraging Records for Data Transfer Objects (DTOs) in C# .NET
8/12/2024 4:20:42 AM.
This article explores how to leverage C# records for implementing Data Transfer Objects (DTOs) in .NET. It delves into the benefits of using records for immutable data structures, enhancing code reada
Streamline Your Python Code with Asynchronous Functions
6/2/2024 10:26:52 AM.
Discover how to enhance the efficiency of your Python code using asynchronous functions. This guide delves into the benefits of asynchronous programming, covering the basics of async and await, and sh
6 One Liner Hacks In JavaScript
5/30/2024 11:47:32 AM.
Discover 6 one-liner hacks in JavaScript to optimize your code effortlessly. Utilize ES6 features for concise solutions in array manipulation, object handling, string operations, and functional progra
Working With Stored Procedures Using Entity Framework: Part 1
5/16/2024 8:32:00 AM.
Learn how to leverage Entity Framework for interacting with stored procedures in your .NET applications. This tutorial explores integrating stored procedures into your data access layer, optimizing da
Best Practices for Working with DateTime, UTC, and Offset in C#
4/9/2024 5:50:01 PM.
Discover best practices for handling DateTime, UTC, and Offset in C# with expert insights from Ziggy Rafiq, ensuring efficient time management in your applications Learn best practices, tips, and cod
Clean Code : Avoid Too Many Parameters In Method
12/18/2023 6:12:39 AM.
In this article I will demonstrate code clean up by passing less number of parameters in method. One common challenge developers face is the Excessive parameters in their methods. Excessive parameter
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.
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.
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.