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 practical
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Lajapathy Arun (15)
Andrea Angella (14)
Tural Suleymani (7)
Sai Sherlekar (6)
Manish Kumar Choudhary (6)
Akshay Phadke (6)
Akhil Mittal (4)
Ajay Kumar (3)
Sachin Kalia (3)
CSharp TV (2)
Suraj Kumar (2)
Gowtham Cp (1)
Aman Gupta (1)
Abiola David (1)
Rishabh Bhardwaj (1)
Sardar Mudassar Ali Khan (1)
Tuhin Paul (1)
Keyur (1)
Rijwan Ansari (1)
Aravind Govindaraj (1)
Vinodh Kumar (1)
Sonil Kumar (1)
Pankaj Patel (1)
Sean Franklin (1)
Ano Mepani (1)
Dipal Choksi (1)
Ajay Mor (1)
Umair Hassan (1)
Vikas Sharma (1)
Akshay Patel (1)
Nirosh (1)
Abhishek Kumar (1)
Veena Sarda (1)
Amit Tiwari (1)
Shivprasad (1)
Jawahar Govindaraj (1)
Related resources for practical
No resource found
Understanding SQL Triggers: A Practical Guide with a New Example
8/28/2024 8:38:05 AM.
Discover how triggers can automate tasks, enforce business rules, and maintain data integrity in your database. Perfect for both beginners and experienced developers looking to deepen their SQL skills
Singleton Design Pattern: Detailed Explanation and Practical Examples
7/24/2024 6:52:58 AM.
The Singleton Design Pattern ensures a class has only one instance and provides global access to it. Implementations include Basic Singleton, Thread-Safe Singleton with synchronization, Double-Checked
Practical approach to EF Core with Scalar functions
7/21/2024 6:32:25 PM.
Learn how to implement and migrate scalar SQL functions in an ASP.NET Core application using Entity Framework Core. This guide covers creating a scalar function to calculate total unit prices, integra
Implementing Practical CI/CD in Fabric Notebook Leveraging Azure DevOps
7/1/2024 4:51:59 AM.
In this end to end video, I covered how to Implement Practical CI/CD in Microsoft Fabric Leveraring Azure DevOps.
C# Inheritance: Basics and Practical Examples
5/10/2024 8:50:33 AM.
Inheritance in C# allows classes to inherit properties and behavior from other classes, facilitating code reuse and creating a hierarchy of classes. Beginners learn to establish relationships between
.NET Website Security: Practical Steps & Examples
4/26/2024 4:14:37 AM.
Securing .NET websites is paramount in today's digital landscape. Regular updates, strong authentication, HTTPS enforcement, input sanitization, CSP implementation, CSRF protection, defense-in-dep
Practical Introduction to Entity Framework: Day 6
3/6/2024 10:40:13 AM.
In this article, you will Explore Day 6 of our Practical Introduction to Entity Framework series, diving deeper into database integration. Learn essential concepts, including object-relational mapping
Practical Introduction To Entity Framework: Day 5
3/6/2024 10:39:36 AM.
Day 5 of our practical introduction to Entity Framework delves deeper into database management with advanced concepts like relationships and efficient CRUD operations. Explore Entity Framework Core fo
Practical Introduction To Entity Framework: Day 4
3/6/2024 10:36:48 AM.
This content provides a detailed guide on returning multiple result sets or data sets in Entity Framework. It walks through the steps involved, including creating a normal stored procedure, adding an
Practical Introduction To Entity Framework: Day 3
3/6/2024 10:32:09 AM.
Day 3 of this practical Entity Framework introduction delves into database transactions, query optimization, and advanced EF features. Learn to manage relationships, optimize data models, and fine-tun
Practical Introduction To Entity Framework: Day 2
3/6/2024 10:30:54 AM.
This article provides a comprehensive guide on executing stored procedures using Entity Framework. It covers creating stored procedures in SQL Server, adding entity models to projects, and calling aut
Practical Introduction To Entity Framework: Day 1
3/6/2024 10:29:58 AM.
In this article, we will discover the fundamentals of Entity Framework in this practical introduction. Learn about ORM concepts, database operations, and CRUD operations through hands-on examples.
SQL Tuning - Effective Strategies with Practical Examples
3/3/2024 5:01:15 AM.
SQL Tuning — Effective Strategies with Practical Examples
Reactive Forms In Angular with Practical Example
3/1/2024 6:05:44 AM.
Angular is a popular framework for building dynamic web applications, and one of its key features is its powerful Forms module. Angular offers two types of forms: template-driven forms and reactive fo
Exploring Vue.js Practical Examples
2/21/2024 12:09:24 PM.
Vue.js, a progressive JavaScript framework, has gained immense popularity for its simplicity and flexibility. In this article, practical examples to demonstrate the power and versatility of Vue.js. Ea
ThreadPool in C#: Practical Examples
1/10/2024 5:48:08 AM.
Explore practical examples of using ThreadPool in C# for parallel tasks. Learn how to queue work items, handle synchronization, monitor and manage ThreadPool, and follow best practices for efficient c
SOLID Principles: Practical Examples for Better Software Design
11/7/2023 4:32:08 AM.
There are some essential principles and best practices that are generally recommended to help manage code and projects more easily. These practices make the code easier to maintain, scale, adopt, and
Practical ASP.NET Core Unit Testing with xUnit, MOQ, and FluentAssertions
9/6/2023 7:31:49 AM.
Explore ASP.NET Core unit testing with xUnit, MOQ, and FluentAssertions. Learn to set up your project, write tests, and mock dependencies for reliable software development.
Kubernetes for Dummies: A Simple and Practical Introduction to Container Orchestration and Ecosystem
8/7/2023 9:52:08 AM.
Learn the basics of Kubernetes and container orchestration in this easy-to-understand guide. Perfect for beginners, this article covers the key concepts and practical use cases of Kubernetes, making i
Schema-First Approach with GraphQL.NET in .NET
7/27/2023 6:45:58 AM.
Learn how to implement GraphQL endpoints using GraphQL.NET's Schema-First approach. Discover how GraphQL serves as a powerful query language for APIs, providing interactivity and flexibility. Expl
GraphQL in .NET: Practical usage
6/12/2023 4:35:52 AM.
In this article we will configure graphQL via hot-chocoloate library.
Working with Date and Time Formats in T-SQL
5/22/2023 9:36:23 AM.
This article describes how different date styles work with date formats
How to Make Practical Progression to Web3 and Metaverse
2/17/2023 12:58:34 PM.
In this session, you will know how to make Practical progression to Web3 and Metaverse.
SubOrchestrations In Azure Durable Functions - Practical Approach
10/31/2022 5:31:01 AM.
In this article, you will learn about SubOrchestrations in Azure Durable Functions.
Practical Usage of NameValueCollection in C#
8/24/2022 5:38:58 AM.
In this article, we are going to see the practical usage of a NameValueCollection.
Practical Exception Handling In N-Layered Architecture
8/16/2022 5:22:24 PM.
In this article, you will learn about practical Exception Handling in N-Layered Architecture.
SQL Server Full-Text Searching - Practical Approach
7/25/2022 5:56:33 PM.
In this article, you will learn about SQL Server Full-Text Searching.
Creating An Azure Event Hub - Practical Scenario
8/9/2021 2:29:00 PM.
In this article, you will learn how to create Azure Event Hub.
Three Practically Used Ways To Improve The Performance Of C# Code
7/27/2021 4:01:15 AM.
C# is a powerful language and it is becoming more popular and strong with Dot net core. I am discussing three practical ways, to tweak the C# code to get a drastic performance improvement, which I hav
SQL Interview Questions - MSSQL
7/1/2021 3:32:42 AM.
Here is a list of the most popular MSSQL interview questions and answers explained. These SQL interview questions are for both beginners and professional MSSQL developers.
Practical Approach to Learn MVC: Part 3
6/4/2021 8:00:05 AM.
This article explains MVC in ASP.Net. I will only show the practical (programmatic) approach of learning ASP.Net MVC.
Practical Approach to Learn MVC: Part 6
6/4/2021 7:58:26 AM.
This article provides a practical approach to learning MVC.
Practical Approach to Learn MVC: Part 2
6/4/2021 7:56:08 AM.
In this article you will learn the basics of MVC Views and Models.
Practical Approach to Learn MVC: Part 1
6/4/2021 7:52:03 AM.
This article explains MVC in ASP.Net. The Model-View-Controller (MVC) architectural pattern separates an application into three main components: the model, the view and the controller.
Practical Approach to Learn MVC: Part 4
5/28/2021 7:14:05 AM.
In this article, you will learn the basics of the MVC Model and how to modify the database table.
Practical Approach to Learn MVC: Part 5
5/25/2021 7:06:03 AM.
In this article, you will learn the basics of customization of the Index view.
Getting Started With PWAs - A Practical Introduction
9/17/2020 9:15:56 AM.
In this article, I will describe the steps that are necessary to add basic PWA functionality to a website
Practical Use of SPOHelper for Sharepoint Online CRUD Functionality using REST API
7/28/2020 2:04:49 AM.
Practical Use of SPOHelper for Sharepoint Online CRUD Functionality using REST API with Live Demo
Practical AI for good - by Allen O'Neill & Richard Koh
7/26/2020 6:40:01 AM.
This is the sixth keynote of Lighup Virtual Conference by Allen O'Neill & Richard Koh
Practical Approach To ASP.NET Web Services - Part Six - Calling ASP.NET Web Service From Java Script Using AJAX
6/9/2020 12:29:21 PM.
In this article, you will see how to call a Web Service from JavaScript using ASP.NET AJAX.
A Practical look at the HTML5 Canvas Tag
10/31/2019 8:02:56 AM.
In the first part of this article, we will take a practical look at the HTML5 Canvas tag and will then follow-up with a sample application to generate an image with selections specified by the user.
Practical Use Of Extension Methods In C#
8/29/2019 3:48:31 AM.
In this video, we will talk about and learn the practical usage of extension methods in C#.
Data Frame In R - A Practical ✍️ Approach For Creating And Using Data Frame In R Language
7/9/2019 10:14:06 AM.
This article focuses on the R Data Frame definition, creation, and practical uses in real-world examples.
Practical Introduction To Unit Testing In C# And Visual Studio
7/3/2018 1:25:49 AM.
Learn what is unit testing and how you can easily get started writing unit tests using C#, Visual Studio, and NUnit.
Vector In R - A Practical Approach For Creating And Using Vector In R Language
6/14/2018 12:40:09 PM.
In this example we shall do some practical by of executing R code in R studio editor.
Productive C#: In Parameters in C# 7.2
5/14/2018 12:59:13 AM.
Learn how to use the new In parameters in C# 7.2. Learn more about C# at www.productivecsharp.com
Practical C# - Async Main in C# 7.1
9/19/2017 1:43:02 AM.
Learn how to use the new Async Main feature in C# 7.1. You can use async in the entry point of your console application using Visual Studio 2017.
Practical C# - Sorting In LINQ
9/6/2017 6:50:29 AM.
Learn how to order collections using C# and LINQ.
Practical C# - LINQ Set Operations
9/5/2017 2:12:33 AM.
Learn how to use the LINQ Set Operations in C# (distinct, union, intersect and except).
Practical C# - Sorting in LINQ
9/1/2017 2:19:53 AM.
Learn how to sort collections in ascending and descending order using LINQ in C#.
Practical C# - Equality
8/29/2017 4:45:19 AM.
Learn how to implement equality for value types and reference types in C# with some help from ReSharper.
How To Configure The C# language Version In Visual Studio 2017
8/28/2017 2:12:01 AM.
How to configure your C# project to compile against a specific version of the C# compiler in Visual Studio 2017 (Update 3).
Practical C# - SelectMany In LINQ
8/23/2017 1:29:02 AM.
Learn all the possible ways to use SelectMany in LINQ to implement sophisticated queries who need to flatten sequences of sequences in C#.
Azure Via C# - Working With Azure Queues
8/22/2017 2:14:57 AM.
Learn how to work with Azure Queues using C#. We create a simple client/server application that use an Azure Queue as a way to implement an asynchronous messaging system.
Practical C# - Named And Optional Parameters
8/21/2017 1:48:34 AM.
Learn how to use named and optional parameters in C# and why you need to be careful if you want to change parameters names and default values in your public APIs.
Practical C# - Sequence Equality
8/18/2017 2:11:04 AM.
Learn how to check if two lists or sequences are equal using C#. Did you know Microsoft implemented this for you in the .NET Framework 3.5?
Practical C# - Local Functions In C# 7
8/9/2017 2:58:59 AM.
Learn how using local functions in C# 7 can make your code more compact and less repetitive.
Practical C# - Switch Statement with Pattern Matching in C# 7
7/31/2017 1:54:58 AM.
Learn how to refactor a series of ifs using the improved switch statement with pattern matching in C# 7.
Practical Guide For ListView Cells In Xamarin.Forms
4/26/2017 3:15:51 PM.
Practical Guide For ListView Cells In Xamarin.Forms
Learning C# (Day 10) - Events In C# (A Practical Approach)
1/24/2017 11:45:04 PM.
In this article, you will learn about Events in C#.
Diving Into OOP (Day 6) : Understanding Enums in C# (A Practical Approach)
1/24/2017 11:37:48 PM.
This article of the series “Diving into OOP” will explain the enum datatype in C#.
Diving Into OOP (Day 8) - Indexers in C# (A Practical Approach)
1/24/2017 11:25:01 PM.
In this article you will learn about Indexers in the C# language.
Practical Approach To ASP.NET Web Services - Part Five - Web Method Overloading
12/6/2016 6:12:25 PM.
In this article, you will learn about Web Method Overloading.
Practical Approach To ASP.NET Web Services - Part Four - Web Method Attribute Properties
12/6/2016 6:06:58 PM.
In this article, you will learn about Web Method Attribute Properties in ASP.NET Web Services.
Practical Approach To ASP.NET Web Services - Part Three - Session State In A Web Service
12/5/2016 12:08:56 PM.
In this article, you will learn about Session State in a Web Service using ASP.NET.
Practical Approach To ASP.NET Web Services - Part Two - Consuming A Web Service
12/5/2016 12:06:12 PM.
In this article, you will learn the ways of consuming a Web Service in ASP.NET Web Services.
Practical Approach To ASP.NET Web Services - Part One - Overview
12/3/2016 4:21:28 PM.
In this series of articles, you will learn a practical approach to ASP.NET Web Services.
Learning Custom Directives In AngularJS - A Practical Approach
10/26/2016 4:26:52 PM.
In this article, you will learn about custom directives in AngularJS.
Web API Pipeline Revealed: A True Practical Approach
5/16/2016 4:51:35 AM.
In this article you will see a practical approach to Web API Pipeline.
Diving Into OOP (Day 7) - Properties in C# (A Practical Approach)
4/13/2016 12:14:21 PM.
This article explains properties in C# and OOP concepts.
Aggregation Vs Composition: A Simple Practical Approach
8/18/2015 12:28:11 AM.
This article explains the real facts of Aggregation and Composition and I feel it would be a good brain teaser if I come with some actual examples.
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.
Practical Approach to Computer System Design and Architecture
1/29/2015 3:50:48 AM.
The article gives an introduction to system designing and architecture by introducing a new concept that allow beginners to easily break and design complex software systems using a modular based development approach with a pattern, which we all practice in our day to day life.
What an Abstract Class is and Where It Should be Used in a Practical Scenario
5/9/2014 6:55:32 PM.
This article explains what an Abstract class is and where it should be used in a practical scenario.
Some Practical Useful SQL Queries For SharePoint Adminstrator
2/26/2014 12:36:55 PM.
In this article, I will share some very practical and useful SQL queries that a SharePoint administrator will require.
Practical Usage of TempData and ViewData and Differences in MVC 3
1/21/2014 9:31:27 PM.
Here, I’ll use a sample application to show how the TempData and ViewData properties work.
Practical Approach of Deleting Files From FTP Path
4/27/2012 12:41:47 PM.
In this article we are going to see how to delete a file from the FTP path.
Practical Approach of Creating and Removing Directory To/from FTP Path
4/26/2012 1:25:00 AM.
In this article we are going to see how to create and remove a directory to/from FTP path.
Practical Approach of Getting Directory List and Its Details From FTP Path
4/24/2012 4:45:25 PM.
In this article we are going to see how to fetch directory and file details from the FTP path.
Practical Approach of Uploading File to FTP Path
4/19/2012 6:46:20 PM.
In this article we are going to see how to upload a file to a FTP path and save it.
Practical Usage of Complete Extension Methods in LINQ
4/19/2012 5:53:00 AM.
In this article we are going to see the complete usage of extension methods in LINQ with the help of a Lambda expression.
Practical Approach of Creating and Reusing Custom Event Handler in ASP.NET C#
4/19/2012 12:49:34 AM.
In this article we are going to see how to create and reuse Custom Event Handlers in ASP.NET.
Practical Approach of Downloading File From FTP Path
4/19/2012 12:44:49 AM.
In this article we are going to see how to download a file from a FTP path and save it to a local folder.
Practical Usage of Using ToLookup() Method in LINQ C#
4/16/2012 1:20:23 PM.
In this article we are going to see the ToLookup() method and its practical use with both simple and complex data types.
Practical Approach of Converting DataTable to Generic Dictionary
Using LINQ
4/10/2012 1:48:44 PM.
In this article I will show how to convert a DataTable to a Generic Dictionary<K,T>.
Practical Usage of Generic List as a Data Source in LINQ
4/9/2012 4:04:02 PM.
In this article we will learn usages of generic lists as a data source in LINQ.
Practical Approach of Accessing Data From the User Control in ASP.NET
4/8/2012 1:47:03 PM.
This article shows how to access User Control data from the web page. In other words, how to pass data from a User Control page to the Default.aspx page.
Practical Approach of Creating User Control in ASP.NET
4/8/2012 1:35:08 PM.
In this article we are going to see how to create a user control in ASP.NET.
Practical Approach of Adding, Removing and Inserting Item Using Generic List
4/6/2012 11:33:45 AM.
In this article we are going to see, how to do various types of mechanisms like adding, removing and inserting.
Practical Approach of Getting System Installed Fonts at Runtime Using C# ASP.NET
4/3/2012 9:41:58 AM.
In this article we are going to see how to retrieve the System fonts at runtime and add them as a List collection.
WPF Practical Solutions
4/14/2009 12:59:05 AM.
This document describes step by step solution to some of general problems developer face in wpf application.
19 Practical Points to be remembered while working on project/software Company
2/25/2009 2:10:23 AM.
This article will talk about some important points we should note while working with tight dead line project.
A Practical Approach to .NET Testing using Visual Studio 2005 Test Team Suite
2/26/2007 11:38:33 PM.
This article will cover practical approach to White box Testing Techniques using Microsoft Visual Studio 2005 Test Team Suite. It covers concepts with a simple, easy to follow example.