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 DESC
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vikas Mishra (9)
Vijai Anand Ramalingam (5)
Kautilya Utkarsh (3)
Jin Necesario (2)
Prashant Nimbare (2)
Rikam Palkar (2)
Chetna Solanki (2)
Nitin Bhardwaj (1)
Abhishek Dhoriya (1)
Bohdan Stupak (1)
Mariusz Postol (1)
Ayush Gupta (1)
Suraj Vishwakarma (1)
Nishi Kumari (1)
Ayyaz Ahmad (1)
Lajapathy Arun (1)
Gustav Stiegr (1)
Rahul Singh (1)
Matthew Cochran (1)
Raj Bhatt (1)
Guest User (1)
Priyanka Singh (1)
Uday Dodiya (1)
Ashish Bhatnagar (1)
Vijayaragavan S (1)
Devesh Omar (1)
Ajay Mor (1)
Gopi Chand (1)
Shalini Dixit (1)
Abhishek Mishra (1)
Kasun Kodagoda (1)
Sushila Patel (1)
Mahesh Chand (1)
Dinesh Kushwaha (1)
Puja Kose (1)
Sharad Gupta (1)
Sam Hobbs (1)
Amit Mishra (1)
Jacob Robinson (1)
Bruno Leonardo Michels (1)
Mudita Rathore (1)
Nimit Joshi (1)
Satya Prakash (1)
Vijay Prativadi (1)
Nipun Tomar (1)
Ashish Shukla (1)
Ibrahim Ersoy (1)
Resco (1)
Sovon Nath (1)
Catalini Tomescu (1)
Alok Pandey (1)
Satyapriya Nayak (1)
Hung Hung (1)
Diptimaya Patra (1)
Amit Kumar Agrawal (1)
Related resources for DESC
No resource found
Descending DropDown List In ASP.NET
10/8/2024 9:27:53 AM.
Learn how to sort a DropDown List in ASP.NET in descending order using C#. This tutorial covers data binding, sorting logic with LINQ, and implementing dropdown controls in ASP.NET Web Forms or MVC ap
How AI is Revolutionizing Image Background Description ?
8/24/2024 7:19:22 AM.
This revolution involves using neural networks and machine learning algorithms to analyze images, automatically generate descriptive text, and enhance visual recognition and understanding for various
Describing Musical Domain with F#
8/20/2024 7:47:25 AM.
It covers domain-specific language (DSL) creation, music representation, algorithmic composition, and sound synthesis, showcasing how F# can facilitate advanced music analysis and generation.
CSS Combinator Selectors
8/12/2024 11:47:35 AM.
Helps you to get started learning the advanced concept of CSS combinator selectors such as child, adjacent sibling, and general sibling.
Build Image Description Service with Amazon Bedrock and .NET App
8/7/2024 6:15:47 AM.
Learn how to use the Amazon Bedrock Converse API with the Anthropic Claude 3 Sonnet model to send an image and receive a description. This guide covers setting up a .NET 8.0 console app in Visual Stud
Programming in Practice - GUI - XAML - Description of the User Interface
7/9/2024 12:34:12 AM.
This article concerns selected issues related to the representation of process information in graphical form to develop a comprehensive User Interface. It presents XAML Domain-Specific Language as a d
The Stochastic Gradient Descent
6/16/2024 8:56:36 AM.
This article delves into Stochastic Gradient Descent (SGD), a cornerstone algorithm in machine learning and optimization. It explains how SGD optimizes model training by iteratively updating parameter
Batch Gradient Descent: The Key to Machine Learning Optimization
6/8/2024 1:05:31 PM.
Batch Gradient Descent is a robust and precise optimization technique that forms the backbone of many machine learning algorithms. Its ability to provide stable and deterministic updates makes it a pr
Understanding Gradient Descent: The Backbone of Machine Learning
6/7/2024 10:29:13 AM.
Gradient descent is a versatile and powerful optimization technique that is central to many machine learning algorithms. Its iterative approach to minimizing cost functions makes it an essential tool
Creating Custom Tag In JSP
5/30/2024 10:28:48 AM.
Custom tags in JSP allow users to define reusable components that can be inserted directly into JSP pages, expanding functionality beyond built-in tags. Tags are implemented using tag handlers, define
WADL vs WSDL: The Battle of Web Service Descriptors
5/30/2024 4:41:19 AM.
Explore the significance and evolution of WSDL and WADL in web service description. WSDL, tailored for SOAP-based services, contrasts with WADL, simpler and geared towards RESTful services. While WSDL
Column Values Reverse Order in SQL
5/8/2024 10:48:30 AM.
Learn how to reverse the order of column values in SQL using the ORDER BY clause with the DESC keyword. This tutorial covers sorting data in descending order, manipulating column values, and enhancing
Using the Web Services in ASP.NET
4/25/2024 7:55:47 AM.
Explore the creation of Web Services with ASP.Net, their architecture, and usage. Learn about SOAP protocol, WSDL, and UDDI for service description and discovery. See how to create and consume Web Ser
Customizing Title and Description in FastAPI
3/11/2024 6:51:01 AM.
How to Enhance Fast API Documentation by Adding Title and Description to Endpoints. FastAPI simplifies API development with Python, offering automatic interactive documentation generation. Learn to cu
Machine Learning: Linear Regression With One Variable
3/5/2024 10:27:38 AM.
Supervised learning involves providing the correct answer for each example of data. This article focuses on the use of regression and classification techniques in supervised learning, particularly lin
Dynamically Sorting Object At Runtime Using Reflection C#
12/6/2023 9:20:08 AM.
Dynamic sorting of objects at runtime using reflection in C# involves leveraging the power of reflection to examine object properties and sort them based on specific criteria without having to write s
Using MockingContext: A Flexible IServiceProvider Implementation in C#
10/3/2023 5:43:56 AM.
Explore the MockingContext class: a custom implementation of the IServiceProvider interface in C#. Learn how this class provides an efficient way to automatically instantiate or mock services on-the-f
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
C# Object Instantiation: Part I - Constructors
9/18/2023 4:53:54 AM.
There are many ways to approach object instantiation. In this article we'll cover a object instantiation with the constructor method on the class. The constructor is a method with no return type
Using the OrderBy and OrderByDescending Operator in LINQ
8/8/2023 11:08:55 AM.
Using the OrderBy and OrderByDescending Operator in LINQ: Sorting Collections
Gradient Descent Optimization
8/8/2023 8:53:16 AM.
Gradient Descent is a popular optimization algorithm used in machine learning.
Detailed Description Of Primary Key In SQL Server
3/6/2023 6:33:55 AM.
In this article, you will learn about a detailed description of the primary key in SQL server.
Android QR Code Scanner
9/29/2022 5:36:59 AM.
In this article, we learn about how to scan QR code from android app.
FontMetrics Class In Java
9/26/2022 5:13:16 AM.
Sometimes it is necessary to know the attributes of fonts used within a program. In such case, the FontMetric class proves useful. An object of this class is created by using getFontMetrics() method.
Describe Image Action In Microsoft Computer Vision Cognitive Service With Desktop flow Using Microsoft Power Automate
7/1/2022 2:51:05 PM.
Reading this article, you can learn how to analysing an image with Microsoft cognitive computer vision - Describe image action in Desktop flow using Microsoft Power Automate.
Pass Data To All Descendents With CascadingParameter In Blazor
5/30/2022 4:57:03 AM.
In this article, you will learn about CascadingParameter is way to send data from parent to all of its descendent.
Creating An Extension Method To Get Enum Description
3/30/2022 12:55:39 PM.
This article will take you down the rabbit hole to understand the extension methods in C#.
jQuery Hierarchy Selectors
3/25/2021 4:56:58 AM.
This video shows the different jQuery hierarchy selectors such as child selector, descendant selector, adjacent, and siblings selector.
Basics of Cross Site Scripting (XSS) Attack on Web Applications
3/24/2021 6:48:38 AM.
I would like to share the basics of XSS attacks on web applications.
JavaScript Powerful Property Descriptors
5/29/2020 2:41:39 AM.
We developers assume that an object’s property is only a container that can be assigned a name and a value. In actuality though, JavaScript gives us a series of powerful property descriptors that furt
Combinators in Cascading Style Sheets
1/7/2020 5:28:34 AM.
In this article we will discuss the combinators used in CSS along with some easy and suitable illustrations.
Describing GUI Building on NetBeans IDE
9/19/2019 6:29:17 AM.
This article gives a step by step idea about how to proceed working on GUI using NetBeans IDE.
Describing the Java Packages
9/13/2019 6:36:25 AM.
A package is a grouping of related types providing access protection and name space management. Here types means classes, interfaces, enumerations, and annotation.
Describing Access Modifiers in Java
9/10/2019 1:59:13 AM.
Access modifiers specifies who can access them. There are four access modifiers used in java: public, private, protected and no modifier.
Machine Learning Concepts For Dummies Part 9 - Linear Regression Gradient Descent
9/4/2019 12:58:26 AM.
This video describes the concept of Gradient Descent in context of Linear Regression while building a Machine Learning model.
Using ServiceDescriptor To Register Dependencies In ASP.NET Core
5/2/2019 8:52:22 AM.
In this article, we’ll look at how we can register dependencies using ServiceDescriptor and where this method would be be useful.
Working with DropDownList and ListBox Controls in ASP.NET
3/25/2019 5:03:11 AM.
In this article we'll see how to use DropDownList and ListBox Web controls to display data in various formats.
Generate A Description Of An Image Using Cognitive Service And Microsoft Flow
1/6/2019 9:26:39 AM.
In this article, you will see how to generate a description of an image using Cognitive Service and Microsoft Flow.
TripleDES Encryption In C# And .NET Core
9/7/2018 9:20:26 AM.
TripleDesCryptoServiceProvider class provides the functionality of TripleDES algorithm. This article demonstrates how to use TripleDesCryptoServiceProvider class to apply DES algorithm to encrypt and
Apply Custom Order In A Given Order Except Ascending And Descending In MSSQL Server
5/4/2018 10:31:04 AM.
In this article we will learn how to display records in custom given order except ascending & descending in MSSQL Server.
Brief Description Of HDFS Architecture
12/22/2017 12:57:06 PM.
Let us learn the HDFS architecture in this article. HDFS is a distributed file system called Hadoop Distributed File System.
Get Title and Meta Description of Live URL
6/28/2017 2:09:54 AM.
This article explains how to get title and meta description of a URL using ASP.Net.
Headers and Titles For Articles
12/11/2016 9:51:59 AM.
This article provides guidelines for authors for the creation of headers and titles for articles.
Consuming A Web Service In ASP.NET – Part Two
6/8/2016 12:20:21 AM.
In this article you'll learn about how we can consume ASP.NET Web Service.
Change the Title, Description and Logo Image in SharePoint 2013
6/30/2015 4:56:03 PM.
This article explains how to change the title, description and logo image in a SharePoint 2013 site.
Using Reflection to Get Enum Description and Value
5/31/2015 1:28:39 PM.
In this article you will see how to handle enum values with descriptions.
Describing the Text Information of TextBox Control in WPF
2/27/2014 2:08:38 PM.
This article explains how to work with the Control's selected text.
Describing the Use of TextBox Control in WPF
2/22/2014 3:00:04 PM.
In this article we will describe the use of the TextBox Control.
In-Depth Description of Backbone.js Model
2/9/2014 5:29:21 PM.
In this article we will learn about Backbone.js Models in depth.
Outlook Mail App Development in Visual Studio 2013 Preview
8/24/2013 2:17:22 PM.
In this article, you will learn how to develop and test a mail app for Outlook using the Visual Studio 2013 Preview.
Sort Array in Descending Order in Windows Store App
3/1/2013 12:14:22 PM.
In this article I will explain how to sort array in descending order in Windows Store App.
Page Meta Properties in .NET 4.0
11/2/2012 3:29:06 PM.
Today, in this article let’s play around with one of the interesting and most useful concepts in .NET 4.0.
Describing COM (Component Object Model)
9/30/2012 3:13:22 AM.
Component Object Model (COM) is a method to facilitate communication between different applications and languages.
Multithreading in WPF: Part II
9/29/2012 6:23:43 AM.
In this article we will consider the safest approach to run background task in WPF.
Whats new in XNA 4.0?
9/29/2012 5:25:54 AM.
In this article i will be talking about which features are being added and removed in XNA 4.0 CTP. This version is not the stable, full release of XNA 4.0 so there might be some components can be added/removed in the full release. Just wanted to mention that this article is about XNA 4.0 CTP. Will be upgrading this article when XNA 4.0 Full release is live!
How to add a Comparison Filter Descriptor to a Finder Method in Business Data Connectivity Model
6/19/2012 1:08:27 AM.
In this article we will be seeing how to create Comparison Filter Descriptor to a Finder Method.
Flexible KeyBoard Control for Mobile Applications
5/20/2012 6:40:50 AM.
This article describes you how to create a customizable keyboard control by using Resco mobile forms toolkit.
Using SOAP Header and SOAP Extensions in a Web Service
5/19/2012 7:06:46 AM.
In this article, we will develop a web service that would authenticate users for web sites. The web site needs to pass the user ID as well as the password for the user. Apart from this the web site also needs to pass the site’s ID and password.
Web Service Between .NET, Java and MS SOAP Toolkit - Part II
5/19/2012 6:44:42 AM.
Second article in this series dedicated to Web services comes as a sequel to the first one in which I started to tell you how you could build different kind of clients and services using MS SOAP Toolkit, Apache SOAP for Java and .NET Framework.
Describing the JSP Page Life Cycle
1/6/2012 11:52:47 PM.
In This article I am going to describe the Life Cycle of a JSP page.
JSP Expression Language
12/14/2011 4:54:08 PM.
The JSP expression language allows a page author to access a bean using simple syntax such as $(name). Before JSP 2.0, we could use only a scriptlet, JSP expression, or a custom tag to include server state in the jsp page output.
Describing the JSF Elements
12/10/2011 2:54:31 PM.
The JSF (java server faces) technology has it's own set of elements, which together make this framework. The core features of JSF are provided by these elements. Java Server Faces (JSF) is a great JAVA technology in the field of web application development.
Describing the JSTL XML Tag
12/7/2011 12:21:36 AM.
The XML tag library is used to work with XML data used in JSP pages. The XML tag library helps parse and transform the data used in a JSP page.
MessageName property of WebMethod in Web Services
12/5/2011 11:32:04 PM.
In this article you will learn about the MessageName property of the WebMethod attribute in web services.
Working With Implicit EL Object
12/3/2011 11:55:38 PM.
The most useful feature of the JSTL Expression Language is the implicit objects. It defines for accessing all kinds of application data
Action Tag: useBean in JSP
12/1/2011 1:45:28 AM.
The <jsp:useBean> action tag is used to instantiate a java bean, or to locate an exisiting bean instance, and assign it to variable name or id. Bean is a reusable component which mostly contains the setter and getter values, we also called it as mutators.
Working With SQL JSTL Tag
12/1/2011 12:43:17 AM.
The JSTL SQL tag library is used to access the relational database used in the JSP pages. The SQL tags are used for the rapid prototyping and developing web applications.
Create Tag Library Descriptor And Use in JSP
7/30/2011 8:29:42 PM.
It is a process to create user-defined tags which can perform any task in the server. It provides a facility to separate Java code or scriptlet from JSP. This tag follows XML syntax.
How to change guava title and description of site in SharePoint
4/23/2011 2:46:03 AM.
In this exercise we see how to change guava title and description of site in SharePoint.
Title, description and navigation for SharePoint list using PowerShell
4/11/2011 12:48:56 AM.
In this article we will be seeing about the Title, description and navigationfor SharePoint list using PowerShell and c#.
Description for Taxonomy Term in SharePoint 2010
2/25/2011 5:31:33 AM.
Here we will be seeing about the description for taxonomy term in SharePoint.
Sort Description in DataGrid in Silverlight 3 Application
8/9/2009 4:31:57 AM.
In this article we will see how to sort description in DataGrid in Silverlight 3 Application
Understanding ADO.Net Provider Factory in .Net 2.0
1/29/2007 3:47:21 AM.
This article describes the ADO.NET Provider Factory in .NET 2.0