COMMUNITY: How to properly ask a question on Forums
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
LIVE
CAREER
MEMBERS
JOBS
Training
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]
Tahir Naushad (2)
Rajeesh Menoth (2)
Abdul Rasheed Feroz Khan (2)
Rion Williams (2)
Mahesh Chand (2)
Nitin Kumar (1)
Ravi Kiran Chanduri (1)
John Kocer (1)
Debasis Saha (1)
Mobeen Rashid (1)
Durgaprasad Yadav (1)
Deepak Middha (1)
Nishan Aryal (1)
Rahul Sahay (1)
Ankit Bansal (1)
Pankaj Kumar Choudhary (1)
Suraj Pant (1)
Gagandeep Singh (1)
Nataraj Gandhi Arunachalam (1)
Stephany Henrique Batista (1)
Sunny Sharma (1)
Sekhar Srinivas (1)
Sateesh Arveti (1)
Maruthi Palllamalli (1)
Jainish Shah (1)
Dipendra Singh Shekhawat (1)
Karthikeyan K (1)
Abhishek Yadav (1)
Juan Carlos Ruiz Pacheco (1)
Vijai Anand Ramalingam (1)
Mudita Rathore (1)
Hemanth Kumar (1)
Ramakrishna (1)
Vithal Wadje (1)
Shivani (1)
Senthilkumar (1)
Bechir Bejaoui (1)
Vivekanand Kilaparthi (1)
Arjun Panwar (1)
Prasad BVN (1)
John Charles Olamendy (1)
Mike Griffin (1)
Steve (1)
Related resources for ddl
No resource found
Set up ASP.NET OAuth 2.0 Authentication Middleware
7/22/2020 5:26:38 AM.
Set up ASP.NET OAuth 2.0 Authentication Middleware
Passing Parameters To Middleware In ASP.NET Core 2.0
11/15/2017 10:43:51 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
Types Of Web API Action Results
11/13/2017 12:02:53 PM.
This article explains about Web API action results and explanation of REST result.
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.
ASP.NET Core 2.0 Middleware
9/8/2017 2:00:07 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
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
Triggers in SQL Server
6/26/2017 6:51:18 AM.
This article explains triggers in SQL Server. A trigger is a special kind of Stored Procedure or stored program that is automatically fired or executed when some event (insert, delete and update) occu
Triggers in Sql Server
6/23/2017 6:06:57 AM.
In this article I describe triggers. A Trigger is a Database object just like a stored procedure or we can say it is a special kind of Stored Procedure which fires when an event occurs in a database.
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.
Structuring JavaScript Code Using Design Patterns
6/6/2016 5:28:07 AM.
In this article you will learn about structuring JavaScript code using Design Patterns.
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 For Beginners - DDL Statements
1/21/2016 9:13:34 AM.
In this article you will learn how to create, alter, and drop tables in SQL.
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.
Types of Commands in SQL Server
7/7/2015 2:35:48 PM.
This article explains the variosu types of SQL Server commands.
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.
CRUD Operations in ASP.Net Web API Using Fiddler Tool
1/16/2014 2:24:33 PM.
In this article we will do Create, Read, Update and Delete (CRUD) operations in the WebAPI using the Fiddler Tool.
Introduction to Database Management Systems (DBMS) & Types of SQL Commands
2/28/2013 3:22:01 AM.
This video gives introduction to DBMS, Advantages of DBMS over a physical database and the different types of SQL Commands
Capturing Http traffic in C#
1/25/2013 7:45:49 AM.
Introduction to DDL Statements in SQL Server
12/7/2012 1:52:08 PM.
In this article I have explained DDL statements used in SQL Server
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.
Difference Between Temp Table and Table Variable
5/20/2012 2:06:16 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.
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, DML and DCL in MySQL
12/3/2011 11:26:36 PM.
In this article we will discuss the working process of DDL, DML and DCL in MySQL.
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.
Building the Middle Tier in the Microsoft .NET Framework
4/6/2007 12:34:45 AM.
Building the middle tier in the Microsoft .NET Framework.
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.