Congratulations - C# Corner Q4, 2022 MVPs Announced
Why Join
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
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)
Akshay Patel (3)
Tural Suleymani (2)
Tomas Herceg (2)
C# Corner Live (1)
Sandeep Mishra (1)
Vertika Chauhan (1)
Ehtesham Mehmood (1)
Pradeep Shet (1)
Mukesh Kumar (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
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.
Inheritance With Example in C#
5/24/2019 12:17:58 AM.
In this article, let's see how to implement Inheritance With Example in C#.
Object Oriented Programming With A Real-World Scenario
4/1/2019 9:57:44 AM.
This article is mainly intended for those already familiar with Object Oriented Programming (OOP) conceptually but are unable to link it with the real world and the programming world.
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
Factory Design Pattern Real World Example
9/13/2016 2:10:20 PM.
In this article, you will see the real world example of Factory Design Pattern.
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.