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 LED
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (7)
Sanjay Kumar (6)
Jitendra Mesavaniya (5)
Prashanth Chindam (5)
Vijai Anand Ramalingam (4)
George (3)
Ajay Kumar (3)
Prathap Reddy (2)
Jignesh Trivedi (2)
Lalit Bansal (2)
Jaimin Shethiya (2)
Alkesh Bijarniya (2)
Ibrahim Ersoy (2)
Arun Ramaswamy (2)
Alagunila Meganathan (2)
Vijay Prativadi (2)
Sarthak Varshney (2)
Željko Perić (1)
Naveen Kumar (1)
Abhishek Dhoriya (1)
Davinder Singh (1)
Satya Karki (1)
Aman Gupta (1)
Sardar Mudassar Ali Khan (1)
Vishal Joshi (1)
Mohamed El-Qassas (Mvp) (1)
Mohamed Azarudeen Z (1)
Ziggy Rafiq (1)
Jake Creasy (1)
Chetan Sanghani (1)
Sifad Hussain (1)
Jayeshkumar Mevada (1)
Vithal Wadje (1)
John Godel (1)
Sachin Kalia (1)
Frank Gutierrez (1)
Ashutosh Singh (1)
Rajashekar Syereddy (1)
Salman Beg (1)
Prabakaran M (1)
Chaman Gautam (1)
Prasad Pathak (1)
Arun Choudhary (1)
Alpesh Maniya (1)
Najath Risni (1)
Chunshen Li (1)
Rinki (1)
Suthish Nair (1)
Abhijeet Jadhav (1)
Mariusz Postol (1)
Ankit Rai (1)
Allen Oneill (1)
Mayooran Navamany (1)
Arjit Soni (1)
Subarta Ray (1)
Priyanshu Agnihotri (1)
Muhammad Irfan (1)
Sunny Sharma (1)
Jefferson S. Motta (1)
Keyur (1)
Ijas Ahamed (1)
Ehsan Sajjad (1)
Mageshwaran R (1)
Sai Kumar Koona (1)
Related resources for LED
No resource found
Fix: GitHub Access Error - Failed to Connect to github.com port 443, Time Out
11/1/2024 9:39:04 PM.
This article discusses a bug in access to GitHub.
Array to Text File: Detailed Overview of ArrayIOExtensionsLib Class
10/22/2024 10:04:42 AM.
This article provides a comprehensive overview of the ArrayIOExtensionsLib class, detailing its functionality for converting arrays to text files in C#. We explore its key features, methods, and pract
A Detailed Explanation of COUNT in SQL Server
10/1/2024 5:10:59 AM.
This article explores the differences between SQL counting methods: COUNT(*), COUNT(1), COUNT(column_name), and COUNT(DISTINCT column_name). It highlights their purposes, performance considerations, a
Detailed use of Action Delegate in C#
9/11/2024 6:46:49 AM.
In C#, the Action delegate represents a method that does not return a value and can accept up to 16 parameters. It's useful for passing methods as arguments, callbacks, and event handling. It sup
New Features in Grid Dataverse Dynamics 365 for 2024 Revealed
8/23/2024 7:12:14 AM.
Explore the latest advancements in Grid Dataverse for Dynamics 365 with our 2024 update. This release unveils dynamic enhancements designed to boost data management and user experience.
Azure Synapse vs Microsoft Fabric Detailed Comparision
8/21/2024 4:57:51 AM.
This article provides an in-depth comparison between Azure Synapse and Microsoft Fabric, two powerful cloud-based data solutions, and explores their features, performance, and use cases, with a focus
Why Angular
8/16/2024 3:49:54 PM.
This article discusses the reason to choosing Angular as a development platform.
Detailed use of Tuples and Value Tuples in C#
8/16/2024 10:48:51 AM.
This guide explores the detailed use of Tuples and ValueTuples in C#. It covers their differences, how to create and manipulate them, and practical examples for implementing them in real-world applica
OpenFileDialog In WPF
8/7/2024 10:30:25 AM.
OpenFileDialog in WPF is a powerful tool for enabling file selection within your C# applications. It provides a user-friendly interface for navigating the file system, allowing users to select one or
Detailed explanation of SQL Server Triggers and its Advantages
8/6/2024 5:27:50 AM.
SQL Server triggers are automated stored procedures that execute in response to specific database events such as INSERT, UPDATE, or DELETE (DML) and CREATE, ALTER, or DROP (DDL). They enforce business
Investigating and Fixing Swagger Error- Failed to Load API Definition
7/29/2024 5:08:46 AM.
Swagger is a widely used and powerful API development toolset that offers a framework for designing, building, documenting, and consuming RESTful web services. This article explains what Swagger is an
Amazon Bedrock Knowledge Base Query in .NET Console App
7/25/2024 7:24:09 AM.
Learn to create a .NET console application using Visual Studio 2022 to query an Amazon Bedrock knowledge base. This guide demonstrates querying an Amazon S3 bucket for data, handling responses, and ma
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
Understanding Sealed Classes in C#
7/22/2024 8:27:05 AM.
Sealed classes in C# are a vital concept in object-oriented programming, preventing other classes from inheriting them. This ensures a secure and stable class hierarchy by stopping further extension.
Detailed Explanation of Builder Design Pattern in C#
7/22/2024 6:26:29 AM.
The Builder design pattern is a creational pattern used to construct complex objects step by step. It separates the object's construction from its representation, allowing for varied configuration
Detailed Explanation of Procedure and Function in SQL Server
7/22/2024 6:22:57 AM.
Stored procedures are precompiled sets of one or more SQL statements that can be executed together. Functions in SQL Server are essential database objects that contain a series of SQL statements and p
Optimizing LINQ Performance with Compiled Queries in .NET
7/22/2024 6:16:04 AM.
Compiled queries in LINQ (Language Integrated Query) are a powerful feature that can significantly improve the performance of your data access code, especially when dealing with repetitive queries.
Implementing Global Search with Detailed Views in ASP.NET Core MVC
7/10/2024 11:02:42 AM.
Learn how to implement a robust global search feature in ASP.NET Core MVC. This tutorial covers setting up models like Product and Category, configuring the database with Entity Framework, seeding in
Sealed Class VS Abstract Class with Real-time Cases
7/10/2024 12:33:19 AM.
This article explores the differences between sealed and abstract classes, providing real-time case studies to illustrate their use in software development. Learn how sealed classes restrict inheritan
Detailed explanation of Abstract Factory design pattern
7/8/2024 4:02:03 AM.
The Abstract Factory design pattern is a creational pattern that provides an interface for creating families of related or dependent objects without specifying their concrete classes.
SQL Server 2016 - How To Detect The Current Cumulative Update/Service Pack That Was Installed
7/4/2024 7:36:25 AM.
Learn how to detect the current Cumulative Update or Service Pack installed on SQL Server using various methods like ServerProperty in T-SQL, SQL Server Management Studio, Configuration Manager, and P
Client Script - OnCellEdit with Realtime Scenarios and Use Cases
7/2/2024 4:38:57 AM.
Explore the power of client-side scripting with a focus on OnCellEdit events, providing real-time scenarios and practical use cases. Delve into JavaScript's capabilities in frontend development, m
Styling in React with Styled Components and TypeScript
6/27/2024 4:54:20 AM.
Using Styled Components and TypeScript, Ziggy Rafiq illustrates how to enhance the styling of React applications. With Styled Components, you can write CSS in JavaScript, simplifying the management of
Azure Speech Analytics Unveiled Transform Speech Data to Insights
6/24/2024 6:26:24 AM.
Azure OpenAI Speech Service revolutionizes speech recognition with advanced AI models, ensuring accurate transcription even in noisy environments. Beyond transcription, it offers sentiment analysis to
Managing Concurrent Access with Semaphores in C# .NET
6/23/2024 9:42:19 PM.
Concurrency control is crucial in multithreaded programming to prevent resource contention. In C#, the Semaphore class manages access to shared resources, allowing a defined number of threads to proce
Synchronizing Threads with AutoResetEvent in C# .NET
6/23/2024 3:47:19 PM.
In multithreaded C# applications, synchronizing thread execution is crucial to avoid race conditions and ensure controlled access to shared resources. The AutoResetEvent class helps manage this by act
Blockchain Beyond Crypotcurrency: Applications in Business
6/21/2024 1:34:07 PM.
Blockchain, renowned for its role in cryptocurrencies like Bitcoin, extends beyond finance to revolutionize industries. It offers decentralized, secure, and transparent solutions for supply chain mana
Working With Timer-Triggered Azure Functions
6/14/2024 10:41:52 AM.
In this article, you will learn about Time-Triggered Azure functions, the basics of CRON expressions, and how to define CRON expressions for timer-triggered Azure Functions.
Revolutionize Your Business with Chatbot-Enabled Digital Transformation
6/13/2024 10:20:23 AM.
Organizations face numerous daily inquiries about digital transformation. Chatbots, like virtual assistants, manage repetitive queries, offering 24/7 support, and personalized customer experiences. Th
Microsoft Copilot Studio New Conversational AI Capabilities Unveiled
6/6/2024 5:23:02 AM.
Microsoft has unveiled a range of exciting new features for its conversational AI platform, Copilot Studio, at Microsoft Build 2024. These advancements empower users to create intelligent, independent
Elevating Code Quality: Best Practices for Effective Code Reviews
6/2/2024 11:54:01 AM.
Elevating Code Quality" presents essential strategies for effective code reviews, fostering collaboration, and enhancing software reliability. Explore best practices in peer feedback, automated t
Enabling SSH Extension Azure Arc-Enabled Servers
6/2/2024 11:44:26 AM.
Discover how to enhance server management with SSH extension on Azure Arc-enabled servers. Learn step-by-step procedures to enable SSH, enabling secure remote access and efficient infrastructure manag
Creating & Retrieving records from M.S.Access-2007 using Oledb in C#.net
5/31/2024 10:05:52 AM.
Discover how to interact with Microsoft Access 2007 using C# and OleDb. Create and retrieve records seamlessly, employing ADO.NET for efficient database connectivity and manipulation within your C# ap
Creating & Retrieving Records from Ms-Access 03 using Oledb in C#
5/31/2024 10:04:05 AM.
Learn how to efficiently create and retrieve records from an MS Access 2003 database using OLEDB in C#. This guide covers setting up the OLEDB connection, executing SQL commands, and handling data ope
Inserting & Retrieving records from MS Excel 2003 using OLEDB
5/30/2024 12:11:07 PM.
Develop a C#.Net Windows app to manage records in MS Excel. Use OleDb Connection for data access. Features include insertion, searching, updating records. Utilize DataGridView, TextBoxes, and Buttons
Inserting & Retrieving records from M.S.Excel-2007 using oledb in C#.net
5/30/2024 12:10:29 PM.
This guide covers how to insert and retrieve records from Microsoft Excel 2007 using OLEDB in C#.NET. It explains setting up OLEDB connections, executing SQL commands for data manipulation, and handli
Inserting images into MS Access file using OLEDB
5/30/2024 12:09:34 PM.
Learn how to insert images into an MS Access database using OLEDB. This guide covers the steps to store images as OLE objects in Access tables, ensuring proper data integration. Understand the necessa
Sealed Class in .NET C#: Syntax, Usage, and Example
5/30/2024 9:46:27 AM.
Users are prevented from inheriting a class by using sealed classes. The sealed keyword can be used to seal a class. The keyword informs the compiler that an extension of the class is not possible bec
Web Access Failed Error
5/29/2024 7:29:30 AM.
Encounter HTTP Error 404 when creating a web application in Visual Studio .NET on Windows Server 2003 with IIS 6.0 due to .tmp file blockage. Resolve by adding a .tmp MIME type in IIS: Control Panel &
Opening file from location: AppxManifest.xml failed with error: Access is denied.
5/28/2024 11:57:32 AM.
Encountering deployment errors in Universal Windows App on Visual Studio 2015 Update 3 due to access denied issues. This typically happens when Visual Studio lacks write permissions in the project fol
Create Your Own Basic Azure Chatbot (QnA) Without Any Code
5/28/2024 11:34:40 AM.
Learn how to create your own basic Azure chatbot using QnA Maker without writing any code. Utilize Azure Bot Service and QnA Maker to set up a knowledge base and deploy an AI-driven chatbot.
Disable Future and Past Date Of AJAX Calendar in ASP.Net C#
5/28/2024 11:21:18 AM.
In this article, Learn how to enforce date restrictions in your ASP.NET C# application using AJAX Calendar control. This tutorial guides you through disabling future and past dates, ensuring users can
Building a Blockchain in .NET
5/27/2024 5:49:07 AM.
Blockchain technology offers a decentralized, immutable ledger system beyond cryptocurrency. This guide demonstrates building a basic blockchain using .NET, covering key concepts, implementation steps
How to re-render the View When the Browser is Resized in ReactJS
5/24/2024 9:59:44 AM.
To re-render a ReactJS view upon browser resize, utilize the use effect hook to add a resize event listener. Upon resizing, update state variables triggering a re-render of the component, ensuring res
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.
Get All Installed Fonts in C#
5/16/2024 5:50:57 AM.
To retrieve all installed fonts in C#, you can use the InstalledFontCollection class from the System.Drawing.Text namespace. This class provides access to the fonts installed on the system. By creatin
Pre-Generated Views With a Code First Model Entity Framework 6.0
5/16/2024 5:39:46 AM.
Pre-generated views in Entity Framework 6.0 with a Code First model enhance performance by reducing the cost of view generation at runtime. By pre-compiling these views, you can significantly improve
Detailed Approach for Implementing AI Solutions
5/10/2024 8:13:11 AM.
Implementing AI solutions involves problem definition, data collection, EDA, feature engineering, model selection, training, tuning, evaluation, deployment, monitoring, and ethical considerations. Con
Azure Bicep Best Practices Unveiled
5/10/2024 7:56:18 AM.
This article is a comprehensive guide that takes you on a deep dive into the best practices for working with Azure Bicep. It explains the best practices in Azure Bicep, complete with code samples and
Managed Identities for Azure Resources
5/10/2024 4:15:52 AM.
Discover how Managed Identities simplify authentication in Azure by providing automatically managed identities for applications. Explore both System-assigned and User-assigned Managed Identities, thei
A Detailed Overview Of Blob Storage
5/9/2024 11:56:16 AM.
Discover the intricacies of Azure Blob Storage in this comprehensive overview. Learn about its features, including blob containers and scalability. Explore security measures, best practices, and perfo
A Detailed Overview Of Azure Storage Account Creation
5/9/2024 11:55:32 AM.
Learn how to create Azure Storage accounts step-by-step in this detailed overview. Explore Azure Portal management, storage services like Blob, File, Table, and Queue Storage. Understand security, sca
To Find Installed Version of .Net Framework Using CLR Version Tool
5/1/2024 11:14:47 AM.
Learn about Clrver.exe utility to identify .NET Framework versions. Use MSCorEE.dll presence in system directories. Visual Studio command prompt access. View installed .NET versions and CLR versions
Why Choose Hyperledger - The Enterprise Blockchain
4/29/2024 11:56:35 AM.
Discover why Hyperledger is the premier choice for enterprise blockchain solutions. Explore its robust security, scalability, and tailored business applications, making it the trusted platform for dec
How to Call a .NET Assembly From a SQL Server Scheduled Job
4/25/2024 8:29:38 AM.
Explore step-by-step guide showcasing integration of unmanaged calls via DTS ActiveX script to a .NET assembly within a SQL Server scheduled job. Understand assembly registration, system path configur
Learn about Extensions in C#
4/22/2024 8:30:46 AM.
Learn about extending class functionality in C# using extension methods without altering source code. Understand inheritance vs. extensions, handling sealed classes, method chaining, and key points li
Email Scheduling with Hangfire in .NET Core Minimal APIs
4/19/2024 11:52:33 AM.
In modern web applications, sending recurring emails is a common requirement for tasks such as notifications, reminders, or scheduled reports. Hangfire is a popular library in the .NET ecosystem that
Select Data Using Complied Query
4/18/2024 11:13:18 AM.
Learn how to optimize data retrieval in your application by utilizing compiled queries. This technique, often employed in Entity Framework and LINQ, enhances performance by pre-compiling queries, resu
Configure Knowledge Management for Customer Service D365
4/18/2024 8:52:42 AM.
Configure knowledge management in D365 for efficient customer service. Establish a robust knowledge base, optimize search functionalities, manage content lifecycle, and ensure secure access. Implement
Wiki Page Application in SharePoint
4/18/2024 8:25:59 AM.
In this article, we will Explore the versatile Wiki Page Application in SharePoint 2010 for seamless collaboration, content management, and knowledge sharing.
Community Portal Site in SharePoint
4/18/2024 8:16:58 AM.
In this article, we will explore the robust capabilities of SharePoint 2013 as it powers your Community Portal Site, fostering collaboration, knowledge sharing, and social networking among your team.
How To Create A Scheduled Webjob For SharePoint 2013 Online Using Classic Azure Portal
4/17/2024 9:38:54 AM.
Learn to set up scheduled WebJobs for SharePoint 2013 Online using the Azure Classic Portal. Utilize Azure WebJobs SDK, .NET, and TimerTrigger for automated tasks. Deploy via Visual Studio, manage wit
How to Create Azure WebJob For SharePoint Online
4/16/2024 11:00:42 AM.
In this article, you will learn how to automate tasks in SharePoint 2013 Online using Azure WebJobs. Integrate Azure cloud computing for scheduled tasks and streamline processes with SharePoint develo
WebJob And Its Types In Azure
4/15/2024 11:23:10 AM.
Azure web jobs are a vital component of background processing tasks within the Azure ecosystem. This article delves into the intricacies of web jobs, highlighting their significance and the various ty
FolderBrowserDialog In C#
4/15/2024 11:19:37 AM.
FolderBrowserDialog in C# is a convenient tool for enabling users to browse and select folders within a C# application's graphical user interface. It's part of the .NET framework, specifically
CastleDoodle Game In HTML 5 Platform using GDevelop
4/15/2024 11:04:34 AM.
In this article, you will learn about Embark on an adventure with CastleDoodle, a captivating game crafted in HTML5 using the GDevelop platform. Dive into the realm of imaginative gameplay, where crea
How to Solve the Angular NPM Error - Error Package Install Failed
4/15/2024 10:44:56 AM.
Learn to troubleshoot Angular NPM errors, specifically tackling the common issue of "Package Install Failed." Gain insights into debugging techniques, package management strategies, and comm
Fix Visual Studio Load Test Error: Request Failed - SSL/TLS Issue
4/12/2024 6:21:12 AM.
In this article you will learn about the Visual Studio load test error - request failed - the request was aborted - could not create ssl/tls secure channel.
Create Scheduled Task in Windows 8
4/11/2024 6:25:25 AM.
Learn how to efficiently manage tasks in Windows 8 by creating scheduled tasks using the built-in Task Scheduler. Automate repetitive tasks, set specific times for actions, and streamline your workflo
Difference Between Sealed Class & Abstract Class in C#
3/28/2024 10:16:55 AM.
In object-oriented programming (OOP) with C#, classes serve as the foundation for building robust and scalable applications. Two important concepts in class design are sealed classes and abstract clas
What is a Sealed Classes in C#?
3/28/2024 6:49:58 AM.
In C#, the concept of inheritance plays a vital role in object-oriented programming (OOP). Developers often design class hierarchies to create a relationship between different types of objects. Howeve
Leveraging Compiled Queries for Enhanced Performance in LINQ
3/9/2024 9:17:22 AM.
Compiled queries in LINQ allow developers to pre-compile LINQ queries into executable delegates, reducing the overhead of query compilation and optimization. By caching the compiled query execution pl
How to Add Customize Download Timer Button in Blogger
3/7/2024 8:35:12 AM.
This article provides a guide on adding a customized download timer button on Blogger, offering increased convenience and control to users. It discusses the benefits of such a button, including schedu
Build A PoC Blockchain Application Using Hyperledger Fabric
3/6/2024 10:25:30 AM.
In this article, we will explore building a Proof of Concept (PoC) blockchain application with Hyperledger Fabric. Learn to develop decentralized solutions, utilize smart contracts, and deploy prototy
[Solved]: Permission to send an SMS has not been enabled for the region indicated by the 'To' number in Twilio
2/28/2024 9:44:30 AM.
In this article, we will see how to resolve the Twilio error: Permission to send an SMS has not been enabled for the region indicated by the 'To' number in C#
Windows Defender - Virus and Spyware Definitions Update Failed
2/26/2024 9:33:23 AM.
Encounter a problem in Windows 8 where Windows Defender fails to update virus and spyware definitions. Troubleshoot by checking internet connection, updating settings, and ensuring compatibility. Reso
What are Uncontrolled Components in React?
2/21/2024 9:49:33 AM.
Uncontrolled components in React delegate form data management to the DOM, allowing the DOM to handle the state of form elements, often resulting in simpler implementations and potential performance b
A guide to display ServiceNow Knowledge articles in Copilot for Microsoft 365
2/20/2024 9:21:28 AM.
Copilot Extensibility: Step by Step guide to display ServiceNow Knowledge articles in Copilot for Microsoft 365
Learn about Sealed Classes in C#
2/14/2024 6:09:40 AM.
In C# programming, sealed classes offer control over inheritance but can be restrictive. This article delves into unlocking their potential using extension methods and the decorator pattern. These tec
Cybersecurity of External Streaming Data - Confidentiality
2/14/2024 4:02:06 AM.
This comprehensive article delves into cybersecurity considerations for external data, focusing on streaming bitstreams. It covers encryption fundamentals, emphasizing symmetric cryptography and pract
What is Components in React
2/5/2024 10:21:00 AM.
Explore React.js components, the core building blocks of React applications. Learn about six types of components: Functional, Class, Pure, High Order, Controlled and Uncontrolled.
Microsoft AI School - Mining For Knowledge
1/2/2024 5:32:38 AM.
An Introduction to Azure Cognitive Search with MS AI School.
Building a Swagger-Enabled Node.js API with Express
12/29/2023 9:57:20 AM.
Embark on a journey of creating a Swagger-enabled Node.js API with Express. This detailed guide covers key Swagger components, step-by-step integration, route definition, and testing via Swagger UI.
Power Automate: New Expedient Experiences Revealed
12/8/2023 6:45:34 AM.
Explore the latest advancements in Microsoft's Copilot within Power Automate at Microsoft Ignite 2023. Uncover enhanced features for cloud flows, desktop flows, and automation activity analysis. L
Announcing the General Availability of .NET Chiseled Containers
12/4/2023 5:56:22 AM.
Explore the revolutionary .NET Chiseled Containers for cloud app deployment, offering size, security, and operational efficiency benefits.
Vue.js Unveiled: An Easy Breakdown
11/30/2023 10:59:45 AM.
In this article, we will explore the fundamental components of Vue.js code structure, providing detailed explanations and accompanying code snippets for each component.
Top AI Experiments That Failed
11/24/2023 4:31:49 AM.
In the quiet space of tech mishaps, there's a story about an AI experiment that stumbled in the shadows, leaving behind echoes of errors and unfinished dreams.
Upload/Display Image In Picture Box Using C#
11/22/2023 10:41:49 AM.
In this article, we learn how to browse, view and display an image path in a picture box tool using C# Windows Forms application. OpenFileDialog, PictureBox.
Working with OleDb Data Adapters
11/20/2023 2:55:24 PM.
This step by step article guides you to create your database applications using OleDb Data Adapters in VS.NET.
How To Convert Visual FoxPro DBF File To Excel In C#
11/20/2023 10:34:58 AM.
In this article you will learn how to convert Visual FoxPro DBF file to Excel in C#.
SaveFileDialog In C#
11/18/2023 10:14:13 AM.
Windows SaveFileDialog allows users to save a file. C# SaveFileDialog class represents a Save FileDialog control. In this code sample, you will learn how to use a SaveFileDialog in C# and Windows Form
Java 21: New Features and Examples
11/2/2023 10:48:59 AM.
Java 21 is a major release that includes a number of new features and improvements that make Java more concise, expressive, safe, and performant. Some of the most significant new features include reco
Fixing Unhandled Exception on the Current Circuit in Blazor
10/20/2023 8:28:49 AM.
Learn how lookout for a solution for the error unhandled exception on the current circuit
TripleDES Encryption and Decryption in C#
10/16/2023 5:35:37 AM.
Encryption is the process of rendering data unreadable to safeguard it from unauthorized access. It's widely applied in banking, e-commerce, communication, and security. TripleDES (Triple Data Enc
Solution: Login failed for user 'sa'. Microsoft SQL Server, Error 18456
10/11/2023 9:38:58 AM.
Login failed for user 'sa'. (Microsoft SQL Server, Error 18456)" is the most common error in SQL server login. There are multiple reasons for this error. One potential reason is you are t
Static And Sealed Class In C#
9/25/2023 4:03:25 AM.
In this article you will learn about static and sealed lass in C#.
Sealed Class Explained In C#
9/22/2023 6:10:12 AM.
In this article, I will explain how to create and use a sealed class in C# with some examples. I have written this article focusing on students and beginners.
12 times Failed Attempts will Erase your iPhone Data
9/22/2023 3:58:28 AM.
This article will discuss How Many Failed Password Attempts to Erase iPhone Data?
OpenFileDialog In C#
9/21/2023 9:46:22 AM.
C# OpenFileDialog control is used to browse and select a file on a computer. In this article, you'll learn how to use the OpenFileDialog in C#.
Solution For Parsing An Excel File In C# And The Cells Seem A To Get Cut Off At 255 Characters
9/20/2023 7:13:29 AM.
In this article you will learn the solution for, when parsing an Excel file in C#, the cells seem to be truncated at 255 characters.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download