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 dop
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Allen Oneill (2)
Mahesh Chand (2)
Lalit Bansal (2)
Ayush Gupta (1)
Maniteja Vegi (1)
Dijid Maddumakumara (1)
Sardar Mudassar Ali Khan (1)
Sagar Lad (1)
Dinusha Kumarasiri (1)
Amira Bedhiafi (1)
CSharp TV (1)
Bhasker Das (1)
Rohatash Kumar (1)
Sandeep Sharma (1)
Jaish Mathews (1)
Mohit Patil (1)
Jaganathan Bantheswaran (1)
Praveen Kumar (1)
Bill Farley (1)
Bechir Bejaoui (1)
Jon Person (1)
Rehaman SK (1)
Levent Camlibel (1)
Related resources for dop
No resource found
Open-Source AI Models Gain Traction and Outperform Closed Models
11/17/2024 10:50:40 AM.
Open-source AI models offer startups flexibility, innovation, and cost-efficiency, enabling faster market adoption. They allow for customization, collaboration, and transparency, providing a competiti
Data Quality, Security, and Building Trust in AI
11/15/2024 5:14:14 AM.
As AI adoption grows, data quality, security, privacy, and trust are becoming critical. Organizations must prioritize data cleansing, validation, encryption, and access controls to ensure reliable AI
How do AWS and Azure compare in terms of market share and adoption?
10/7/2024 11:59:19 PM.
AWS leads the cloud market with approximately 31-33% share, while Azure follows closely with about 23-25%, showcasing strong growth and adoption in enterprise environments.
Understanding Common Table Expressions (CTEs) in SQL
5/29/2024 8:47:55 AM.
Explore the history, evolution, and application of CTEs in SQL, their syntax, advantages, and drawbacks. Learn how CTEs simplify complex queries, improve readability, and support recursion. Discover r
Integrate Chat Bots In Azure DevOps Extensions - Chat Bot Adoptions
3/26/2024 3:10:55 PM.
In this article, we’re learning basic information about Extension development, Microsoft Chat Bot Integration in Extensions, Web Chat Enabling for your DevOps organization. It’s an idea about to adopt
Adopting Microsoft Entra ID Governance
12/2/2023 12:26:10 PM.
Lately, there has been a lot happened/ changed/ introduced in the Microsoft Entra ID Governance space and this is one of my favorite topics to write and explain as well.
API Documentation in ASP.NET Core Web API using Swagger/OpenAPI
9/2/2023 7:25:39 AM.
Creating comprehensive API documentation for an ASP.NET Core Web API using tools like Swagger/OpenAPI or NSwag is a crucial step in ensuring that your API is well-documented and easy for other develop
Fast Track Multi-Cloud Adoption With Oracle Cloud And Microsoft Azure
5/5/2022 3:24:06 AM.
In this article, you will learn about fast track Multi-Cloud Adoption with Oracle Cloud and Microsoft Azure.
Why Are Banks Adopting Blockchain Technology
4/1/2022 5:46:55 AM.
In this article, you will learn why are Banks Adopting Blockchain Technology.
Getting The Most Out Of Azure Cloud Adoption Framework
3/22/2022 1:06:21 PM.
In this article, you will learn how Azure Cloud Adoption Framework can assist cloud migration projects for any organization.
Everything You Need To Know About Hadoop
4/12/2021 5:11:56 AM.
Hadoop is a free and open source framework written in Java intended to facilitate the creation of distributed and scalable applications that allow applications to work with thousands of nodes and peta
Using Power Virtual Agents to boost Microsoft Teams adoption - Power Platform Virtual Conference
3/16/2021 12:42:14 PM.
This session is about “Using Power Virtual Agents to boost Microsoft Teams adoption” in Power Platform Virtual Conference 2021.
Thinking about Microservices
4/16/2020 3:33:08 PM.
Architecture is the basic building block for any application. If not chosen carefully, then it may lead to a severe problem later. In this article, you will learn the Microservices, why and why not to
How To Prepare Your Company To Adopt Blockchain
12/11/2019 10:04:06 AM.
In this article, you will learn how to prepare your company to adopt blockchain.
An HTML5 Adoption Strategy for Multiple Browsers
10/31/2019 8:51:33 AM.
Here, we will see an adoption strategy for multiple browsers in HTML5.
A Brief Introduction To Servlets In Java
4/4/2019 12:02:57 AM.
This article provides a brief introduction to servlets in Java. The Netbeans IDE is used for the example.
Usage of doPostBack in a Real Environment
1/17/2019 4:45:43 AM.
Many atricles describes about doPostBack. But here I am trying to say some real practical ways to use it and also mentioned some precautions waant to take before use it. Believe me this article deriv
Tips to Speed Adoption of Enterprise Mobile Apps
8/3/2015 1:47:50 PM.
This article provides tips to speed adoption of Enterprise Mobile Apps.
Bindings In KnockoutJS - Part IV
11/27/2013 10:43:41 PM.
In this Part IV, we will explain bindings for form elements.
Enumerators in C#
10/22/2012 7:56:42 AM.
In this article I will explain you about Enumerators in C#.
Doppler Radar
9/29/2012 6:05:25 AM.
This is an app that will display the current doppler radar picture for any given zip code.
The database DLL 'crdb_adoplus.dll' could not be loaded.
5/19/2012 2:24:56 AM.
Failed to load database information. Details: The database DLL 'crdb_adoplus.dll' could not be loaded.
Dealing with controls within a multi threaded context
3/21/2009 7:17:46 AM.
In this article I will provide a technique of how to avoid invalid cross threaded operation and I have taken an example of dealing with controls within a multithreaded context to demonsrate how to avoid such trouble
Writing Your Own GPS Applications: Part II
8/20/2008 12:17:33 AM.
In part two of the series, the author of "GPS.NET" teaches developers how to write GPS applications suitable for the real world by mastering GPS precision concepts. Source code includes a working NMEA interpreter and sample high-precision application in C# and VB.NET.
A guide to ObjectDataSource control
11/17/2006 4:38:00 AM.
One of the best new features of the forthcoming ASP.NET 2.0 will be the ObjectDataSource control. However, as I found out in my experimentation what seems like a simple control has some complex behaviours to master to get it working properly. If (like me) you have an existing data access layer you may have to make changes to be able to use ObjectDataSource.
Automatic Generated DataGrid Commands
12/17/2005 5:18:09 AM.
This article illustrates how to update, insert, and delete in the windows DataGrid control by using automatic generated commands.