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 ddl
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sardar Mudassar Ali Khan (11)
Sathya N (2)
Onkar Sharma (2)
Aradhana Tripathi (2)
Kirtesh Shah (2)
Debasis Saha (2)
Guest User (2)
Vinoth Rajendran (2)
Rajeesh Menoth (2)
Abdul Rasheed Feroz Khan (2)
Rion Williams (2)
Mahesh Chand (2)
Rahul Singh (1)
Harishraj Biruduraju (1)
Richa Garg (1)
Durgaprasad Yadav (1)
Amit Mohanty (1)
Ajay Kumar (1)
Bhawesh Deepak (1)
Deepak Middha (1)
Arjun Panwar (1)
Madhu Patel (1)
Abhishek Yadav (1)
Aditi Bamaniya (1)
Senthilkumar (1)
Vithal Wadje (1)
Abhishek Yadav (1)
Jainish Shah (1)
Pasang Tamang (1)
Rajesh Gami (1)
Jamil Moughal (1)
Shubham Jain (1)
George (1)
Ashish Bhatnagar (1)
C# Corner Live (1)
Ravi Kiran Chanduri (1)
Dushyant Kaushik (1)
Mudita Rathore (1)
Vikas Gupta (1)
Biswajit Kayal (1)
Anupam Maiti (1)
Saurabh Vasani (1)
Hamid Khan (1)
Rithik Banerjee (1)
Arvind Singh Baghel (1)
Munib Butt (1)
Nataraj Gandhi Arunachalam (1)
Himanshu Upreti (1)
Mahalasa Kini (1)
Biswarup Kundu (1)
Periyasamy Vellingirisamy (1)
Sanghdeep Sanghratne (1)
Priyanka Jain (1)
Jigar Patel (1)
Mike Griffin (1)
Kamlesh Kumar (1)
John Kocer (1)
Mobeen Rashid (1)
Nishan Aryal (1)
Rahul Sahay (1)
Ankit Bansal (1)
Pankaj Kumar Choudhary (1)
Suraj Pant (1)
Gagandeep Singh (1)
Stephany Henrique Batista (1)
Sunny Sharma (1)
Sekhar Srinivas (1)
Sateesh Arveti (1)
Maruthi Palllamalli (1)
Dipendra Shekhawat (1)
Karthikeyan K (1)
Juan Carlos Ruiz Pacheco (1)
Vijai Anand Ramalingam (1)
Shivani (1)
Bechir Bejaoui (1)
Vivekanand Kilaparthi (1)
Prasad BVN (1)
John Charles Olamendy (1)
Steve (1)
Related resources for ddl
No resource found
Task Management API with GraphQL in ASP.NET Core
9/22/2023 8:16:12 AM.
Creating a complete CRUD (Create, Read, Update, Delete) operation using GraphQL in an ASP.NET Core Web API can be quite extensive, so I'll provide you with a simplified example using a "Task
Error Handling in .NET Core Web API with Custom Middleware
9/20/2023 4:59:46 AM.
In this article, we explore global exception handling in .NET Core Web APIs using Middleware. Middleware is a critical component in the request-response pipeline, offering flexibility in handling requ
Exploring the Art of Middleware Creation in .NET Core
9/17/2023 6:34:32 AM.
This comprehensive article delves into the various methods of creating middleware in .NET Core, offering real-world examples to illustrate each approach. From inline middleware to class-based solution
Working On LinkedList Using C#
9/15/2023 4:50:42 AM.
In this article I explain how to create a linkedlist and the various operations that we perform on linkedlists.
SQL Server Trigger
9/14/2023 11:34:03 AM.
This article explains triggers in SQL Server. A trigger in SQL is a special kind of Stored Procedure or stored program that is automatically fired or executed when some event (insert, delete and updat
Scalable Event-Driven APIs with Azure Event Grid and Service Bus in ASP.NET Core
9/13/2023 10:37:28 AM.
In this comprehensive example, we covered all the essential components required for building an event-driven API using Azure Event Grid and Azure Service Bus. Keep in mind that the specific implementa
Securing .NET/ASP.NET Core Apps with Azure Key Vault Middleware
9/8/2023 9:28:49 AM.
Securing secrets in a .NET/ASP.NET Core application using Azure Key Vault is crucial for protecting sensitive information like API keys, connection strings, and other configurations. In this example,
SQL Commands
9/8/2023 6:12:46 AM.
In SQL Server, various types of SQL commands are essential for managing and querying databases. These include Data Query Language (DQL) for retrieving data, Data Definition Language (DDL) for defining
Real-time Communication with WebSocket Protocol in ASP.NET Core
9/4/2023 5:13:27 AM.
This example provides a foundational structure for real-time communication in ASP.NET Core using WebSockets. You can expand upon this foundation to create more complex real-time applications, such as
Rate Limiting Middleware In .NET 7
8/31/2023 5:46:55 AM.
In this article, you will learn about Rate Limiting Middleware in .NET 7.
Enhancing Client Responses: Crafting Custom Middleware for Effective Error Handling
8/27/2023 2:17:28 AM.
Designing a robust error handling mechanism and returning meaningful error responses to clients is crucial for enhancing the reliability and user experience of your ASP.NET Core Web API. Here's a
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
Effective API Versioning with Custom Middleware
8/22/2023 5:24:18 AM.
API versioning with custom middleware, enables clients to access different versions of your API based on the version specified in the request header. This allows you to manage backward compatibility w
Implementing Rate Limiting in ASP.NET Core WEB API
8/18/2023 9:24:59 AM.
Learn how to effectively implement rate limiting in your ASP.NET Core application with this comprehensive guide. Explore the benefits of rate limiting for security and performance, and follow step-by-
Introduction to Triggers in SQL Server
8/18/2023 12:52:38 AM.
Tiggers are commonly used in SQL Server to automate data updates. This introduction article explains the basics of trigger in SQL, the types of triggers, and how to implement triggers in SQL Server.
DDL, DML and DCL in MySQL
8/10/2023 4:56:18 AM.
In this article, we will discuss the working process of DDL, DML, and DCL in MySQL.These are some of the most commonly used SQL commands that allow you to perform various operations on the data stored
How To Enable CORS In FastAPI In Python?
8/9/2023 6:15:45 AM.
This article is all about enabling CORS in FastAPI in Python.
Building Custom Middleware Components for Logging, Error Handling, and Request/Response Modification
8/9/2023 5:05:33 AM.
ASP.NET Core to handle cross-cutting concerns like logging, error handling, and request/response modification:
Global Exception Handling In Asp.net Core Web API
8/4/2023 6:27:15 AM.
In the context of ASP.NET Core Web API (or any web application framework), global exception handling involves catching exceptions that occur during the processing of requests and returning appropriate
Capturing Phishing Email Using Custom Middleware in ASP.Net Core Web API
8/2/2023 9:08:59 AM.
To capture and detect phishing emails using custom middleware in an ASP.NET Core Web API, you can follow these general steps:Create Custom Middleware: Create a custom middleware that will intercept
Resolving CORS Origin Using Custom Middle ware in ASP.Net Web API
8/2/2023 5:02:53 AM.
In ASP.NET Core, middleware is a component or piece of software that sits in the request-response pipeline. Middleware is used to handle or modify incoming HTTP requests and outgoing HTTP responses. I
SQL Commands : DDL, DQL, DML, DCL, TCL with Examples
7/25/2023 6:08:58 AM.
Master the art of SQL DDL commands, DCL commands, DQL commands, DML commands, TCL commands for effective database management.
DDL Triggers In SQL Server
5/25/2023 11:56:26 AM.
This tutorial will show you the concept of DDL Triggers In SQL Server.
ASP.NET Core MVC Request Life Cycle
5/24/2023 7:05:25 AM.
In this article you will learn about description of various stages of ASP.NET Core MVC Request Life Cycle.
LOGON Triggers in SQL Server
5/7/2023 4:12:17 PM.
In this article, we shall cover Logon Triggers. Logon trigger a special kind of stored procedure which fires automatically when a LOGON event is detected, or new database connection is established. Lo
DDL Triggers in SQL Server
5/1/2023 7:23:25 AM.
DDL triggers are a type of trigger that gets fired and executed when DDL events occurs on database schema. DDL events include Create, Alter, Drop, Grant, Deny, Revoke statements.
Best Practices for Building Large-Scale Laravel Applications
4/22/2023 10:54:39 AM.
This article provides tips and best practices for developing large-scale Laravel applications. By following these best practices, you can improve the quality and scalability of your application, make
Difference Between Temp Table and Table Variable
2/14/2023 6:14:33 AM.
This article explains the basic differences between table variables and temp tables. Because these things are mostly and widely used for temporary storing mechanism in the stored procedures in sql.
Introduction to DDL Statements in SQL Server
2/9/2023 9:40:15 AM.
In this article, I have explained DDL statements used in SQL Server
Types of Commands in SQL Server
1/23/2023 6:37:23 AM.
This article explains various types of SQL Server commands, like DDL, DCL, DML, and TCL etc.
SQL For Beginners - DDL Statements
1/13/2023 11:25:10 AM.
In this article you will learn how to create, alter, and drop tables in SQL.
URL Rewriting Middleware In ASP.NET Core
12/29/2022 9:20:44 AM.
This article explains about URL rewriting methods in ASP.NET Core.
Add Custom Middleware In ASP.Net Core 6 App
11/23/2022 5:33:47 AM.
Middleware is software embedded in the app pipeline that processes requests and responses. ASP.NET Core provides a rich set of built-in middleware components, but in some scenarios you may need to wri
Middleware In Node.js
8/21/2022 3:03:29 PM.
Middleware in Node.js
How Is SQL Is Different Than NoSQL
7/25/2022 7:45:25 PM.
Most people think data is just a piece of information, but in actuality, data is a piece of information organized in form of relevant information, tables, rows, columns, and indexes to make it easier
ASP.NET Core - Custom Middleware
7/11/2022 4:41:18 AM.
In this article, you will learn how to create Custom Middleware in asp.net core.
ASP.NET Core - Middleware
7/7/2022 3:30:42 PM.
In this article, you will learn about Middleware in Asp.net Core.
VS Code as a Testing Client For Web API
6/27/2022 2:34:32 AM.
This article discusses the Testing Clients for Web API.
LinkedList Class In UTIL Package Collection
6/19/2022 7:53:28 AM.
The Linked List class provides a linked-list data structure.
Azure Cosmos DB Conf (Europe-Middle East Africa)
5/9/2022 6:20:58 AM.
Watch the second Azure Cosmos DB Conf on CSharp TV & Learn TV. Azure Cosmos DB Conf is a free, virtual developer event organized in collaboration with the Azure Cosmos DB community and Microsoft.
Types Of Web API Action Results
5/4/2022 10:20:35 AM.
This article explains about Web API action results and explanation of REST result.
How To Make Middleware In Node.js
3/26/2022 3:49:45 AM.
In this article, you will learn how to make middleware in Node.js.
Triggers in SQL Server
2/24/2022 8:53:10 PM.
In this article, we will learn about What is a trigger, Types of triggers and benefits of triggers in SQL Server.
Prevent Tables From Being Created, Dropped, Or Altered In SQL Server
10/21/2021 1:02:08 PM.
This tutorial will show you, how to prevent tables from being created, dropped, or altered in SQL Server.
CRUD Operations in ASP.Net Web API Using Fiddler Tool
5/26/2021 7:22:07 AM.
In this article, we will do Create, Read, Update and Delete (CRUD) operations in the WebAPI using the Fiddler Tool.
Customized Auditing In SQL For DDL Operations At Server Level
12/29/2020 3:35:29 PM.
In this article, you will learn how to customized Auditing in SQL for DDL operations at server level.
Implement Global Exception Handling In ASP.NET Core Application
12/10/2020 11:40:18 PM.
In this article, we will discuss the Exception handling concept in ASP.NET Core
ASP.NET Core 2.0 Middleware
11/23/2020 4:58:17 AM.
Create a Hello World app using ASP.NET Core Middleware. Middleware components are called in the order they appear in Configure() method; i.e., the order in which they're added to the pipeline. The
Passing Parameters To Middleware In ASP.NET Core 2.0
11/20/2020 3:49:33 AM.
I discussed in an earlier post that it is good practice to define middleware in a separate class and add to the pipeline using extension methods. We may also need to pass information to our middleware
Performance/Load Testing/Stress Testing Using Fiddler
11/10/2020 8:19:20 AM.
In this article, you will learn about load testing using fiddler.
Understanding Middleware In ASP.NET Core
9/7/2020 11:20:25 PM.
In this article, you will learn about Middleware in ASP.NET Core.
Learn About Middleware In ASP.NET Core
9/7/2020 5:15:12 PM.
In this article, you will learn about Middleware in ASP.NET Core.
Middleware in Bot Framework - Python
7/28/2020 2:35:11 AM.
Explain about what is Middleware , how to implement in Python
Middleware In .NET Core
7/22/2020 9:07:32 AM.
In this article, you will learn about Middleware in .NET Core.
Twaddle Application Using SignalR
7/16/2020 5:52:01 AM.
In this article, you will learn how to build a twaddling application.
Introduction To SQL And SQL Commands
7/6/2020 1:14:17 AM.
In this article, I am going to explain different types of SQL commands which are DDL, DML, DQL, DCL, and TCL.
Create Custom Middleware In An ASP.NET Core Application
6/14/2020 7:26:34 AM.
One of the major features in ASP.NET Core is the new request pipeline, which is available for the developer to customize according to the requirements of the application. In the request pipeline, seve
Structuring JavaScript Code Using Design Patterns
6/5/2020 5:52:24 AM.
In this article you will learn about structuring JavaScript code using Design Patterns.
JWT Token Routing From Gateway To Multiple Micro-Services In .NET Core
5/21/2020 6:01:29 AM.
This article covers exposing a central gateway point to the outer world to access protected API content. The handling of different micro-service routing will be done by Gateway itself.
Doubly Linked List in C#
4/24/2020 3:35:12 PM.
In this article, you will learn about the Doubly Linked list in C#.
Comparison Of HttpHandler And HttpModule With Middleware
3/16/2020 12:42:06 PM.
This is a article on Comparison of HttpHandler and HttpModule in standard asp.net application with Middleware in asp.net core application
Request Tracing And Logging Between Multiple MicroService With Correlation Id Using Serilog In .NET Core
3/6/2020 10:26:57 AM.
While working with micro service architecture design pattern, There would be multiple micro services are running and achieve our business needs. So, in this case all the micro services are running ind
What is a Trigger? What are the Types Of Triggers? How to Display Information About Events - Part One
3/2/2020 2:10:39 PM.
In this article, you will learn about how to display information about events.
Middleware And Async Action In Redux
10/3/2019 8:02:19 AM.
This article talks about the concept of Middleware and Async action in Redux.
How To Improve ASP.NET Core 2.2 Web Application Performance Using Compression Middleware
9/28/2019 4:06:30 AM.
In this video, we will learn how to use Response Compression middleware to improve the performance of a web application built in ASP.NET Core 2.2.
Building the Middle Tier in the Microsoft .NET Framework
12/17/2018 8:47:09 AM.
This article assumes a working knowledge of ADO.NET, and examines it and its influence on the middle tier. It introduces a fictitious business model and lists some requirements to help us focus on the
An Introduction To Bot V4 Middleware
11/16/2018 2:51:23 AM.
This video explains the concept of Bot SDK 4.0 Middleware in detail.
Use Fiddler With BizTalk Adapters To View Exchanged Messages
7/23/2018 1:28:47 PM.
In this article, we will discuss how to use Fiddler with BizTalk adapters to view exchanged messages.
How To Use Fiddler With ASP.NET Web API Testing
10/11/2017 12:43:10 PM.
If you are developer, tester or a manager, sometimes understanding the various methods of API can be a challenge when building and consuming the application.
URL Rewriting Middleware In ASP.NET Core - Day Eight
8/3/2017 6:39:00 AM.
In this article, we will discuss about the Url Rewriting in the Asp.Net Core.
Understanding ASP.NET - Part Three - Building Reusable And Configurable Middlewares
7/12/2017 11:07:38 AM.
In this series we are learning about new Owin and Katana features in ASP.Net 4 and above. So, if you are new to OWIN then please go back and check other parts as well where we discussed all the detail
Response Compression Middleware In ASP.NET Core
4/9/2017 12:13:46 PM.
In this article, we will discuss about what is Response Compression Middleware in ASP.NET Core, how to get started with this and how can we enable GZIP. Compression in ASP.NET Core Applications.
ASP.NET Core Middleware In A NutShell
2/10/2017 11:08:33 PM.
In this article you will learn about ASP.NET Core Middleware in a nutshell.
ASP.NET Web API With Fiddler And Postman
1/23/2017 3:01:27 PM.
In this article, we will learn about the concept of ASP.NET Web API, using Visual Studio 2015. Also, we will learn to test Web API, using Fiddler and Postman clients.
Middleware And Staticfiles In ASP.NET Core 1.0 - Part Two
1/7/2017 1:06:27 PM.
In this article, I will explain Middleware and Staticfiles in ASP.NET Core 1.0.
Middleware And Staticfiles In ASP.NET Core 1.0 - Part One
12/30/2016 12:24:02 PM.
In this article, I will explain Middleware and Staticfiles in ASP.NET Core 1.0.
Node.js - Middleware - Day Ten
11/18/2016 12:45:28 PM.
In this article, you will learn about middleware functions in Node.js.
Create Easy Tables On Azure And Add Data Using Fiddler - Part Two
10/9/2016 1:20:23 PM.
In this article, you will learn how to create easy tables using Mobile Apps on Azure and add Data using Fiddler.
Create Easy Tables Using Mobile Apps On Azure And Add Data Using Fiddler - Part One
10/4/2016 12:36:11 PM.
In this article, you will learn how to create Easy Tables, using Mobile Apps on Azure and add data using Fiddler.
Tracking HTTPS Web Services Through Fiddler
8/4/2016 10:26:30 AM.
In this article, you will learn how to track HTTPS Web Services through Fiddler.
Middleware In ExpressJS
6/25/2016 12:13:19 PM.
In this article you will learn about Middleware in ExpressJS.
Middleware In ASP.NET Core
5/11/2016 3:24:38 PM.
Today we are going to learn how to inject little codes in HTTP Pipeline of ASP.NET Core using middleware. In addition, we are going to learn how construct one, so let's go!
Middleware Components In ASP.NET Core
4/9/2016 4:00:59 PM.
This article will help you understand what is middleware in ASP.NET Core applications and how they really work. It will also help you learn how to create your own middleware and plug it in-between.
Understanding JDBC Driver Types
3/8/2016 3:39:28 AM.
This video will provide a clear understanding of 4 Types of JDBC Drivers. How each Driver works and what is the advantage and disadvantage of each Driver For Complete JDBC Video Series : https://app.
Introduction to CDC of SQL Server - Part Three
3/2/2016 9:47:30 AM.
In this article you will learn understand few more commands of CDC in SQL Server.
OWIN Middleware Using C# .NET
2/17/2016 9:42:09 AM.
In this article you will learn about OWIN Middleware for C# .NET.
SQL Server Languages: DML, DDL, DCL & TCL
1/14/2016 1:31:09 PM.
In this article you will learn about SQL Server Languages: DML, DDL, DCL & TCL.
The Newest Fiddle Sibling: .NET Fiddle
11/17/2015 10:20:01 AM.
This article will cover some of the major features found in .NET Fiddle and set you on the path to coding from the comfort of your browser.
Handy Development Tools For Assisting Others From Your Browser
10/28/2015 4:24:41 AM.
In this article you will learn Handy Development Tools for Assisting others from your Browser.
Mind Tickling Riddles Game Using jQuery
9/4/2015 7:13:38 AM.
In this article you will learn how to develop web applications, games, web elements and interactive web pages using jQuery, HTML 5 and CSS3.
Consumiendo WebAPI desde Fiddler | C#
4/20/2015 1:31:06 PM.
Como crear un servicio con WebAPI y acceder a el desde Fiddler. IMPERDIBLE!!
How to Get SharePoint 2013 ODATA/REST in JSON Format Using Fiddler
4/28/2014 2:47:12 PM.
In this article you will see how to get SharePoint 2013 ODATA/REST in JSON format using Fiddler.
XML as Middle Tier
9/29/2012 6:20:54 AM.
There is always been a need that there will be an intelligent middle Layer between Database Server and the UI Code. There are many ways but one fantastic approach came in picture with the XML.
Part IV: Step by Step Procedure of How to Install an Assembly
5/19/2012 2:28:51 AM.
This article continue to explain how to install an assembly as the part I,II and III.
Retrieving Middle Rows from a Table
5/15/2012 2:22:44 PM.
This article helps in retrieving middle rows of a particular table irrespective of its columns and data types.
DDL and DML Operations in Sharepoint
12/29/2010 9:44:46 AM.
In this article you will learn how to use DDL and DML Operations in Sharepoint.
The Contains Method and Hit Test in GDI+
1/13/2010 10:24:48 PM.
In this article I will explain about the Contains Method and Hit Test in GDI+.
Drawing Graphics Paths in GDI+
11/27/2009 1:23:24 AM.
In this Article I will explain how to Draw Graphics Paths in GDI+.
Biztalk messaging services, working with messages.
10/22/2007 4:08:34 AM.
This article is intended to illustrate the main concepts of messaging and the realization in Biztalk Server 2006 as a Message-Oriented Middleware (MOM) platform.
System Views and Functions in SQL Server 2005 by Steve on Jul 06, 2006
3/15/2007 7:07:06 AM.
I tried to explore some basic TSQL functions and VIEWS in SQL Server 2005. I believe this would be useful when we write DDL-DML Statements.