C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sandhiya Priya(12)
Dashrath Hapani(7)
John Godel(5)
Rajesh Gami(4)
Jay Krishna Reddy (4)
Vipin Mittal(3)
Ck Nitin(3)
Vinoth Xavier(3)
Avnii Thakur(3)
Mariem Moalla(3)
Rohit Gupta(2)
Tuhin Paul(2)
Shivam Vaghela(2)
Aarav Patel(2)
Divyansh Gupta(2)
Ashish Bhatnagar(2)
Mohamed Azarudeen Z(2)
Nikolaos Kantzelis(1)
Ashutosh Pandey(1)
Naresh Kumar Katta(1)
Akshay Amin(1)
Mominul Islam(1)
Deepika Sawant(1)
Asfaque Ansari(1)
Saurav Kumar(1)
Manoj Tyagi(1)
Ananya Desai(1)
Jayraj Chhaya(1)
Micheal Xavier A (1)
Sardar Mudassar Ali Khan (1)
Riya Patel(1)
Akshita Zarbade(1)
Deepak Tewatia(1)
Gautam Singh(1)
Manav Pandya(1)
Baibhav Kumar(1)
Rinki (1)
Yash Pasrija(1)
Mahesh Chand(1)
Amit Kumar(1)
Nikhil Patil(1)
Sangeetha S(1)
Saurabh Prajapati(1)
Bimalshi Jayarathna(1)
Ayush Gupta(1)
Aishwarya Gupta(1)
Emanuel Martins(1)
Vishal Yelve(1)
Maria Joshua Roy(1)
Vijay Kumari(1)
Mukesh Sagar(1)
Siddhesh Chavan(1)
Mohomed Shihan(1)
Ramchand Repalle(1)
Morteza Mousavi(1)
Satheesh Elumalai(1)
Resources
No resource found
Optimizing EF Core Queries for Large Data Applications | ASP.NET CORE
Nov 10, 2025.
Boost ASP.NET Core performance! Master EF Core query optimization techniques for large data applications. Learn to handle millions of records efficiently and build scalable APIs.
📊 Building a Centralized Reporting Database Using Linked Servers in SQL Server
Nov 08, 2025.
Centralize SQL Server reporting! Learn to build a reporting database using Linked Servers. Query across servers, unify data, and simplify analytics in real-time.
LLMs + SQL: From Natural Language to Safe, Auditable Queries
Nov 05, 2025.
Safely use LLMs with SQL for self-serve analytics. Learn a production-ready architecture with validation, compilation, and auditing for reliable data access.
SQL Injection — what it is, how it works, and how to stop it (with examples)
Nov 04, 2025.
SQL Injection (SQLi) explained: Understand how attackers exploit vulnerable SQL queries to steal or modify data. Learn practical defenses with code examples and best practices.
The Overlooked Link Between Security and Performance in SQL Server
Nov 01, 2025.
When we think of SQL Server security, we often imagine logins and roles, who can access what. But under the hood, SQL Server’s security context (the identity under which code runs) shapes how queries compile and cache.
Common Mistakes Developers Make in SQL Queries (and How to Fix Them)
Oct 31, 2025.
Master SQL! Avoid common mistakes like SELECT *, missing indexes, and subqueries. Learn to write efficient, safe, and accurate queries with these simple fixes.
Using CTEs and Recursive Queries for Complex Data Relationships (SQL Server)
Oct 31, 2025.
Master complex SQL Server data relationships with CTEs and recursive queries! Simplify hierarchies, improve readability, and boost performance. Learn how now! #SQL
SQL Server Indexing Strategies for Faster Query Execution
Oct 31, 2025.
Boost SQL Server query speed! Master indexing: clustered, non-clustered, composite, filtered, columnstore. Optimize performance & avoid common pitfalls. A must-read!
State Management in MERN: Choosing Between Context API, Redux, and React Query
Oct 30, 2025.
Master MERN state management! Compare Context API, Redux, and React Query for efficient data handling. Choose the right tool for scalable, maintainable apps.
Working with String, StringBuilder, and StringBuffer in C#
Oct 29, 2025.
Master C# string manipulation! Compare string, StringBuilder, & StringBuffer (simulated) in ASP.NET WebForms. Boost performance & ensure thread safety. ??
Lambda Expressions and LINQ in ASP.NET Web Forms
Oct 29, 2025.
Master ASP.NET Web Forms with LINQ and Lambda expressions! Simplify data querying, filtering, and manipulation for cleaner, more efficient code. Boost performance!
Reverse a string without using built-in functions.
Oct 29, 2025.
Learn how to reverse a string in C# without using built-in functions! This tutorial provides a step-by-step guide with code examples and a real-time example flow. Perfect for beginners!
Count vowels and consonants in a string
Oct 29, 2025.
Learn how to count vowels and consonants in a string using C# and ASP.NET! This real-time example provides a step-by-step guide with code and explanations.
Find Duplicate characters in a string
Oct 29, 2025.
Learn how to find duplicate characters in a string using C# and ASP.NET with this real-time example. Includes code, explanation, and input/output samples.
Remove spaces and special characters from a string using C#
Oct 29, 2025.
Learn how to remove spaces and special characters from a string in C# using Regex. This tutorial provides a real-time example with WebForms and clear explanations. Clean your strings effectively!
Count words in a sentence
Oct 29, 2025.
Learn how to count words in a sentence using ASP.NET WebForms with this real-time example. Includes code snippets and a step-by-step explanation for easy implementation.
Find the frequency of each character in a string
Oct 29, 2025.
Learn how to find the frequency of each character in a string using C# and ASP.NET! This tutorial provides a real-time example with code and explanation.
Capitalize first letter of each word in a string
Oct 29, 2025.
Learn how to capitalize the first letter of each word in a string using ASP.NET Web Forms with C#. Includes a real-time example and alternative manual method.
Count frequency of words using Dictionary
Oct 29, 2025.
Learn how to count word frequency in C# using a Dictionary! This real-time webforms example demonstrates a practical implementation with clear steps and code.
Print Pyramid Star Pattern using C# in ASP.NET WebForms
Oct 29, 2025.
Learn to create a Pyramid Star Pattern in C# ASP.NET WebForms using nested loops and StringBuilder. A great exercise for mastering logic and HTML rendering!
Tell, Don't Ask: Write Code That Commands, Not Queries in C#
Oct 26, 2025.
Master the Tell, Don't Ask principle in C# for cleaner, more maintainable object-oriented code. Refactor from queries to commands for SOLID design!
Mastering Complex SQL Server Queries: Turning Data Into Insights
Oct 25, 2025.
Unlock SQL Server's potential! Master complex queries with joins, subqueries, window functions, CTEs, and pivots. Turn raw data into actionable insights.
🎯 Top SQL Server Queries Asked in Interviews (With Examples)
Oct 25, 2025.
Ace your SQL Server interview! Master 30 essential queries with examples, covering everything from basic SELECT statements to advanced window functions and optimization.
Chapter 6: Arrays and the C++ String Class
Oct 23, 2025.
Explore fundamental data structures in C++: arrays and the std::string class. Learn how to declare, initialize, and manipulate arrays for storing collections of data. Discover the power of std::string for efficient text handling, including concatenation, length determination, and character access. Also, delve into multidimensional arrays for representing grids and matrices.
Understanding orientation in CSS Media Queries for Responsive Design
Oct 24, 2025.
Learn how to use CSS media queries to adapt your website's design based on device orientation (portrait or landscape). This guide covers the basics of the orientation media feature, provides practical examples for adjusting layouts and styles, and offers tips for creating a more responsive and user-friendly experience across various devices.
Part III - Best Practices for Handling Connection Strings in C#
Oct 23, 2025.
Securely managing connection strings in C# .NET is crucial for database-driven applications. This guide covers best practices like avoiding hard-coding, leveraging Windows Authentication, and utilizing Azure Key Vault for sensitive data. Learn to protect your application from vulnerabilities by encrypting connection strings, validating their structure, and applying the principle of least privilege. Implement these strategies to enhance security and streamline deployment in your C# projects.
Part IV - .NET 5+ SQL Connections: Why Encrypt=True Is Now the Default
Oct 23, 2025.
Learn about the .NET 5+ default Encrypt=True setting for SQL connections and its impact on your applications. This article explains why Microsoft made this security enhancement, how to handle self-signed certificates in development, and best practices for production environments. Ensure secure data transfer and avoid connection errors by understanding and implementing the correct connection string configurations. Discover how to configure your connection strings for optimal security and compatibility.
In-Depth Look at Advanced Authentication and Connection Strings for SQL Server and Databases (Part II)
Oct 22, 2025.
Master SQL Server connections in C# .NET! This guide dives deep into connection strings, covering essential properties like Data Source, Initial Catalog, User ID, Password, Integrated Security, and Encrypt. Learn best practices for secure authentication, including Windows Authentication, Azure AD Managed Identity, and secure credential storage. Optimize your database connections for performance and security with practical examples and recommendations.
Automating SQL Query Generation Using LlamaIndex and Snowflake
Oct 21, 2025.
Learn how to use LlamaIndex with Snowflake to automatically convert natural language prompts into SQL queries. Includes setup, architecture, and example workflows.
How LINQ Turns Your C# Code into SQL Queries (With Real Examples)
Oct 21, 2025.
Unlock the power of LINQ! This article provides a comprehensive guide on how LINQ translates your C# code into efficient SQL queries. Learn with practical examples demonstrating filtering, joining, ordering, and grouping. Understand deferred execution and the difference between LINQ to Entities and LINQ to Objects. Master LINQ and optimize your database interactions in .NET!
Dapper Deep Dive Part 8: Ultra-Fast Querying & Mapping Secrets for ASP.NET Core Pros
Oct 16, 2025.
Unlock Dapper's full potential in ASP.NET Core! This deep dive, part 8 of the series, reveals secrets for ultra-fast querying and mapping. Learn performance optimization, multi-mapping, stored procedures, bulk operations, and real-world enterprise scenarios. Elevate your data access skills and build high-performance applications with Dapper's advanced techniques. Master connection pooling, caching, and more!
From Raw to Refined: Mastering Data Preparation in Power BI
Oct 15, 2025.
Unlock the power of Power BI with effective data preparation! This guide explores essential techniques for cleaning, transforming, and loading data using Power Query. Learn to resolve inconsistencies, profile columns, reshape tables, and leverage M code for robust analytics. Transform raw data into actionable insights and build reliable reports for data-driven decisions. Master data preparation and elevate your Power BI skills!
Using Linked Servers in SQL Server: A Complete Guide with Examples
Oct 15, 2025.
Unlock seamless data integration with SQL Server Linked Servers! This guide provides a step-by-step walkthrough on configuring and querying remote data sources, including examples for SELECT, INSERT, UPDATE, and stored procedure execution. Learn best practices for security, performance optimization using OPENQUERY, and how to manage linked servers effectively. Simplify cross-server data access and boost collaboration!
Python 3.14 — New Features, Internal Changes & Migration Guide
Oct 13, 2025.
Detailed developer-focused guide to Python 3.14: deferred annotations, multi-interpreter support, template strings, improved debugging, GC changes, stdlib upgrades, C API updates, and migration notes.
Count vowels and consonants in a String
Oct 08, 2025.
Master string manipulation by counting vowels and consonants! This fundamental exercise strengthens your understanding of character operations, loops, and conditional statements, crucial for DSA success. Explore C, C++, and Java code examples with detailed explanations. Learn to handle case sensitivity and avoid common pitfalls. Build a solid foundation for tackling more complex string problems.
⚛️ State Management in React – The Complete Guide for Developers
Oct 07, 2025.
Master state management in React! This guide covers local, global, server, and URL state, offering practical examples using useState, Context API, Redux, Zustand, and React Query. Learn when to use each approach and best practices for building scalable and maintainable React applications. Simplify data flow and enhance your app's performance!
How to Reverse a String In-Place in C++
Oct 07, 2025.
Master string reversal in C++ in-place! This guide covers essential techniques for coding interviews and efficient programming. Learn how to reverse strings without extra memory using two pointers, std::swap(), and the STL reverse() function. Explore C-style string reversal and edge case handling. Optimize your code and ace those technical challenges with these memory-efficient methods. Understand time and space complexity for optimal performance.
C# tips: string.IsNullOrEmpty vs string.IsNullOrWhiteSpace
Oct 03, 2025.
Understand the crucial difference between string.IsNullOrEmpty and string.IsNullOrWhiteSpace in C#. This article clarifies when to use each method for effective string validation. Learn how IsNullOrWhiteSpace handles whitespace-only strings, preventing potential bugs. We also cover performance considerations, highlighting that while IsNullOrEmpty is slightly faster, the difference is often negligible in real-world applications. Choose the right tool for robust and reliable C# code.
How to Sort the Array Alphabetically in Python
Oct 01, 2025.
This article covers case-insensitive sorting with key=str.lower, handling mixed data types, and reverse sorting. Includes a real-world FMCG product catalog example, time/space complexity analysis, and best practices for efficient and user-friendly data presentation. Master text sorting for cleaner, more predictable data!
How to Check If a String is a Palindrome or Not using Python
Oct 01, 2025.
Explore various Python methods for palindrome detection, from simple reversal to the efficient two-pointer technique. Learn how palindrome checks enhance security in real-world applications like random password generators by preventing weak, easily guessable passwords. Understand time/space complexity and best practices for optimal performance. Includes complete implementation with test cases and a focus on security considerations.
✨ How to Check if a String is a Palindrome in DSA
Sep 30, 2025.
Master the palindrome! This guide explains how to check if a string is a palindrome using two efficient methods: Reverse & Compare and the Two-Pointer technique. Includes C++, Java, and Python code examples with time/space complexity analysis. Learn practical applications in data validation, cryptography, and DNA sequencing. Ace your DSA interviews!
🔄 Reverse a String Without Using Extra Space
Sep 30, 2025.
Master the art of reversing a string in-place, a fundamental Data Structures and Algorithms (DSA) interview question! This article provides a step-by-step approach using the efficient two-pointer technique. Learn how to optimize memory usage with an O(1) space complexity solution. Includes a C# implementation, dry run example, and key takeaways to ace your next coding challenge.
Command Query Responsibility Segregation
Sep 24, 2025.
Command Query Responsibility Segregation (CQRS) separates read and write operations into distinct models, enhancing scalability and performance. Ideal for complex, read-heavy applications and event-driven microservices, CQRS offers optimized read models and better separation of concerns. However, it introduces complexity, eventual consistency challenges, and infrastructure overhead, making it unsuitable for simple CRUD applications. Weigh the pros and cons carefully before implementation.
How to Optimize SQL Queries for Faster Execution in Large Databases
Sep 23, 2025.
This article reveals practical techniques like indexing, efficient joins, and smart WHERE clauses to dramatically reduce execution time. Learn how to analyze execution plans, leverage partitioning and caching, and optimize subqueries for peak performance.
LeftJoin in .NET 10 & EF Core 10 - A Game Changer for LINQ Developers
Sep 19, 2025.
Finally! .NET 10 and EF Core 10 introduce native LeftJoin and RightJoin LINQ methods, simplifying data queries and eliminating verbose workarounds. Learn how to use these game-changing features for cleaner, more readable code, mirroring SQL's LEFT JOIN functionality.
IEnumerable vs IQueryable in .NET
Sep 18, 2025.
Learn how IEnumerable handles in-memory data efficiently, while IQueryable shines with remote data sources like databases, translating LINQ to SQL for server-side filtering. Choosing the right interface can dramatically improve your application's speed and resource usage, preventing performance bottlenecks and ensuring smooth data handling.
Securing Connection Strings and AppSettings in ASP.NET Core
Sep 15, 2025.
Learn how to use User Secrets for development, environment variables for staging, and Azure Key Vault or AWS Secrets Manager for production. Discover encryption techniques and database-level security measures to safeguard sensitive information. Implement best practices like secret rotation and access auditing to fortify your application's security posture and prevent unauthorized access to critical data.
Choosing Between Subqueries and Joins in PostgreSQL
Sep 15, 2025.
This article dives into the core differences, performance implications, and readability aspects of each method. Learn when to leverage JOINs for combining data from multiple tables and when subqueries excel at filtering and aggregation. Optimize your database queries for speed and clarity, ensuring efficient and maintainable code.
🚀 Top 30 Proven Ways to Optimize SQL Server Database Performance (with Examples)
Sep 09, 2025.
Unlock peak SQL Server performance! This guide delivers 30 proven techniques with practical examples to optimize your database. Learn how to speed up slow queries, improve indexing, refine schema design, and implement caching strategies. From data types to execution plans, master the art of SQL Server tuning for scalable and efficient applications. Boost your database performance today!
Best Practices for Database Optimization in Web Development
Sep 10, 2025.
Optimize your web development database for speed and efficiency! Learn best practices for indexing, query optimization, data normalization, and caching. Discover how to choose the right data types, monitor performance, partition large tables, and maintain backups for a faster, more reliable application. Improve user experience and reduce server load with these essential techniques.
What SQL Topics Are Important for Data Science Interviews?
Sep 09, 2025.
Ace your data science interview by mastering essential SQL skills! This guide covers crucial topics like SQL basics, joins, aggregations, subqueries, window functions, data cleaning, and performance optimization. Practice with real-world scenarios and interview questions to confidently tackle any SQL challenge.
Designing, Securing, and Optimizing SQL Server: A Realistic E-Commerce Example
Sep 06, 2025.
Learn schema design principles, indexing strategies for query tuning, and efficient ETL processes for data loading. Implement robust backup and recovery plans, secure your database with role-based access control, and proactively monitor performance with maintenance best practices.
Find High-Usage Queries and Stored Procedures in SQL Server
Sep 05, 2025.
Identify the SQL statements and stored procedures that burn the most CPU, IO, and time using SQL Server DMVs—plus quick scripts, filters, and tips to fix them.
Using Enums as Strings in EF Core
Aug 31, 2025.
Learn how to store enums as strings in EF Core for improved database readability and maintainability. Explore the pros, cons, and step-by-step implementation.
Google Cloud Web3 Without a Credit Card: Query Ethereum in BigQuery Sandbox
Aug 28, 2025.
Unlock Web3 analytics for free! Query Ethereum & Solana on-chain data in Google Cloud BigQuery Sandbox without a credit card. Learn SQL, visualize insights, and save costs.
Innovative State Management in React: Beyond Redux
Aug 26, 2025.
Explore modern React state management beyond Redux in 2025. Discover Zustand, Recoil, Jotai, and TanStack Query for simpler, faster, and more efficient apps.
Smart Query Caching in C#: Auto-Invalidate on Database Changes
Aug 20, 2025.
Learn how to keep your cache fresh using SqlDependency, version-stamps, event-driven invalidation, and Redis Pub/Sub in C#, ensuring high performance, consistency, and scalability across applications.
SQL Server Index Fragmentation: What It Is and How to Fix
Aug 20, 2025.
Index fragmentation slows SQL Server queries by disrupting data order. This article explains its causes, types, and impact, while offering practical steps to detect, fix, and prevent fragmentation for optimal database performance.
The Role of PostgreSQL in Driving Modern Business Solutions
Aug 14, 2025.
PostgreSQL is a powerful, open-source database ideal for enterprise applications, offering ACID-compliant transactions, advanced SQL features, high performance, scalability, reliability, and strong community support.
Structured Logging in .NET: Why You Should Avoid String Interpolation
Aug 13, 2025.
Structured Logging in .NET: Why You Should Avoid String Interpolation, and string concatenation and use structured logging instead.
How to Reverse a String in Python Using Slicing
Aug 11, 2025.
Learn how to reverse a string in Python using slicing. This beginner-friendly guide explains the concept of slicing in depth, provides step-by-step examples, and compares alternative methods so you can master string reversal with confidence.
What are the Best Practices for EF Core Performance Optimization?
Aug 07, 2025.
Learn how to optimize Entity Framework Core (EF Core) for high-performance data access. This article covers best practices, from query tuning to memory management, with practical C# code examples. Ideal for developers building scalable .NET applications.
SQL Cheatsheet: A Simple and Complete Guide
Aug 07, 2025.
Master SQL fundamentals with this comprehensive cheatsheet covering queries, joins, functions, constraints, and performance tips—ideal for beginners and professionals working with relational databases across any industry.
Beginner’s Guide to Power BI: DAX, Measures, and Learning by Doing
Aug 07, 2025.
I’m still new to Power BI, but I’ve already learned a lot... and I’m still learning! Especially about DAX formulas, measures, and how they’re different from Excel. This post is my beginner-friendly take on what clicked, what confused me, and how I’m figuring it out along the way.
How to Connect Power BI to SQL Server
Aug 04, 2025.
Learn how to connect Power BI to Microsoft SQL Server with this step-by-step guide. Ideal for beginners and data professionals using Power BI Desktop.
20 New CSS Features You Need to Know
Aug 05, 2025.
CSS in 2025 introduces powerful features like Container Queries, \:has(), Subgrid, and content-visibility, enabling developers to build responsive, high-performance, and visually dynamic websites with less code and greater flexibility.
SQL SERVER – Client Statistics
Aug 04, 2025.
Client Statistics in SSMS offer insights into SQL query performance from the client side. It helps compare executions, measure network impact, processing time, and optimize queries effectively during development.
Monitor Performance by Using the Query Store
Aug 04, 2025.
Query Store in SQL Server helps monitor query performance over time by storing execution plans, runtime stats, and wait times. It enables troubleshooting, plan forcing, and tracking regressions effectively.
How to Use PnPjs in SPFx to Query SharePoint List Columns
Jul 11, 2025.
Learn how to configure PnPjs in your SharePoint Framework (SPFx) project and query all common SharePoint column types including Lookup, Person, Choice, and more.
Data View and LINQ in C# and VB.NET
Jul 07, 2025.
Learn how to fetch unique values from a DataTable using DataView and LINQ in C# and VB.NET. Explore sorting, filtering, and displaying distinct book records with examples compatible with .NET Core and .NET 9.
What is Strings and Dictionaries
Jun 30, 2025.
Unlock the power of strings and dictionaries in Python! This guide covers essential string manipulation techniques, including indexing, slicing, methods like upper(), lower(), split(), and join(), and the versatile format() function.
Mastering LINQ in C#
Jun 25, 2025.
Language Integrated Query (LINQ) is a game-changer in C#. It brings SQL-like data querying capabilities directly into your C# code, making data manipulation more intuitive, type-safe, and readable.
Basic SQL Queries for Database Testing
Jun 23, 2025.
Learn essential SQL queries used in database testing. This guide covers SELECT, JOIN, WHERE, and more—ideal for QA testers and beginners ensuring data accuracy and integrity in applications.
Table Sharding in SQL: Types, Examples, and Best Practices
Jun 10, 2025.
Table sharding improves database scalability and performance by splitting large tables into smaller, distributed shards. It enhances speed, fault tolerance, and cost-efficiency—ideal for growing applications with heavy data loads.
MongoDB Filter Query Cheat Sheet
Jun 04, 2025.
This article explains how to use filters in MongoDB GUI tools (like MongoDBCompress or Compass) using simple query examples. You’ll learn how to search for records, use conditions, sort results, and filter by dates or partial matches, all without writing any code!
EJB QUERY LANGUAGE (EJB QL)
May 30, 2025.
EJB QL is a query language used to query enterprise beans and their relationships, supporting string and arithmetic functions, with syntax defined using Backus-Naur Form (BNF) for structured query creation.
How to Clean Data in Pivot Query in Excel
May 16, 2025.
In this article, we will learn how to clean and prepare your data directly within Pivot Queries in Excel.
Advanced Data Warehouse Modeling and Querying Using C# and .NET 9
May 13, 2025.
Use C# 14 and .NET 9 to design, query, and manage data warehouses efficiently. Automate schema creation, support SCD Type 2, integrate with BI tools, and run high-performance queries for real-time analytics.
Advanced ETL from OLTP Databases to a Data Warehouse with C# 14
May 12, 2025.
Build scalable and efficient ETL pipelines using C# 14 and .NET 9. Leverage Dapper, SQL Server, Azure Synapse, and cloud integration for seamless data extraction, transformation, and loading to data warehouses and lakes.
Improved CRUD operations for GridView with Redshift in ASP.NET Core MVC (Utilizing C# 14 Features)
May 08, 2025.
Learn how to enable CRUD operations in an ASP.NET Core MVC application using Amazon Redshift and C# 14 features. This guide covers setup, connection, SQL commands, data manipulation, security, and best practices.
Creating a WebApi Project in .NET 9 [GamesCatalog] 18
Apr 28, 2025.
Learn how to set up an ASP.NET Core Web API with MySQL using Entity Framework Core. This guide covers creating projects, configuring the database, defining DTOs, adding migrations, and creating a users table in the database.
How to Convert a DataTable to a List of Objects in C#
Apr 27, 2025.
Learn how to convert a DataTable to a List<T> in C#. Explore manual, reflection-based, and LINQ methods for better performance, type safety, and cleaner code. Improve maintainability in modern C# applications.
Understanding Change Data Capture (CDC) and Its Types
Apr 23, 2025.
In this article we are going to learn about the CDC and types of CDC approaches. It helps keep data in sync without causing a heavy load on the database.
Order of Execution in LINQ Queries
Apr 22, 2025.
This article explains the difference between deferred and immediate execution, outlines the execution order, and shares best practices to write efficient and optimized LINQ queries for real-world applications.
Execution Process of SQL Queries vs Stored Procedures
Apr 21, 2025.
Dive deep into the internal execution process of SQL Server queries with this one-of-a-kind article comparing normal SQL queries and stored procedures.
What is New in JDK 24?
Apr 18, 2025.
JDK 24 introduces preview features like unnamed variables, pattern matching for primitives, string templates, and performance boosts, enhancing Java's productivity, readability, and native integration for modern development.
Create Foreign Keys Dynamically in SQL Server Database
Apr 10, 2025.
Create the referential integrity constraint i.e. Foreign key dynamically in SQL Server database. This script dynamically adds foreign keys to all tables with a CompanyID column by scanning the database, ensuring they reference the Company table—ideal for retrofitting relational integrity.
Mastering SQL String Functions
Mar 25, 2025.
SQL string functions help manipulate and process text data efficiently. This guide covers key functions like UPPER(), LOWER(), LEN(), LEFT(), RIGHT(), SUBSTRING(), REPLACE(), CONCAT(), LTRIM(), RTRIM(), CHARINDEX(), REVERSE(), and FORMAT(), demonstrating their usage with examples to improve query performance and readability.
Understanding Parameter Sniffing in SQL Server
Mar 24, 2025.
In SQL Server and other relational database systems, query execution performance is critical for handling large datasets efficiently. One common yet sometimes problematic optimization technique is Parameter Sniffing. While it can improve query performance.
SQL Tag Library in Java Server Page
Mar 21, 2025.
JSTL SQL tags are used to access databases and are designed for low-volume Web-based applications.? JSTL SQL tags facilitate database interactions in JSP pages, enabling data source setup, query execution, updates, and transactions through tags like <sql:setDataSource>, <sql:query>, <sql:update>, and <sql: transaction>
Understanding SQL Execution Plans
Mar 20, 2025.
An SQL execution plan outlines how a database executes a query, detailing operations like table scans, index seeks, and joins. Analyzing these plans is essential for optimizing query performance.
Understanding SQL CTE (Common Table Expression)
Mar 19, 2025.
A Common Table Expression (CTE) in SQL is a temporary result set that improves query readability and performance. CTEs simplify complex queries, support recursive operations, and help with aggregation and multi-step calculations.
Understanding Expressions in C#: Dynamic Code and Query Generation
Mar 19, 2025.
Expressions in C# allow dynamic query generation, runtime compilation, and code transformation using Expression Trees. They are widely used in LINQ, ORM frameworks like Entity Framework, and reflection to optimize performance and enable flexible, data-driven logic.
Running Azure Resource Graph Queries in an Azure Logic App
Mar 12, 2025.
Learn how to run Azure Resource Graph queries within an Azure Logic App to automate resource management and gain insights into your Azure environment.
Most Used GlideRecord Methods in ServiceNow
Feb 27, 2025.
GlideRecord is a powerful ServiceNow API used to interact with database tables. This article explores the most commonly used GlideRecord methods, helping developers query, retrieve, update, and manipulate records efficiently.
Understanding Escape Characters in .NET
Feb 21, 2025.
Escape characters in .NET, especially in C#, allow special characters to be represented within strings. They are used to format text, and include new lines (\n), tabs (\t), quotes (\"), and more.
Explaining Aggregate Functions in SQL
Feb 14, 2025.
Learn about SQL Aggregate Functions like SUM, COUNT, AVG, MIN, and MAX. These functions help perform calculations on grouped data, such as finding totals, averages, and minimum or maximum values, making data analysis more efficient.
Most common GlideRecord objects in ServiceNow
Feb 04, 2025.
This article provides an overview of common GlideRecord methods in ServiceNow, which are essential for interacting with the platform's database. It covers key methods like querying, inserting, updating, deleting records, and managing permissions.
Be Careful Using Distinct and OrderBy in EF Core Queries
Feb 03, 2025.
Combining Distinct() and OrderBy() in EF Core queries can lead to performance issues. This article explains why and offers solutions for efficient data retrieval.
Installing and Using GitHub Copilot in Azure Data Studio
Jan 31, 2025.
Azure Data Studio helps manage databases and write SQL queries. With GitHub Copilot, it auto-suggests code completions, making complex SQL tasks easier, including writing queries, using JOINs, and generating reports efficiently.