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 real world
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Anant Vernekar (6)
David Mccarter (4)
Tural Suleymani (3)
Vikas Singh (3)
Akshay Patel (3)
Chetan Sanghani (2)
Tomas Herceg (2)
Mukesh Kumar (1)
Naveen Kumar (1)
Shivprasad (1)
Pradeep Shet (1)
Jaydeep Patil (1)
Dmytro Hubernatorov (1)
Deepak Kumar (1)
Deepak Rawat (1)
Ehtesham Mehmood (1)
CSharp TV (1)
Sandeep Mishra (1)
Vertika Chauhan (1)
Ranjan Dailata (1)
Jean Paul (1)
Matthew Cochran (1)
Vidya Vrat Agarwal (1)
Jasminder Singh (1)
Related resources for real world
No resource found
Real-World Expression Trees: Dynamic Filtering in C# with Minimal API
10/6/2024 7:51:48 AM.
This article explores the practical use of expression trees in C# by building an ASP.NET Core web API with dynamic filtering functionality. It demonstrates how to construct flexible queries using expr
Factory Design Pattern Real World Example
8/21/2024 8:44:53 AM.
In this article, you will see the real world example of Factory Design Pattern.
Real-World ADO.NET Use Cases: Case Studies and Best Practices
7/24/2024 4:41:43 AM.
ADO.NET remains a robust data access technology within the .NET framework, even as newer technologies emerge. Its ability to manage data interactions efficiently makes it suitable for a variety of rea
Case Studies and Real-World Applications: .NET Standard in Action
7/17/2024 11:43:04 AM.
.NET Standard empowers developers to create robust applications across platforms like healthcare management systems with EHR integration using Xamarin and ASP.NET Core, and financial trading platforms
Learn CRUD Operations in SQL Server with Real-World Examples
6/21/2024 7:09:54 AM.
CRUD represents the four basic operations: Create, Read, Update, and Delete, essential for managing persistent data in SQL Server. The Create operation involves adding new records to a table using the
Understanding RFP and RFI: Differences and Real-World Examples
5/29/2024 6:18:55 AM.
In this article, we explore the essential roles of Request for Proposal (RFP) and Request for Information (RFI) in procurement and we'll explain what each one is, their key differences, and provid
Mastering OOP in C#: A Real-World Project Journey
5/13/2024 4:57:51 AM.
Explore Object-Oriented Programming in C# through a practical journey. Learn key concepts like inheritance, polymorphism, and encapsulation while working on real-world projects. Master C# development
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.
3 Important Concepts: - Association, Aggregation and Composition
5/1/2024 11:12:36 AM.
Explore essential OOP concepts like association, aggregation, and composition through real-world examples. Understand their significance in modeling relationships and code maintainability. This artic
Object Oriented Programming With A Real-World Scenario
3/28/2024 10:35:38 AM.
This article explores the significance of real-world scenarios in understanding Object-Oriented Programming (OOP) for young programmers. It discusses the four pillars of OOP - abstraction, encapsulat
Mastering DevOps: History, Benefits, and Real-World Applications
3/26/2024 8:36:39 AM.
This article delves into the fundamentals and advantages of DevOps through real-world examples. It covers DevOps history, its principles, workflow, continuous integration, and continuous deployment in
Reduction Consumed Storage in SQL DB
12/11/2023 5:10:53 AM.
The simple way to reduce consumed DB storage on production app, with data migration and without dramatic changes in DAL (no additional services are required)
Java Interfaces and their implementation in real-world
7/12/2023 6:01:20 AM.
In Java, there are certain situations where the programmer just needs to focus on which object is doing the job and providing desired output. Java Provides a great tool for this, which is known as an
Unlocking the Power of React Sliders: In-Depth Explanation and Real-World Examples
6/21/2023 1:33:24 PM.
Unlocking the Power of React Sliders In-Depth Explanation and Real-World Examples
Inheritance with Example in C#
2/12/2023 7:30:04 PM.
In this article, let's see how to implement Inheritance with code examples in C# and .NET.
Attributes In Practice - Building A Payment Terminal
2/2/2023 10:50:11 AM.
In this article, you will learn about Attributes In Practice.
JavaScript In Practice - Let's Write Own Form Validator
8/8/2022 9:58:24 PM.
In this article, you will learn Javascript in practice.
Multi-Cloud Magic: Leveraging Multi-Cloud Clusters in Real-World Scenarios - Women Data Summit 2021
6/27/2021 10:29:52 AM.
This session in Women Data Summit 2020 is about Multi-Cloud Magic: Leveraging Multi-Cloud Clusters in Real-World Scenarios
Quick Start on Builder Design Pattern
6/9/2021 12:54:45 PM.
Understanding of Builder design pattern with a real-world example and technical implementations in C#.
Quick Start On Singleton Design Pattern
6/8/2021 11:14:28 AM.
Quick understand of Singleton design pattern with respect to real-world life and technical implementation in c#
Quick Start On Adaptor Design Pattern
6/7/2021 12:49:29 PM.
In this article, you will learn about the Adaptor design pattern with a real-world example and technical implementations in C#.
Quick Start On Decorator Design Pattern
6/7/2021 7:20:35 AM.
Understanding of Decorator design pattern with a real-world example and technical implementations in C#.
Quick Start On Facade Design Pattern
6/7/2021 7:16:15 AM.
Understanding of Facade design pattern with a real-world example and technical implementations in C#.
Quick Start On Observer Design Pattern
6/7/2021 7:12:52 AM.
Understanding of observer Design Patterns with real-world analogy and technical implementation in c#.
Real World .NET Examples Of Deserialization Vulnerabilities
10/28/2020 7:00:53 PM.
In this article, you will learn about real-world .NET examples of deserialization vulnerabilities.
OOPs Concepts In C# With Real World Example
5/19/2020 8:59:15 PM.
This article is about object-oriented programming in C#.
Real-World Cloud App - From Start To Finish - The User Experience Layer
5/28/2019 8:42:48 AM.
In this article you will learn about a real-world cloud app from start to finish.
Real World Cloud App - From Start To Finish - The Communications Layer
3/18/2019 8:50:54 AM.
In this fifth part, we will add the communication layer to our real-world cloud app that we are developing in this series from start to finish.
Real World Cloud App - From Start To Finish - The Business Layer
1/18/2019 2:52:35 PM.
In this fourth part of the series, I will focus on the queueing using the Azure Service Bus and microservices using Azure Functions.
Azure Service Bus - Working With Queue In A Real World Scenario
10/28/2018 11:38:47 PM.
This article explains the real-world business requirement and how Azure Service Bus Queue helps to fulfill it.
Real World Cloud App - From Start To Finish
8/13/2018 10:07:26 AM.
Several years ago, I came up with a new conference session to show how I created a real cloud app that I applied the same n-tier architecture that I have been using most of my career. The session is c
DotVVM In Real-World Apps - Generic CRUD - Part Two
4/27/2018 4:25:43 PM.
In the previous article, I was writing about building a basic CRUD scenario using DotVVM, an open-source MVVM framework for line of business web apps.
DotVVM In Real-World Apps - Part One - Basic CRUD
3/22/2018 10:04:22 AM.
In this article series, I would like to show how DotVVM works in more complicated web applications and demonstrate useful features you may appreciate in your next project – an admin site, intranet por
High Speed, Efficient In-Memory And Persistent Remote Dictionary Server (Redis)
11/10/2015 3:53:15 PM.
In this article, I will be discussing about Redis with a sample real world implementation.
Prototype Design Pattern With Real-World Scenario
4/6/2015 11:09:55 PM.
This article explains the prototype pattern and its practical implementation with a real-world scenario.
Builder Design Pattern From Intent to Implementation
3/29/2015 3:48:34 PM.
This article explains the Builder Design Pattern, its intent and practical implementation with a real-world scenario.
SharePoint 2010 Real-World Workflow Scenario With 2 Contracts
11/27/2014 5:50:37 AM.
In this article we can go through a real-world scenario involving signing, emailing, converting, content types and workflow.
Coding Better: Programming From the Outside In for Fluent Interfaces. Part IV - A Real World Application
9/15/2014 5:04:55 AM.
In this article we'll look at building a fluent interface to abstract parameter assertions which gives us readable code that closely models spoken/written language. This will make code consuming our API contain less code debt and reduce the total cost of maintenance.
Real-World Scenario of Using VisualBasic.Devices With C#
6/26/2014 11:09:13 AM.
In this article I will share some real-world problems which appear to be complex, but with usage of Microsoft.VisualBasic.Devices those can be easily achieved.
Real-World Exmple of Adapter Design Pattern
10/27/2013 5:49:38 PM.
Moving on to the concept of Design Patterns, let's explain the Adapter Design Pattern. This pattern is part of the Structural Design Patterns.