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 Space
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Abiola David (5)
Mahesh Chand (5)
CSharp TV (4)
Ojash Shrestha (4)
George (3)
Rajashekar Syereddy (3)
Shweta Lodha (2)
Sarthak Varshney (2)
Ibrahim Ersoy (2)
Mohamed Shifan (2)
Dr Gomathi (2)
Sanwar Ranwa (2)
Vinodh Kumar (2)
Sourabh Mishra (2)
Hadshana Kamalanathan (2)
Naveenkumar Paramasivam (2)
Vijay Kumari (1)
Rajiv Singh (1)
Gul Md Ershad (1)
Jignesh Kumar (1)
Harminder Singh (1)
Jalpa Dhola (1)
Vijay Yadav (1)
Dharmeshwaran S (1)
Shubhankar Banerjee (1)
Dhruvin Shah (1)
Mahalasa Kini (1)
Sanjoli Gupta (1)
Vikas Garg (1)
Senthilkumar (1)
Kailash Chandra Behera (1)
Nikhil Patil (1)
Ishika Tiwari (1)
Jayraj Chhaya (1)
Pratik Somaiya (1)
Najath Risni (1)
Alpesh Maniya (1)
Prasad (1)
Muzaffar Ur Rahman (1)
Raja Msr (1)
Ankur Gupta (1)
Mukesh Nailwal (1)
Abhishek Kumar Ravi (1)
Kuljot Bakshi (1)
Ravi Satyadarshi (1)
Rohatash Kumar (1)
Karthikeyan (1)
Gurpreet Arora (1)
Amogh Natu (1)
Madhu Patel (1)
Gayatri Joshi (1)
Aashina Arora (1)
Erika Ehrli Cabral (1)
Sardar Mudassar Ali Khan (1)
Oscar Santos (1)
Tural Suleymani (1)
Lajapathy Arun (1)
Levent Yildiz (1)
Sourav Kayal (1)
Rajesh VS (1)
Deepak Tewatia (1)
Ai Fortytwo (1)
Gaurav Gahlot (1)
Artyom Gritsuk (1)
Shrusti Shah (1)
Vishal Gilbile (1)
Ramsis (1)
Pankaj Lohani (1)
Neha Sharma (1)
Love Thakker (1)
Nitin (1)
Levent Camlibel (1)
Related resources for Space
No resource found
What is New in Android 15?
11/21/2024 5:19:48 AM.
Android 15, codenamed Vanilla Ice Cream, launched with innovative features like Private Space, enhanced satellite messaging, Partial Screen Recording, and robust security updates. Revolutionizing mult
Create Premium Databricks Workspace on Azure in 5 mins
10/31/2024 4:45:34 AM.
This video shows how to create Databricks workspace on Azure.
Construct a Deep Copy of LinkedList
10/3/2024 11:25:30 AM.
The task involves creating a deep copy of a linked list where each node has a random pointer that may point to any node or null. Using a dictionary to map original nodes to their corresponding new nod
Collections in C#
10/1/2024 9:06:58 AM.
This article describes Collections in C#. A collection is a way to create and manage groups of related objects. The group of objects can grow and shrink dynamically depending on the requirements in th
Check Disk Space Utilization by Tables in SQL Server Database
9/23/2024 8:53:17 AM.
In this guide, learn how to effectively check disk space utilization by tables in a SQL Server database. We’ll cover essential SQL queries and techniques to analyze table sizes, identify storage usage
Create A Calculator In Windows Form Application
9/5/2024 11:41:11 AM.
Learn how to create a simple calculator using Windows Forms. This guide covers setting up a Windows Forms Application, designing the form with buttons and a textbox, and implementing logic for basic o
Save Google Form Data to SharePoint List
8/12/2024 8:53:47 AM.
Learn how to seamlessly save Google Form data to a SharePoint List for efficient data management. This guide covers step-by-step instructions for automating data transfer, integrating Google Forms wit
Difference Between DELETE and TRUNCATE in SQL Server
7/23/2024 9:18:59 AM.
In SQL Server, DELETE and TRUNCATE are used to remove data from tables, each with distinct characteristics. DELETE is a DML command that logs each row deletion, supports triggers, and respects foreign
Generating XML Root Node Having Colon-Via Serialization
6/24/2024 9:00:23 AM.
Generating XML dynamically with a defined schema involves handling namespaces and prefixes correctly. Using XmlElement and XmlAttribute classes helps serialize XML parts, but achieving a prefixed root
Detect Session Changes in Dynamics 365 Customer Service App
6/21/2024 6:43:56 AM.
The Dynamics 365 Customer Service Workspace app aids agents in managing multiple sessions efficiently. Detecting session changes with JavaScript enhances context switching, productivity, and customer
How to Deploy an Avalanche Subnet Locally with Avalanche CLI
6/14/2024 10:04:41 AM.
Learn how to build and deploy a subnet on a local network using Avalanche CLI and GitHub Codespaces. This guide covers setup, configuration, and connecting your wallet easily.
Cross-Workspace Lakehouses Data Transfer using Pipeline Dynamic Content
6/11/2024 3:50:17 AM.
This video shows how to transfer data between lakehouses from one workspace to another using data pipeline dynamic content.
Upgrade Classic Workspace To New Workspace In Power BI
6/7/2024 10:35:02 AM.
Upgrading from a Classic Workspace to a New Workspace in Power BI enhances collaboration and introduces advanced features. This process involves migrating existing content, ensuring data continuity, a
Tree Data Structure
6/7/2024 10:30:34 AM.
Learn about trees, a hierarchical data structure. Explore terminology, binary tree types, and traversal methods like pre-order, in-order, post-order, and level-order. Understand insertion, deletion, a
What is VMware Workspace ONE?
5/30/2024 8:03:07 AM.
VMware Workspace ONE is a comprehensive digital workspace platform that integrates Unified Endpoint Management (UEM), identity management, and application management.
C# HashTable
5/21/2024 9:39:15 AM.
C#'s HashTable is a data structure storing key-value pairs using a hash function for fast retrieval. It handles collisions via chaining, ensuring efficient insertion, deletion, and retrieval opera
Get All Installed Printers in C#
5/16/2024 6:03:55 AM.
Learn how to retrieve a list of all installed printers using C#. Explore printer management in C# using the System. Printing namespace to enumerate and gather information about installed printers.
Dynamically Call a Function in C#
5/16/2024 5:52:41 AM.
In this article, we will learn how to dynamically call a function in C# using reflection and delegates. By leveraging reflection, you can discover and invoke methods at runtime based on their names an
.Net Architecture And .Net Framework Basics
5/5/2024 8:25:53 AM.
.NET architecture encompasses the Common Language Runtime (CLR) and Common Type System (CTS), executing Intermediate Language (IL) through Just-In-Time (JIT) compilation.
DriveInfo Class in C# with an Example
4/25/2024 10:09:36 AM.
The DriveInfo class in C# allows accessing and managing disk drive information such as available space, drive type, and volume details. With its methods and properties, it enables efficient disk space
Getting Assembly Metadata at Runtime
4/23/2024 8:22:02 AM.
Retrieving assembly metadata at runtime in .NET involves using reflection, and accessing attributes like AssemblyVersion or custom ones. This dynamic analysis enables discovering types, members, and o
Postman - Setup Workspace And Collection
4/9/2024 6:34:12 AM.
Swagger (OpenAPI) defines REST APIs for both machines and humans. This article explores integrating C# special comments into Swagger for clearer API documentation and utilization in .NET and .NET Core
How to Create Calculated Column in SharePoint Online
3/22/2024 5:40:34 AM.
SharePoint Online offers robust tools for collaboration and data organization. Learn how to update calculated column formulas to adapt to evolving business needs seamlessly. Follow a step-by-step guid
Namespace for Authentication Routes in MVC and Its Importance
3/19/2024 1:18:38 PM.
The System.Web.Mvc namespace in ASP.NET MVC is crucial for authentication routes, aiding in code organization, readability, and integration with framework features for seamless authentication and auth
Managing Storage Spaces with File Server Resource Manager (FSRM)
3/13/2024 11:28:50 AM.
FSRM has key features to provide control over your storage space. I cover topics such as Quota Management and File Screening Management in this article.
Understanding Implicit Usings in C#
3/13/2024 4:29:15 AM.
In C# 10, a new feature called "Implicit Usings" has been introduced. This feature aims to simplify the process of including commonly used namespaces in C# code files.
A Simple Guide to Creating an Azure Databricks Workspace
3/12/2024 10:40:28 AM.
Learn how to set up your own Azure Databricks workspace with this easy step-by-step guide. Whether you're new to Databricks or looking to create a collaborative environment for big data analytics,
Programmatically Get Specific Fabric Workspace Items in Fabric Notebook
3/12/2024 5:02:59 AM.
In this video, I walked you through how to programmatically get all the items from a specific workspace using Fabric Notebook.
How to Manage Drive Space with Storage Sense in Windows 11?
2/16/2024 4:12:00 AM.
Storage Sense can automatically free up drive space for you by getting rid of items that you don't need, like temporary files and items in your Recycle Bin.
Enable Copilot Features in Customer Service Workspace
2/14/2024 7:20:36 AM.
Unlock enhanced productivity in customer service with Copilot features. Enable AI assistance and automation to streamline workflows, improve support efficiency, and enhance the customer experience wit
String.IsNullOrEmpty() vs String.IsNullOrWhiteSpace()
2/13/2024 10:56:35 AM.
Learn when to use String.IsNullOrEmpty() and String.IsNullOrWhiteSpace() in C#. Understand their differences for effective null and whitespace checks, enhancing data validation and code reliability.
In Depth GitHub Copilot and Copilot Chat - Ep.2
2/9/2024 5:55:25 AM.
The session will teach you about GitHub Copilot, Copilot Chat, and GitHub Codespaces.
Agent scripts in Customer Service Workspace - Dynamics 365
2/5/2024 7:04:35 AM.
Learn how to optimize agent workflows in Microsoft Dynamics 365 Customer Service with agent scripts. Define script steps, create macros, and associate them with session templates for improved efficien
Introduction to GitHub Copilot, Copilot Chat, and GitHub Codespaces - Ep.1
2/1/2024 6:55:09 PM.
The session will teach you about GitHub Copilot, Copilot Chat, and GitHub Codespaces.
Implement In-App Notifications with JavaScript in Dynamics 365
2/1/2024 5:18:49 AM.
Enable 'In-app notifications' for Dynamics 365, offering real-time updates on leads, opportunities, and cases. Easily register notifications through the front-end, back-end, or REST API, enhan
In-App Notifications within Dynamics 365 Customer Service Workspace
1/31/2024 4:09:12 AM.
Enable the In-app notification feature in the model-driven app by following simple steps on Power Apps. Implement a plugin in Visual Studio to receive notifications when a new case is created.
Import Power BI Visual from AppSource to Your Workspace
1/24/2024 7:02:24 AM.
Power BI comes with many out-of-the-box visuals that are available in the Visualizations pane. Discover how to enhance your Power BI reports with certified visuals from AppSource. Learn the step-by-st
Create a Workspace in Fabric
1/15/2024 5:12:14 AM.
This article explains how to create workspaces in Microsoft Fabric. In workspaces, you create collections of items such as lakehouses, warehouses, and reports.
In-App Notification in Dynamics 365 Customer Service Workspace
1/10/2024 8:56:02 AM.
This article guides you through implementing notification messages in the customer service workspace for new or updated cases in a model-driven app using in-app notification features and plugin code.
Split Camel Case to Space using Angular Pipe
12/27/2023 11:38:30 AM.
Master the creation of an Angular pipe to effortlessly split camelcase text with spaces. Follow the prerequisites, and steps, and enhance your Angular app for improved readability.
JavaScript Replace Spaces
12/27/2023 7:57:40 AM.
Learn how to use the JavaScript replace() method to remove spaces from a string and replace them with another character. The JavaScript replace() method is mostly used to replace the spaces in this ar
Grant Workspace Permission to Users to Access & Write DQL Command In Fabric Warehouse
12/19/2023 9:29:37 AM.
In this video, I demonstrated how to grant workspace permission to users to access and write DQL command in Fabric Warehouse
Get The Total Free Space Available On A Drive
12/6/2023 9:31:35 AM.
In this article, I am showing how we can get the total free space on a Drive.
How to Backup Google Classroom Data - Verified Steps
11/23/2023 4:33:57 AM.
Trying to backup Google Classroom data? Read this blog and get an sure-shot solution to backup Google Classroom data instantly.
Built-in Roles in Azure Synapse Analytics Workspace
10/29/2023 6:35:59 AM.
Azure Synapse Analytics provides a range of built-in roles to manage access to Synapse resources, allowing administrators to control user and application actions within a workspace.
Extension Methods In C#
10/23/2023 7:27:51 AM.
This article explains Extension methods. Extension methods are static methods, that are always implemented in a static class. In C# we already have some built-in extension methods like Union, Where an
Get IP Address Using C#
10/20/2023 8:23:38 AM.
In this article, we find the IP Address of the local device.
How to grant workspace permission to user to access and write DQL command in Fabric Data Warehouse
10/17/2023 6:51:26 AM.
This video demonstrate how to grant workspace permission to user to access and write DQL command in Fabric Data Warehouse.
College Predictor Using Machine Learning
10/5/2023 8:20:55 AM.
Making a college predictor that uses Machine Learning to predict the closing rank of various engineering disciplines at the concerned colleges
Dictionary Overview In C#
9/22/2023 8:33:21 AM.
This article is an overview of Dictionary in C#. Dictionary is a generic class that belongs to the System.Collection namespace in . NET. A dictionary can store Keys and Values of any data type in .NET
Introductions To C#
9/21/2023 7:00:18 AM.
C# is a new programming language developed by Microsoft. C# has power of C++ since it's derived from C and C++. It is simpler as VB.
DateTime In C#
9/12/2023 10:54:06 AM.
In C#, DateTime is a fundamental data type that represents dates and times. It is part of the System namespace and provides a rich set of methods and properties for working with dates and times. Here
Introduction to System.Management Namespace
9/1/2023 4:53:08 AM.
The article provides an insight on the use of System.Management namespace and the advantages of WMI.
File-Scoped Namespace Declaration in C#
7/28/2023 5:04:58 AM.
File-Scoped Namespace Declaration in C# 10
Restricting a C# Application to a Single Instance
7/17/2023 10:15:21 AM.
This post will show how you can implement that in your windows application using C#.
Getting Started With Hugging Face
7/16/2023 5:05:15 PM.
This article is about the concept of Hugging Face, its models, datasets, and spaces that are provided by Hugging Face and also learn about pre-trained model
Web Parts in SharePoint Online
7/3/2023 5:02:30 AM.
This article introduces and explores few such important web parts, including Divider, Spacer, and Recent Documents. Gaining an understanding of these web parts will empower user to create dynamic and
Numpy for Data Science
6/8/2023 7:06:26 AM.
Google Workspace (2) --- vs. Microsoft Office
6/6/2023 8:49:32 AM.
This artice introduces Google Space vs. Microsoft Office
OOPS Concepts And .NET - Part One - Classes, Objects, And Structures
6/6/2023 6:50:13 AM.
The following article kicks off a three-part article series that will present definitions and samples for different Object-Oriented Programming concepts and its implementation in .NET.
Google Workspace (1) --- Introduction
5/31/2023 9:14:28 AM.
This article introduces Google Workspace.
HttpContextAccessor in Asp.NET Core Web API
5/27/2023 3:58:23 PM.
In ASP.NET Core Web API, the HttpContextAccessor class is a component that provides access to the current HTTP request and response context. It allows you to access various aspects of the HTTP request
Take Your Development Environment Anywhere With GitHub Codespaces
3/16/2023 10:34:50 AM.
Get ready to take your development game to the next level with GitHub Codespaces! In this informative and exciting article, you'll learn how to set up your own cloud-based development environment.
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
Monitor On-Premises Servers And Azure VMs By Using Microsoft Sentinel
2/22/2023 10:35:59 AM.
In this article, you will learn how to monitor your on-premises servers and azure VMs by using Microsoft sentinel. Sentinel was used to be called Azure Sentinel, and they recently renamed to Microsoft
Namespaces and Health Checks - Kubernetes Fundamentals Ep. 7
2/7/2023 3:00:57 PM.
In this episode, you will learn about Namespaces and Health Checks in Kubernetes.
Marketing in the NFT Space by Jagriti Gupta
1/30/2023 3:11:49 PM.
In this session, you will learn about marketing in the NFT Space.
Dynamically Getting Database Collection From SQL Server Using C#
1/24/2023 5:39:19 AM.
In this article we are going to see how to get a database List dynamically using C#.
Sending Email with C# using SMTP Servers
11/30/2022 9:30:37 AM.
This article will explain how we can send emails using SMTP servers.
Important Interface in .NET: Work With IEnumerable Interface
11/17/2022 9:41:30 AM.
The purpose of the article is to explain the most important interface, IEnumerable, of the .NET class library and implement it in a pratical example.
Working with Namespaces in C#
8/24/2022 6:37:05 AM.
In C#, namespaces are used to logically arrange classes, structs, interfaces, enums and delegates. The namespaces in C# can be nested. That means one namespace can contain other namespaces also.
Checking For Empty or Null String in C#
8/23/2022 10:20:39 AM.
In this article, we will look at how to simplify checking for NULL and empty strings using C#.
About VMware Horizone, Virtual Desktops And Apps Enable
7/19/2022 8:54:37 PM.
In this article, you will learn about Virtual Desktops and Apps Enable Anywhere, Anytime Access.
Azure Machine Learning - Create Workspace For Machine Learning
3/10/2022 2:04:16 PM.
In this article, we'll learn to create workspace in Azure.
Tutorial: Creating C# Class Library (DLL) Using Visual Studio .NET
2/24/2022 10:09:25 AM.
This step-by-step tutorial shows you how to create a class library (DLL) in Visual Studio .NET.
Azure Synapse Analytics - Create A Synapse Workspace
2/10/2022 4:57:03 AM.
In this article, we'll learn to create Synapse Workspace in Azure.
How To Insert Spaces In HTML
1/13/2022 4:11:09 PM.
In this article, you will learn how to insert spaces in HTML.
How To Restrict Space At First Position In Textbox In Angular Application
12/13/2021 3:06:42 PM.
In this article, you will learn how to restrict space at first position in textbox in angular application.
Azure ML Workspace: Harmony of No-code and Developer Experience - AI42 - S02 Ep. 06
12/11/2021 3:40:26 PM.
In this session, the audience will learn how to use Azure Machine learning with a no-code environment using Auto ML or drag and drop environment to create a customized machine learning solution.
Creating Apache Synapse Analytics Workspace
11/2/2021 3:27:04 PM.
In this article, you will learn how to create Apache Synapse Analytics Workspace.
Azure Machine Learning - Create ML Workspace And Compute Cluster
10/25/2021 2:47:17 PM.
In this article, we learn about Azure Machine Learning and then dive into the hands-on tutorial to setup the machine learning workspace and compute resources for machine learning project.
Docker & Containers - Kernel Internals (namespaces, cgroups, ufs, capabilities)
9/4/2021 5:35:10 AM.
Work With Color Spaces In C#
8/24/2021 12:18:43 PM.
In this article, you will learn about color spaces in c#.
Learn To Create The Compute Resources In The Azure Machine Learning Workspace
7/19/2021 6:00:31 AM.
In this article, you will learn how to create the compute resources in the Azure Machine Learning workspace.
How To Easily Create An Azure Machine Learning Workspace
6/9/2021 1:15:30 PM.
In this article, you will learn how to Easily create an Azure Machine Learning workspace.
International Space Station Realtime Location
5/28/2021 6:10:07 PM.
This article talk about some libraries in Python, learn about API and then write a program to fetch data from API to make a fun interactive map plot.
SharePoint Spaces - Using Virtual Tour Webpart
5/24/2021 12:40:25 PM.
In this blog, we will look at how to make your Space more visually interactive by using 360-degree Virtual Tour webpart
URL Routing in MVC4
5/5/2021 9:22:12 AM.
We’ll try to demonstrate how the routing works in a MVC4 application. For this we’ll take an example.
Create an Application Using Any Database Without Changing a Single Line of Code
3/24/2021 12:22:32 PM.
This article shows how to create an application that uses any database, including Access or SQL Server.
MatchEvaluator Delegate of a Regular Expression Replace Method in ASP.Net
3/17/2021 10:38:13 AM.
This article explains the MatchEvaluator Delegate of a custom verification for each match found by a Regular Expression Replace method.
Creating A Cloud Desktop Using Amazon Workspace And Connect With Computer And Smartphone📱
2/15/2021 3:07:58 PM.
In this article i am explained about how to create cloud desktop computer using Amazon Workspace and connect with desktop and smartphone. This Amazon workspace allows you to create a desktops for you
🖥️ Introduction To Amazon Workspaces
2/5/2021 3:11:46 PM.
In this article, I explain AWS workspace cloud desktop computers.
Send Emails With Attachment in ASP.NET
2/3/2021 9:58:09 AM.
In this article, you will see how to send an email with an attachment using C# in ASP.NET.
Sending an E-Mail With Attachment Using ASP.Net MVC
1/28/2021 11:42:29 AM.
Sending email is a very common task in any web application for many purposes. In daily development we need to add some mail functionality to our project to send email to the customer or another in our
Error Occurred In Deployment Step 'Recycle IIS Application Pool' - Invalid Namespace SharePoint
1/18/2021 2:03:47 PM.
In this article, you will learn about Error occurred in deployment step 'Recycle IIS Application Pool': Invalid namespace SharePoint.
ADO.NET: What's changed in .NET Beta 2?
11/2/2020 9:11:16 AM.
ADO.NET API is one of the changed APIs. In this article, I've covered some of ADO.NET changes in Beta 2.
Create a Slider Show Screen Space On Button Click Using C# Script In Untiy
11/2/2020 7:31:58 AM.
In this article, you will learn how to create the slider show screen space on button click using c# script in untiy.
Compute Feature of DataTable
11/1/2020 11:45:56 PM.
The following code is for implementing least known feature of DataTable Compute() method.
ADO .NET Class Hierarchy
10/30/2020 2:27:31 AM.
In this article I will explain about the ADO.NET class hierarchy provided by the .NET Runtime class library. These classes represent ADO.NET components.
Creating Your First ADO.NET Web Application
10/30/2020 2:12:41 AM.
In this article I will explain Creating Your First ADO.NET Web Application.