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 EDA
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Amir Ali (3)
Aditya Gaur (3)
Vijai Anand Ramalingam (3)
Rama Mohan (2)
CSharp TV (2)
Sachin Kalia (2)
Sachin Bhardwaj (2)
Vikas Singh (1)
Sanjay Mrinal Kumar Kodangi (1)
Pratik Somaiya (1)
Rikam Palkar (1)
Abiola David (1)
Tuhin Paul (1)
Aravind Govindaraj (1)
Sriram Kumar Mannava (1)
Sangeetha Sundaramoorthy (1)
Abhishek Tiwari (1)
Vitalii Honcharuk (1)
Rajeev Ranjan (1)
Praneet Rane (1)
Cecil Phillip (1)
Mike Gold (1)
Sarvesh Shinde (1)
Abhijeet Singh (1)
Gaurav Kumar (1)
John Morehouse (1)
Jignesh Trivedi (1)
Juan Carlos Ruiz Pacheco (1)
Pradeep Shet (1)
Jasminder Singh (1)
Shivani (1)
Davin Martyn (1)
Vijay Prativadi (1)
Destin Joy (1)
Mahesh Chand (1)
Amit Kumar Agrawal (1)
Leon Pereira (1)
Ravi Shankar (1)
Related resources for EDA
No resource found
Azure Databricks : Exploring Medallion Architecture
5/3/2024 9:58:49 AM.
In the field of data architecture and engineering, the Medallion Architecture stands out as a robust framework designed to handle complex data processing tasks efficiently.
Using Mediator In Web API's For CQRS Pattern
4/30/2024 9:36:30 AM.
Implement Mediator pattern in Web APIs to embrace CQRS architecture. Utilize separate commands and queries for handling requests, promoting better code organization, and decoupling components, enhanci
Medallion Architecture: A Framework for Data Organization
4/1/2024 4:37:18 AM.
The Medallion Architecture is a powerful data design pattern that provides a structured approach to organizing data within a Lakehouse. In this article, we’ll explore the key components of the Medall
Blazor Life Cycle Events - Oversimplified
2/18/2024 3:33:37 AM.
There's a lot that goes into memory when blazor components load into the memory. There are 8 methods which decide the lifecycle of a component. Let's take a deep dive to understand how they co
Undertanding Medallion Architecture in Microsoft Fabric Lakehouse
1/22/2024 9:00:37 AM.
As MicrosoftFabric is still at an early stage, it is important to understand key terminologies in various workloads. This article unwraps the Medallion Architecture layers peculiar to Lakehouse.
TypedArray in ES7 and TypeScript
1/16/2024 10:40:33 AM.
JavaScript TypedArray objects provide a fascinating way to work with binary data buffers. In this article, we'll delve into the intricacies of TypedArray and its various types, and methods, and ho
An Overview about NATS JetStream Queue Mechanism
1/4/2024 10:29:10 AM.
NATS JetStream is a lightweight and high-performance messaging system that acts as a distributed messaging queue. Explore the lightweight and high-performance NATS queue mechanism. Learn about NATS Je
Oracle Data Provider for .NET : Part IV
9/5/2023 6:00:33 AM.
Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
Oracle Data Provider for .NET : Part III
9/5/2023 5:57:57 AM.
Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
Azure User Group Sweden: Level Up Your Azure Kubernetes Scaling with KEDA
9/1/2023 9:41:52 AM.
This session will show with practical examples how to create and configure autoscalers to respond to external events and scale applications in Kubernetes accordingly.
Cache Notifications and Event-driven Architecture with NCache
8/27/2023 12:39:58 PM.
In this article, let us discuss the importance of cache notifications in building an event driven application and how we can implement such a mechanism with an example in NCache
Creating a WEB API POST Method to Retrieve Data from SQL Database using ASP.NET MVC Application
8/23/2023 11:47:48 AM.
In this article, I have explained how to create a WEB API POST method to retrieve data from SQL database using Asp.net MVC Application.
Saving And Fetching Data In CoreData
5/9/2022 2:55:59 PM.
This article is about saving and fetching data in CoreData.
Advanced Entity Framework Core - Output EF SQL Queries To The Console And Tips To Setup Dbcontext With The Development In Mind
1/11/2022 3:12:51 AM.
When you work with abstractions over SQL Database you may be wondering what does Entity Framework constructs from your Linq queries. To get a clue on it here are 3 options. Tips to setup DbContext wit
Federated Angular: Why and How? - Angular Virtual Conference 2021
5/31/2021 4:39:33 PM.
This session in Angular Virtual Conference 2021 is about Federated Angular: Why and How?
Getting Started With ASP.Net Web API 2: Day 3
5/24/2021 9:56:33 AM.
This article explains Web API 2 and how to consume the Web API in Web Forms.
Routing in MVC3 Application
3/24/2021 6:08:56 AM.
In this article, I am sharing my thoughts on to create a routing system in an MVC application and the terminology being used.
Exploratory Data Analysis(EDA) on Automobile Data
1/12/2021 7:49:28 AM.
This video is about Exploratory Data Analysis(EDA) on Automobile Data. This video will explain EDA Steps such as Loading data, showing data profile report before and after cleaning data, variable iden
Event Driven applications on Kubernetes with KEDA
12/2/2020 7:53:01 AM.
KEDA is an open source project and enables event-driven autoscaling for Kubernetes workloads.KEDA scalers can detect if a deployment should be activated or deactivated, and feed custom metrics for a s
DLL HELL in .Net and Its Resolution With Versioning
11/24/2020 12:56:08 AM.
In this article I’m going to share the reason of its occurrence and the resolution.
Printing Invoices using C# and .NET
5/21/2020 4:31:07 AM.
This program can stand improvements but it will get you started in creating an invoice and printing it to the printer.
Save As Draft In PowerApps
4/9/2020 2:14:03 AM.
In this video article, we will see how to save your form as draft locally on your mobile or iPad device in PowerApps.
How to Store a Person's Data With Image in SQLite Database
4/2/2020 1:36:15 AM.
This article explains how to store a person's data with an image in a SQLite Database.
JsonParsing and Sqlite Database in Android
4/1/2020 2:01:15 AM.
This article explains the parsing of data and storing it in a SQLite database. Android Studio is used to create the sample.
Learn Basic Concepts of Cursor and LayoutInflator in Android
3/31/2020 2:10:18 AM.
In this article you will learn the basic concepts of Cursor and LayoutInflator in Android.
SQLite Database in Android
3/30/2020 5:12:22 AM.
This article introduces SQLite databases in Android.
MVVM Architecture with LiveData Android
3/15/2020 12:45:34 PM.
In this article, you will learn about MVVM Architecture with LiveData Android.
Creating Image Fading Using HTML5
12/5/2019 3:58:02 AM.
In this article we create image fading using HTML5.
Creating Black and White Image Using HTML5
12/5/2019 3:42:13 AM.
In this article we learn how to create a Black and White image from a Color image using HTML5.
Creating Image Negative Using HTML5
12/5/2019 3:35:29 AM.
In this article we create an image negative using HTML5.
DBCC CLONEDATABASE And Query Store
8/29/2018 5:55:44 PM.
Anyway, by now, you probably have seen documentation on Query Store and DBCC Clonedatabase. Query Store, introduced in SQL Server 2016, is considered the “black box” or “flight recorder” of queries. I
C# Corner Ahmedabad Chapter Meet: August 16, 2016 - Official Recap
8/19/2016 1:56:02 PM.
This article is an official recap of the C# Corner Ahmedabad Chapter Meet held on 16 Aug 2016.
Visual Studio - Novedades ASPNet 4.5
4/17/2015 11:51:14 PM.
Sabes que es One ASP.Net? NO? Bueno, deberias! enterate de todo en este video, el futuro de ASP.Net a tu alcance.
Model Binding in MVC : A Magical Mapper
6/30/2014 12:30:41 PM.
This article describes various ways of model binding possible in MVC that has a magical power.
Message Contract in WCF
2/26/2014 1:45:25 PM.
This article explains what a WCF MessageContract is and how to use them.
Difference Between CoreData and Database in iPhone
3/3/2013 2:12:41 PM.
In this article I will explain the basics of Sqlite, CoreData, Database and how they differ from each other.
Core Data in iPhone
1/20/2013 3:39:47 PM.
In this article I will explain how to implement core data in iPhone.
Mobile with Access Database
5/19/2012 6:35:37 AM.
Till now we had done the Programming using SQL Server and XML as Database.
ConditionedActivityGroup in Workflow
11/20/2011 12:21:18 AM.
The ConditionedActivityGroup (CAG) activity provides condition-driven activity execution that allows us to define very flexible behavior within our workflow.
How To Handle Database and Buss.Logic in MVC 3 If the Requirements Change?
11/12/2011 4:38:32 PM.
In this article, let's clearly focus on how to act accordingly when the client requirement changes towards the working or produced project. So let's add a new field in this demonstration and we will see what the key steps that we need to take to handle this situation.
Webs property for SPSiteDataQuery in SharePoint 2010
3/27/2011 2:24:22 AM.
This article will describe the Web properties in SPSiteDataQuery in SharePoint 2010.
How to query across multiple lists in multiple Web sites in in SharePoint
3/24/2011 2:20:17 AM.
In this article we will be seeing about SPSiteDataQuery class which is used to query across multiple lists in multiple Web sites in the same Web site collection
UnauthorizedAccessException was unhandled by user code in SharePoint event receiver
3/23/2011 4:08:28 AM.
In this article we will be seeing how to resolve “UnauthorizedAccessException was unhandled by user code” in SharePoint event receiver.
Cross Site List Query using SPSiteDataQuery in SharePoint 2010
10/29/2010 2:11:24 AM.
In this article I am giving you an introduction on SPSiteDataQuery class.
Drawing a Pie Chart in GDI+
1/6/2010 10:51:23 PM.
In this article I will explain about Drawing a Pie Chart in GDI+.
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
Microsoft patterns & practices: The Enterprise Library
2/1/2006 6:23:01 AM.
Microsoft patterns & practices provide scenario-specific recommendations illustrating how to design, develop, deploy, and operate architecturally sound applications for the Microsoft .NET platform.The following article covers details on the Data Access Application Block.
Connect to an Oracle Database
12/17/2005 7:55:35 AM.
This sample code shows you how to connect to an Oracle database using C#.