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 EAP
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Matthew Cochran (6)
Jay Krishnareddy (4)
Tural Suleymani (3)
Mrunali Sawant (2)
Rikam Palkar (2)
Jignesh Trivedi (2)
Sourav Kayal (2)
Vipul Malhotra (1)
Pankaj Patel (1)
Ali Benchaaban (1)
Anuradha Rani (1)
Pradeep Yadav (1)
Swesh S (1)
Virendra Thakur (1)
John Godel (1)
Sameer Shukla (1)
Mushtaq M A (1)
Uday Dodiya (1)
Harshad Tretiya (1)
Jeetendra Gund (1)
Mahalasa Kini (1)
Avnish Kumar (1)
Allen Oneill (1)
Satendra Singh Bhati (1)
Sandeep Sharma (1)
Bechir Bejaoui (1)
Logesh Palani (1)
Kasam Shaikh (1)
Rion Williams (1)
Abdul Rasheed Feroz Khan (1)
Romil Bheda (1)
Ashka Soni (1)
Nitin Pandit (1)
Nakkeeran Natarajan (1)
Deepak Patel (1)
Naveen Singh (1)
Anil Kumar (1)
Sateesh Arveti (1)
Tushar agarwal (1)
Kunal Chowdhury (1)
Satya Prakash (1)
Shubham Srivastava (1)
Vijay Prativadi (1)
Nitya Sharma (1)
Yogendra Kumar (1)
Dinkar Chavhan (1)
Resco (1)
Manisha Mehta (1)
Anand Thakur (1)
Related resources for EAP
No resource found
Learning Priority Queue in Python
10/3/2024 10:06:45 AM.
A Priority Queue in Python can be implemented using the heapq module, which provides efficient min-heap operations like heappush, heappop, and heapreplace. Unlike a regular queue, a priority queue pro
Stack Vs Heap Memory - C#
6/7/2024 10:28:14 AM.
Explore the nuances of memory management in C# programming, distinguishing between value types and reference types, understanding dynamic and static memory allocation, evaluating access efficiency, r
Master GeoSpatial Queries in MongoDB
5/29/2024 10:03:16 AM.
Mastering geospatial queries in MongoDB empowers efficient handling of location-based data. Leveraging features like GeoJSON, GeoNear, and GeoWithin, developers can perform precise searches, analyze s
JavaScript Memory Management and Avoiding Memory Leaks
5/29/2024 9:47:18 AM.
JavaScript memory management ensures efficient allocation and deallocation of memory. Avoiding memory leaks is crucial for preventing excessive memory consumption. Techniques include proper garbage co
Data Structure behind Max and Min Heap
5/27/2024 5:09:06 AM.
Let's explore the fundamental concepts of priority queues and heap data structures in the context of C# programming. Readers will gain insights into the underlying principles of priority-based ope
.NET Delegates in Event-Based Asynchronous Pattern for Seniors
2/26/2024 5:06:24 AM.
This article dives into the practical learning of delegates, emphasizing real-world examples. It explores the Event-Based Asynchronous Pattern (EAP) in C# and its advantages, using delegates to implem
Minimal API in .NET 8: A Simplfied Approach to Build Web APIs
1/17/2024 9:20:50 AM.
Experience the simplicity of ASP.NET Core with Minimal APIs in .NET 6. Explore advantages like conciseness, ease of use, and quick startup time, and delve into sample code and use cases.
PowerApps Cascading Creating Dropdown and save into List
1/8/2024 6:44:51 AM.
Learn to create cascading dropdowns in PowerApps for efficient form usage. This guide details the process, including configuring dropdown controls and implementing cascading lookup logic for better da
Stack, Heap, Value Type, And Reference Type In C#
9/5/2023 8:21:56 AM.
Now, let’s see what happens when we declare any variable like int a=10 in C#. When C# compiler will run, it will allocate a block of memory which will have name of variable i.e. a, its type i.e. int a
What is WebView2 and How it is Linked to Microsoft Teams 2.0?
7/14/2023 7:07:46 AM.
Now everywhere in the market the latest buzz word is the new version of Microsoft Teams 2.0 release. But as a tech enthusiast we would like to know what is the change and why we need that change for t
C# Heap(ing) Vs Stack(ing) In .NET - Part Four
6/6/2023 8:40:24 AM.
Having a basic understanding of how memory management works will help explain the behavior of the variables we work with in every program we write. In this article we’ll look further into Garbage Col
C# Heap(ing) Vs Stack(ing) In .NET - Part Three
6/6/2023 8:32:18 AM.
Having a basic understanding of how memory management works will help explain the behavior of the variables we work with in every program we write. In this article we’ll cover an issue that arises fr
C# Heap(ing) Vs Stack(ing) In .NET - Part Two
6/6/2023 8:25:13 AM.
Having a basic understanding of how memory management works will help explain the behavior of the variables we work with in every program we write. In this article I'll cover some of the behavior
C# Heap(ing) Vs Stack(ing) In .NET - Part One
6/6/2023 8:17:38 AM.
Even though with the .NET framework we don't have to actively worry about memory management and garbage collection (GC), we still have to keep memory management and GC in mind in order to optimize
FlyoutPage in .Net MAUI
5/29/2023 5:38:35 AM.
FlyoutPage in .Net MAUI
Exploring .NET 7.0.3 And C# 11 - The Next Leap In Software Development
4/7/2023 5:03:06 AM.
.NET 7.0.3 and C# 11 have made significant strides in the world of software development, offering new features, improvements, and optimizations. This article aims to provide a comprehensive overview o
Optimization Of Queries In SQL Server - HEAP TABLES
3/8/2023 2:02:52 PM.
This article will help you to understand how to start to think on optimization of sql queries and why use indexes in tables
Reference Types Are Not Passed By Reference!
2/20/2023 5:15:13 AM.
This article will help you to understand what are the real differences between reference and value types and how reference types behave under the hood
Exploring Heap Data Structure In Java
1/31/2023 5:23:53 AM.
The article explains what Heap (Priority Queue) in Java is, characteristics, understanding Min Heap / Max Heap and explains few important Java Priority Queue API methods covers how to work with Compar
.Net MAUI - Card Views Using Border Control
10/10/2022 1:30:55 PM.
In this article, you will learn about .Net MAUI - Card Views using Border Control.
Create QR Code Using Google Charts API In VB.Net
8/17/2022 5:54:12 AM.
In this article, you will learn how to generate QR Code Using Google QR Code Generator API In C# Or VB.
Types of Variables
5/11/2022 11:24:39 AM.
In this article we'll cover the behaviors of variables to Reference Types.
How To Install Wrap Features In Power Apps
4/19/2022 12:47:08 PM.
in this article I have mention steps to install wrap features in PowerApps
Building Serverless API's Using Azure Functions And C#
6/21/2021 2:18:55 PM.
In this article, you will learn how to build Serverless API's using Azure Functions and C#.
Using Azure Application Insights For Exception Logging In C#
5/27/2021 12:18:24 PM.
In this article, you will learn how to use Azure Application Insights for Exception Logging in C#.
Integrate Open API (Swagger) With Node And Express
4/12/2021 6:21:38 AM.
In this article will see how to setup Swagger for Node & Express.
.NET Memory Management
11/23/2020 8:15:33 AM.
In this article, I am giving you a broad idea of how the garbage collector works in Microsoft's implementation of the .NET Framework.
Using EF Core - Power Tools In ASP.NET Core API
8/24/2020 7:45:28 PM.
In this article, we will learn how to integrate EF Core power tools and its usage to generate POCO Classes in Core API.
How Boxing And Unboxing Works With Stack And Heap In C#
8/13/2020 9:13:26 AM.
In this article, you will learn how Boxing and Unboxing Works with Stack and Heap in C#.
Binary Heap In C#
4/21/2020 8:38:24 AM.
In this article, you will learn about Binary Heap in C#.
Build an ASP.NET Core API Using the Existing Database
1/31/2020 7:26:27 AM.
This article will show you how to build a Web API with the new ASP.NET Core 3.0.
Microsoft Cognitive Services Leap Forward
1/22/2020 2:14:56 PM.
New AI APIs from Microsoft give developers a great opportunity
Garbage Collection in Java
9/24/2019 4:37:33 AM.
Java has very strong memory management. In Java, when an object is not of some use, or we can say that we do not need that object in the future, then it destroys that specific object. The amount of me
Heap Sort In Java
7/29/2019 4:24:05 AM.
In today's article, we discuss Heap Sort In Java. The heap data structure is an array object that can be easily visualized as a complete Binary Tree.
Some Real Differences Between Structures and Classes
5/7/2019 5:37:56 AM.
This article lists some differences between classes and structures. In this article, we will see what is the difference between a structure and a class.
Xamarin.Forms - Google Maps API
1/2/2018 10:38:07 AM.
In this article, we will learn how to use Google Maps API in Xamarin.Forms application.
Deploying Python Flask Application To Azure App Service
10/24/2017 12:05:18 AM.
In this video will learn how to deploy Python Flask application to Azure App service.
Making The Leap To ASP.NET MVC 6 Beta 8
8/14/2016 3:59:47 PM.
In this article, you will learn about the leap to ASP.NET MVC 6 Beta 8.
Sharing Apps Via RemoteApp In Azure
7/17/2016 3:09:35 PM.
In this article, you will learn how to share apps via Remoteapp in Azure.
Create Azure RemoteApp Using Template Image
7/13/2016 3:30:26 PM.
In this article, you will learn the steps to create a RemoteApp on Microsoft Azure.
A Brief Lesson About Azure RemoteApp
6/2/2016 1:56:25 AM.
In this article, you will learn about Azure RemoteApp and its benefits.
Working With Azure RemoteApp
4/14/2016 11:58:25 AM.
In this article you will learn how to work with Azure RemoteApp.
Retrieve SharePoint List Items Using AngularJS With single App & Multiple Controllers
4/10/2016 12:04:12 PM.
In this article you will learn how to retrieve SharePoint list items using AngularJS with single app directive and multiple controllers on a SharePoint page.
How To Influence Users To Access Your App Daily
10/31/2015 3:48:03 PM.
In this article you will learn how to influence users to access your app daily.
Google Cardboard - Virtual Reality For Cheap
6/24/2015 12:19:32 PM.
In this article you will learn about Google cardboard, which gives you a DIY option for experiencing Virtual Reality using your phone.
Troubleshooting With Log4net RollingFileAppender
5/11/2015 9:48:54 AM.
In this article we will learn tourbleshooting with the log4net RollingFileAppender.
Clustered Tables Vs Heap Tables in SQL Server
4/9/2015 2:20:44 PM.
This article explains the differences between Clustered Tables and Heap Tables in SQL Server.
Garbage Collection In Depth
1/5/2015 2:11:26 PM.
This article looks at Garbage Collection in depth.
Introduction to Microsoft Synchronization Framework: Part II
9/18/2014 2:23:57 AM.
This article explains about Microsoft synchronization algorithm and its internals.
Demystify garbage collection: Part 6: Understand concept of generation
8/25/2013 11:40:19 PM.
In today’s article we will understand the concept of generation more closely.
Demystify Garbage Collection in C#: Part 5
8/24/2013 11:53:46 AM.
In this article we will see how the Garbage Collection algorithm works. We will next see how to implement a weak reference to optimize performance.
Memory Management in .NET
8/23/2013 12:42:24 PM.
This tutorial describes Memory Management in .NET.
How to Create Appointment in WP8 Using SaveAppointmentTask
4/20/2013 11:55:27 PM.
Today in this article we will learn how to create an appointment in Windows Phone 8 using the API named "SaveAppointmentTask". Continue reading for details.
How to Find Leap Year in Windows Store App
1/24/2013 7:16:00 PM.
In this article I will be describe how to create a Leap Year Finder Windows Store App.
Image Sliding Using JavaScript in Windows Store App
1/7/2013 8:35:55 AM.
To day we will create a Image sliding function using JavaScript in Windows store Application.
Telerik RadPhoneApplicationFrame in Windows Phone 7 Via WCF Service
3/24/2012 12:40:41 PM.
Today, in this article let’s learn another interesting concept related to Windows Phone 7, whereby communicating with a WCF Service to perform some operation.
Event-Based Asynchronous Pattern(EAP)
12/18/2011 10:31:43 AM.
Sometime application need to perform long running tasks and yet it should be responsive. Or we need to execute multiple task simultaneously to boost the performance of the application.
How memory is managed by Stack and Heap
2/25/2011 12:37:42 AM.
I studied many articles about memory management, but they are all confusing about when memory is allocated in the stack and when memory is allocated in the heap. But I always got confused. But finally, I got exactly what I wanted.
How to Convert Text into PDF Format
2/16/2011 3:12:18 PM.
This article shows how to convert text into PDF format and a database table take form and ContextMenuStrip
Develop .NET applications for Windows Phone 7, Windows Mobile, iPhone and Android
10/1/2010 12:37:25 AM.
Mobile application development is a challenging task, but within a few years most developers will have to face it. Choosing the right developer platform can make the process a lot easier and faster.
The C# Value Type and Boxing
5/21/2006 1:29:50 PM.
Even though with the .NET framework we don't have to actively worry about memory management and garbage collection (GC), we still have to keep memory management and GC in mind in order to optimize the performance of our applications. One of the things we need to be aware of is how the Common Language Runtime (CLR) deals with references to value types.
Multithreading Part I: Multithreading and Multitasking
1/28/2006 4:58:56 AM.
In this and a series of articles that would follow, we would learn about threads and how to write multi-threaded programs in C#.
Garbage Collector Algorithm
12/22/2005 11:01:58 PM.
This article explains how garbage collector algorithm works in order to clean managed heap.