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 DotNet
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
CSharp TV (47)
Tahir Ansari (6)
Teddy Kurian (4)
Ajay Kumar (3)
Stephen Simon (3)
Rasul Huseynov (2)
Esamaldin Mohammed (2)
Vahid Farahmandian (2)
David Mccarter (2)
Vignesh Kumar (1)
Gurpreet Arora (1)
Vijai Anand Ramalingam (1)
Vivek Kumar (1)
Rajeev Punhani (1)
Allani Saikumar (1)
Anubhav Chaudhary (1)
Rupali Shinde (1)
Rikam Palkar (1)
Abhishek Khandare (1)
Abdul Raheem (1)
Ashutosh Singh (1)
Kirtesh Shah (1)
Jefferson S. Motta (1)
Daniel Gomez (1)
Sriram Kumar Mannava (1)
Jay Pankhaniya (1)
Piyush Kumar (1)
Dhanesh Kumar M J (1)
Muzaffar Ur Rahman (1)
George Papadopoulos (1)
Bikesh Srivastava (1)
Majid Dagoei (1)
Tuhin Paul (1)
Prasoon (1)
Alexis Gridel (1)
Hammad Maqbool (1)
Jaydeep Patil (1)
Miguel Teheran (1)
Related resources for DotNet
No resource found
Rockin’ The Code World with dotNetDave - Ep. 106
10/23/2024 8:13:19 AM.
In this episode, we’ll dive deep into the latest programming trends.
RSA Encryption and Decryption in .NET Core and Framework Explained
8/30/2024 9:37:27 AM.
The RSA algorithm is an asymmetric cryptography method that uses a pair of keys: a public key for encryption and a private key for decryption. This example demonstrates how to use the BouncyCastle lib
Building a Container Image for Your .NET Microservice
8/27/2024 6:51:27 AM.
Building a Container Image for Your .NET Microservice
Rockin’ The Code World with dotNetDave ft. Khalid Abuhakmeh - Ep. 105
8/13/2024 11:57:34 AM.
In this episode, you will learn about C# 13 features and .NET 4.8 vs .NET 9.
Conversation with document using Amazon Bedrock and .NET
8/7/2024 4:19:01 AM.
In this article, you'll learn how to send a document as part of a message using the Amazon Bedrock Converse API with the Anthropic Claude 3 Sonnet model and requests that the model describe the co
Rockin’ The Code World with dotNetDave ft. Steve Stedman - Ep. 104
7/14/2024 7:24:15 AM.
In this episode, you will learn about .NET.
Unleashing GenAI in .NET with Semantic Kernel : A Dash of .NET - Ep. 12
7/4/2024 6:47:12 AM.
In this session, you'll learn why Generative AI is crucial and see practical demos on how to implement it step-by-step.
Understanding LINQ While Writing Your Own
7/3/2024 8:46:22 AM.
LINQ (Language-Integrated Query) in .NET offers a unified, declarative way to query diverse data sources like objects, databases, XML, and more. It simplifies data manipulation with methods like Where
Rockin’ The Code World with dotNetDave ft. Jim Wilcox - Ep. 103
6/12/2024 6:52:17 AM.
In this episode, you will learn about co Copilot
Compressing Web API Responses Using DotNetZip
6/4/2024 9:48:49 AM.
Compressing Web API responses with DotNetZip enhances efficiency and performance by reducing data size. Using compression techniques like Gzip or Deflate, it optimizes data transmission, improving res
Rockin’ The Code World with dotNetDave ft. Rolando Masís-Obando - Ep. 102
6/3/2024 6:43:44 AM.
In this episode, you will learn about the Future of AI/Tech.
Working With HashSet In C#
5/28/2024 11:20:47 AM.
C# HashSet, introduced in .NET 3.5 within System.Collections.Generic, is an unordered collection of unique elements. It efficiently prevents duplicate entries, outperforming lists. This article covers
A Different Perspective of Stack Memory in .NET
5/23/2024 6:21:46 AM.
A Different Perspective of Stack Memory in .NET" explores the intricacies of stack memory management within the .NET framework. It delves into the differences between stack and heap, the role of
Dotnet Core, EF Core Store Procedure With Multiple Results
5/20/2024 6:33:57 AM.
Entity Framework Core coupled with stored procedures for SQL database data retrieval encounters a constraint: consistent return of all columns required for DbQuery<T> properties. This alternativ
Rockin’ The Code World with dotNetDave ft. Milan Jovanovic - Ep. 101
5/6/2024 8:01:13 AM.
In the episode, you will learn about Freelancing.
DNN (Formerly DotNetNuke) Tutorial - Part 1
5/3/2024 9:00:39 AM.
DNN Tutorial - Part 1 introduces DotNetNuke, a versatile content management system (CMS) built on ASP.NET. Learn website setup, user management, and extension installation for robust web development.
Rockin’ The Code World with dotNetDave ft. Mark Brown - Ep. 100
5/1/2024 5:39:38 AM.
In the episode, you will learn about how to build Generative AI applications with Microsoft .NET.
Upload a File and Then Create Zip File in .NET 4.5
4/29/2024 9:55:58 AM.
Learn file upload and zip file creation using DotNetZip Library in ASP.NET application. Setup library reference, add file upload control, and implement zip file creation logic. Utilize System.IO for
DNN (Formerly DotNetNuke) Tutorial - Part 2 (Adding Modules)
4/25/2024 8:32:03 AM.
Explore the second part of our comprehensive tutorial series on DNN (formerly DotNetNuke). In this segment, learn the essential steps for adding modules to your DNN website, enhancing its functionalit
DNN, Formerly DotNetNuke, Tutorial - Part Four (GenericDNN Modules)
4/22/2024 8:55:39 AM.
Learn how to create a GenericDNN module using templates, simplifying module installation without manual configuration. Follow step-by-step instructions for project setup, building in Release mode, ins
DotNetNuke Custom Module Creation Using DNNTemplate
4/22/2024 8:21:53 AM.
In this article, we are going to learn how to create DotNetNuke Custom module using DNNTemplate. DNN Custom Module Folder Structure with usage details.
DNN (Formerly DotNetNuke) Tutorial - Part 3 (Create Custom Edit Page)
4/22/2024 7:46:33 AM.
Learn to customize your DNN (formerly DotNetNuke) experience with this tutorial's third installment. Delve into crafting a bespoke editing page, empowering you to tailor your CMS to specific needs
Let's Create WPF Blazor Hybrid App
4/18/2024 7:26:12 AM.
Unlock the potential of WPF and Blazor by combining their strengths in a hybrid application. Let's seamlessly blend the rich, desktop-centric features of WPF with the modern, web-enabled capabilit
Rockin’ The Code World with dotNetDave: Panel Discussion - Ep. 99
4/6/2024 8:41:10 AM.
In this episode, we have a panel discussion.
Publishing .NET Applications with 'dotnet publish'
4/1/2024 8:13:24 AM.
Publishing .NET applications with dotnet publish is essential for deployment. This tool compiles code resolves dependencies, and creates a self-contained directory for easy distribution and execution,
Managing .NET Solution Files with dotnet sln
3/27/2024 4:52:41 AM.
The .NET Core SDK's dotnet sln tool simplifies managing large .NET projects. Learn its commands for adding, removing, listing projects, and advanced operations, streamlining solution file manageme
Adding Machine Learning to .Net Applications
3/9/2024 1:49:18 PM.
This session will walk you through the fundamentals of creating an ML integrated application and ongoing model training.
Rockin’ The Code World with dotNetDave ft. Ante Tomic - Ep. 98
3/7/2024 4:52:00 AM.
In this episode, you will learn about Diversity in software engineering and Soft skills.
Rockin’ The Code World with dotNetDave ft. Jodie Burchell - Ep. 97
2/26/2024 7:07:09 AM.
In this episode, you will learn about what large language models can and cannot do, and current approaches to overcome these limitations.
Rockin’ The Code World with dotNetDave ft. Jared Parsons - Ep. 96
2/17/2024 5:11:09 PM.
In this episode, you will learn about the ins and outs of shipping the C# compiler and what's been going on in C# for .NET 8 and what are we looking forward to in .NET 9.
Book Review: A Developer's Guide to .NET in Azure: A Dash of .NET - Ep. 4
1/22/2024 2:43:53 PM.
A Developer's Guide to .NET in Azure helps you embark on a transformative journey through Microsoft Azure that is tailored to .NET developers.
Rockin’ The Code World with dotNetDave ft. Leslie Richardson - Ep. 94
1/19/2024 1:53:42 PM.
In this episode, you will learn about Visual Studio productivity/debugging.
Understanding and Managing Server-Side (Output) Caching in .Net
1/15/2024 6:12:57 AM.
IIS employs System.Web.Caching for efficient output caching. Utilize HttpRuntime.Cache.Insert for CRUD operations, specifying key, value, and optional parameters like dependencies, absolute expiration
How to Use CQRS Pattern in .NET: A Dash of .NET - Ep. 3
1/10/2024 6:23:26 AM.
In this session, we'll unravel the mysteries of CQRS and compare it with the traditional service layer model.
Rockin’ The Code World with dotNetDave ft. Olia Gavrysh - Ep. 92
1/1/2024 6:11:22 AM.
In this episode, you will learn about tooling for modernizing your .NET Applications.
Rockin’ The Code World with dotNetDave ft. Simon Painter - Ep. 93
1/1/2024 6:10:38 AM.
In this episode, you will learn about Functional Programming in C#.
.NET Dependency Injection: Unleash the Power of SuperInject
12/17/2023 7:37:56 AM.
SuperInject is not just another NuGet package; it’s your trusty sidekick in dependency injection. Picture this: streamlined registration of services and repositories with a touch of simplicity and a d
How to Write Custom IntelliSense Suggestions in Visual Studio: A Dash of .NET - Ep. 2
12/16/2023 5:23:58 PM.
In this session, we'll dive into the intricacies of enhancing your coding experience by creating personalized IntelliSense suggestions tailored to your specific needs.
Implementing Unit Test .Net Core Application Using CQRS Handler
12/15/2023 9:14:40 AM.
Unit testing Dot Net Core using CQRS Architecture. This article delves into testing .Net Core API projects using the XUnit testing framework. Demonstrating unit tests for a CQRS architecture, it cove
Rockin’ The Code World with dotNetDave ft. Maddy Montaquila - Ep. 91
11/8/2023 1:56:19 PM.
In this episode, you will learn about .NET and MAUI.
Cookie vs. Session vs. Local Storage
11/6/2023 6:07:18 AM.
cookies are small pieces of data stored in a user's browser, often used for limited-size, temporary information like session tokens and user preferences. Session storage, on the other hand, serves
Rockin’ The Code World with dotNetDave ft. Erik Jensen - Ep. 90
10/31/2023 9:51:01 AM.
In this episode, you will learn about Packages and tools for EF Core and Entity Framework.
Open-Closed Principle (OCP) in .NET 6 Core
10/30/2023 5:50:49 AM.
As a beginner developer, you're likely on a quest to create clean, maintainable, and scalable code. One of the guiding principles in this journey is the "Open-Closed Principle" from the
Rockin’ The Code World with dotNetDave ft. Mads Torgersen - Ep. 89
10/20/2023 12:52:06 PM.
In this episode, Mads Torgersen will talk about C# new features design and Philosophy.
Rockin’ The Code World with dotNetDave ft. Dylan Beattie - Ep. 88
10/17/2023 6:29:42 AM.
Join us with Dylan Beattie for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
.Net Core 7 Benchmarking using BenchmarkDotNet
10/16/2023 9:40:34 AM.
In this article, we explore the crucial topic of performance optimization in software development. We delve into the use of BenchmarkDotNet to measure code execution times and improve code quality. We
Why you need to uninstall old versions of .NET Core
10/11/2023 7:15:14 AM.
Why you need to uninstall old versions of .NET Core: security risks explained
Exploring Performance with BenchmarkDotNet in .NET
10/9/2023 9:17:54 AM.
In this article, we will explore the features of BenchmarkDotNet and demonstrate how to use it to benchmark your .NET code.
Rockin’ The Code World with dotNetDave ft. Bob Reselman - Ep. 87
9/22/2023 4:56:06 PM.
Join us with Bob Reselman for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Software Architecture Conference 2023
9/8/2023 4:07:07 AM.
Discover the latest strategies shaping software architecture.
Web Portal To Manage Virtual Or In-Person Events With ASP.NET 5 And DOTVVM
8/31/2023 9:57:36 AM.
In this article, you will learn about Web Portal to manage Virtual or In-Person Events with ASP.NET 5 And DOTVVM.
Building a Bulk Email Sending Console App with NET Core 7.0
8/28/2023 1:25:43 PM.
Building a Bulk Email Sending Console App with NET Core 7.0 entails the creation of a robust and versatile solution tailored to efficiently manage large-scale email distributions. Through a meticulous
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
Using SuperConvert.Abstraction NuGet Library for Data Conversion
8/23/2023 5:25:32 AM.
SuperConvert.Abstraction is a powerful library that provides data conversion functionalities for your .NET applications. With this library, you can easily convert between different data formats, such
Child to Parent Data Sharing in Angular
8/22/2023 5:10:51 AM.
In Angular, component communication is a crucial aspect of building dynamic and interactive applications. One common scenario is sharing data from child components to parent components. The @Output de
Document Viewer Capabilities in ASP.NET Core 7.0
8/20/2023 8:01:20 PM.
Learn how to integrate, customize, and make the most of the new capabilities for seamless document viewing and interaction within your web applications.
Rockin’ The Code World with dotNetDave ft. Robert Bogue - Ep. 86
8/18/2023 4:43:57 PM.
Join us with Robert Bogue for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Sharing Data from Parent to Child Components in Angular using @Input()
8/15/2023 9:00:40 AM.
Angular is a popular front-end framework that promotes component-based architecture. One common scenario in web development is passing data from a parent component to a child component for rendering o
Rockin’ The Code World with dotNetDave ft. Arthur Doler - Ep. 85
8/14/2023 7:20:39 AM.
Join us with Arthur Doler for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
What is Delegates in C# .NET?
8/12/2023 12:44:59 PM.
Delegates in C# act as method pointers, enabling dynamic invocation of methods. They enhance code modularity and flexibility, finding use in event handling, callbacks, and asynchronous programming.
Building a Secure .NET Core Web API for Azure AD Integration with SharePoint Online SPFx
8/5/2023 10:24:51 AM.
Learn how to build a secure .NET Core Web API integrated with Azure AD for seamless authentication and authorization with SharePoint Online SPFx web parts. Enhance your application's security and
Test Web API using HTTPREPL
7/25/2023 2:10:32 PM.
The HTTP Read-Eval-Print Loop (REPL) is a lightweight and cross-platform command-line tool that's supported everywhere .NET Core is supported. Using this tool you can start discovering and explori
Debug Applications using Visual Studio Dev Tunnels
7/25/2023 11:59:32 AM.
Learn how Dev Tunnels in Visual Studio enable a seamless connection between machines, easing remote teamwork and simplifying debugging processes in web and mobile applications.
Rockin’ The Code World with dotNetDave ft. Vahid Farahmandian - Ep. 84
7/24/2023 4:38:48 AM.
Join us with Vahid Farahmandian for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Rock Your Code and App Performance for Microsoft .Net
7/13/2023 2:28:21 PM.
In this session, you will learn how to Rock Your Code and App Performance for Microsoft .NET
Rockin’ The Code World with dotNetDave ft. Safia Abdalla - Ep. 83
7/12/2023 11:36:56 AM.
Join us with Safia Abdalla for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Rockin’ The Code World with dotNetDave ft. Rocky Lhotka - Ep. 82
7/12/2023 11:30:26 AM.
Join us with Rocky Lhotka for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Application Architecture Patterns
7/6/2023 5:42:53 PM.
In this session, you will learn about Application Architecture Patterns.
Build AI-Enabled Apps with .NET MAUI and Azure Cognitive Services
6/21/2023 9:04:18 AM.
In this session, you will learn how to Build AI-Enabled Apps with .NET MAUI and Azure Cognitive Services.
Rockin’ The Code World with dotNetDave ft. Carl Franklin - Ep. 81
6/16/2023 6:55:19 AM.
Join us with Carl Franklin for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Coding Standards for Microsoft .NET
6/5/2023 5:58:14 PM.
In this session, the speaker will show examples and metrics from a real-world in-production solution.
11 Must Know Libraries For .NET Developers
6/5/2023 5:37:48 PM.
In this session, you will learn about 11 Must Know Libraries For .NET Developers.
Rockin’ The Code World with dotNetDave ft. Alan Hyneman Ep. 80
5/29/2023 4:53:34 AM.
Join us with Alan Hyneman for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
NLog With/Without AWS CloudWatch in .Net Core
5/22/2023 10:59:45 AM.
Logging is a very critical and essential part of any software. It helps us to created information, Errors and other type of logs, in the investigation of the essence of problems. Dot NET Core web API
Rockin’ The Code World with dotNetDave ft. Vincent & John Ep. 79
5/10/2023 5:02:40 AM.
Join us with Vincent & John for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Revolutionize Your Umbraco Development with View Components
5/7/2023 4:23:51 PM.
Umbraco is an open-source content management system(C M S). mbraco has the ability to use view components to build dynamic and reusable user interface (UI) elements. The latest version of Umbraco is b
Web API Using Power Apps Custom Connector
5/7/2023 4:01:39 PM.
In this tutorial, we will discuss how to create ASP .Net Web application and use this web API in power app using custom connector.
Rockin’ The Code World with dotNetDave ft. Isaac Levin Ep. 78
5/1/2023 9:03:12 AM.
Join us with Isaac Levin for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Create JSON Web Tokens For Development And Testing
4/28/2023 6:44:12 AM.
Developing and testing an API that requires authentication through a JSON Web Token can be challenging. Use the dotnet-devjwt tool to generate custom tokens for testing your endpoints locally
Rockin’ The Code World with dotNetDave ft. Barret Blake Ep. 77
4/20/2023 6:19:45 AM.
Join us with Barret Blake for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
What Is The C# 12 Preview Features
4/14/2023 10:11:51 AM.
In this article will learn about the features of C# 12 preview features.
How To Create APK OR IPA in .Net Core
4/14/2023 5:45:53 AM.
In this article, you will learn how to get Android and iOS output in Blazor architecture and platform.
Rockin’ The Code World with dotNetDave ft. Milan Jovanovic Ep. 76
3/22/2023 2:49:42 PM.
Join us with Milan Jovanovic for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Rockin’ The Code World with dotNetDave ft. Brady Gaster Ep. 75
3/11/2023 1:14:15 PM.
Join us with Brady Gaster for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Rockin’ The Code World with dotNetDave ft. Khalid Abuhakmeh Ep. 74
2/23/2023 2:18:32 PM.
Join us with Khalid Abuhakmeh for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Preventing Session Replay Attacks - Safeguarding Azure Cloud Websites
2/20/2023 4:44:17 AM.
Session replay attacks are a type of web application attack where an attacker records a user's interactions with a website or web application, including login credentials, and then replays them to
Nullable Types in C#
2/15/2023 2:09:17 PM.
A C# nullable type is a data type that contains the defined data type or the value of null. This article explains the use of C# Nullable Types.
Back to Basics - How And Why Learning C# Programming Language
2/13/2023 1:33:46 PM.
This article is the very first of the "Back to Basics" playlist, its goal is to bring the basic knowledge to start developing with the C# language. Whether you are an experienced developer o
Rockin’ The Code World with dotNetDave ft. Clark Sell Ep. 73
2/13/2023 1:31:28 PM.
Join us with Clark Sell for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Interface Class In C#.NET
2/13/2023 4:47:34 AM.
The traditional concept and definition of interface class never helped me to understand when should I use interface class in C#.NET so I use this example to clear my concept
Coding Faster With dotNetTips.com Spargine 6 - February 2023 Release
2/3/2023 10:28:54 AM.
In this article, you will learn about Coding Faster with dotNetTips.com Spargine 6: February 2023 Release.
Rockin’ The Code World with dotNetDave ft. Mark Brown Ep. 72
1/25/2023 10:26:18 AM.
Join us with Mark Brown for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Azure Redis Cache Introduction And Implementation Using .NET Core 6 Web API
1/16/2023 11:27:29 AM.
In this article, you will learn about Azure Redis Cache Implementation using .NET Core 6 Web API.
Rockin’ The Code World with dotNetDave ft. Robert Bogue Ep. 71
1/9/2023 8:18:14 AM.
Join us with Robert Bogue for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Rockin’ The Code World with dotNetDave ft. Shay Rojansky Ep. 70
12/12/2022 5:50:49 PM.
Join us with Shay Rojansky for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Benchmark Your Code Like dotNetDave!
11/22/2022 5:03:04 PM.
In this article, you will learn about Benchmark Your Code Like dotNetDave!
Rockin’ The Code World with dotNetDave ft. Mark Rendle Ep. 69
11/16/2022 2:52:22 AM.
Join us with Mark Rendle for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Rockin’ The Code World with dotNetDave ft. Steven Toub Ep. 68
11/3/2022 9:32:57 AM.
Join us with Steven Toub for Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.
Getting Started With OpenTelemetry in .NET
11/2/2022 4:13:15 AM.
In this article, you will learn about OpenTelemetry and how to use it in .NET
Rockin’ The Code World with dotNetDave - Second Anniversary Ep. 67
10/21/2022 1:32:42 PM.
Join us for the second anniversary of Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A focused on .NET and other programming technologies.