Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand(4)
Douglas Miller(2)
Arpit Jain(2)
Shubham Srivastava(2)
jhblankenship (2)
Ayush Gupta(1)
Vijay Kumari(1)
Jay Krishna Reddy (1)
Shikha Tiwari(1)
Ziggy Rafiq(1)
Ajay Kumar(1)
Shubhankar Banerjee(1)
Sanjay Kumar(1)
Shiv Gupta(1)
Vishal Babuks(1)
Shivam Payasi(1)
Jay Pankhaniya(1)
Ganesan C(1)
Nagaraj M(1)
Periyasamy Vellingirisamy(1)
Tushar Beniwal(1)
Ashish Bhatnagar(1)
Mehreen Tahir(1)
Rajneesh Chaubey(1)
Asma Khalid(1)
Pankaj Kumar Choudhary(1)
Atul Kumar(1)
Sateesh Arveti(1)
Sibeesh Venu(1)
Emiliano Musso(1)
Debasis Saha(1)
Ajay Yadav(1)
Vithal Wadje(1)
Sourav Kayal(1)
Prerana Tiwari(1)
Sri Kanth(1)
Anubhav Chaudhary(1)
Sourabh Somani(1)
Nipun Tomar(1)
Debadatta Mishra(1)
Vinod Kumar(1)
Gaurav Gupta(1)
Rohatash Kumar(1)
Vulpes (1)
Mahadesh Mahalingappa(1)
Jaganathan Bantheswaran(1)
Abhimanyu K Vatsa(1)
Hari Krishna(1)
Shyju (1)
Venkatesan Jayakantham(1)
Dinesh Beniwal(1)
C# Curator(1)
Praveen Kumar(1)
Diptimaya Patra(1)
Bechir Bejaoui(1)
Hamid (1)
kas_atd1 (1)
krishnan.rama (1)
paul 0(1)
Sushila Patel(1)
Mike Gold(1)
Tony Tromp(1)
Mark Johnson(1)
Avgust Ishechenkp(1)
Andrew McCarter(1)
Chandra Hundigam(1)
Pramod Singh(1)
Resources
No resource found
Working with gRPC API in .NET 8
Jan 21, 2025.
We create a simple gRPC service using .NET C# to perform CRUD operations on a book management system. Learn how to define a .proto file, implement server-side logic, and test with tools like Postman for efficient communication.
Take Input in Java using Scanner Class with Code
Dec 06, 2024.
Learn how to capture user input in Java using the Scanner class. This guide covers importing, creating Scanner objects, reading inputs (strings, integers, doubles), and handling exceptions with examples.
Learn Protocol Buffers in gRPC
Oct 30, 2024.
This content explores how Protobuf enables efficient data serialization, improves API performance, and provides structured messaging, making it ideal for scalable microservices.
The implementation of Double Linked List with C Programming
Sep 26, 2024.
A doubly linked list is a dynamic data structure in C that allows bidirectional traversal of elements using pointers. This implementation covers node creation, insertion, deletion, and traversal operations.
Getting started with gRPC in .NET 8 using C# 12
Jul 11, 2024.
Using C# 12 and gRPC in .NET 8, Ziggy Rafiq guides you through setting up your environment, defining services, and developing client and server applications with gRPC.
Memory Management in SQL Server
Jun 21, 2024.
Memory management in SQL Server is crucial for optimizing database performance. This involves configuring memory allocation, managing the buffer pool, and tuning queries to ensure efficient use of resources.
The Role of Nonces in Ethereum and EVM Transactions
Jun 19, 2024.
Explore the role of nonces in EVM-based blockchains like Ethereum. Learn how nonces ensure transaction security, prevent double-spending, and maintain blockchain integrity.
Service Communication: Integration of gRPC using Protocol Buffers
Apr 08, 2024.
Streamlined Service Communication: Integration of gRPC using Protocol Buffers optimizes inter-service communication. Leveraging gRPC's RPC framework and Protocol Buffers' efficient serialization, it ensures fast, reliable data exchange across distributed systems.
How Do I Implement a 'Mouse Double Click' for a ListBox
Feb 26, 2024.
Implementing a "mouse double click" event for a ListBox typically involves subscribing to the ListBox's MouseDoubleClick event and specifying the action you want to perform when the event occurs.
Handle Dropdown Mouse Actions and Windows Using Selenium C#
Dec 26, 2023.
This article will be helpful in understanding how to handle dropdowns and windows, plus different mouse action methods. In Html, the select tag is used to create the dropdown
ArrayBuffer vs Typed Array in JavaScript
Jul 17, 2023.
In this article, I'm going to explain the key differences between Typed Arrays and ArrayBuffer.
Clean JSON String To Resolve HTML Content And Double Quotes Issue
Feb 28, 2022.
This article contains the solution to resolve the issue of the html content inside the JSON string response and double quotes issue and get the clean JSON object.
How To Implement Caching In The .NET Core Web API Application
Feb 10, 2022.
In this article, we are going to explore about what is cache and how to implement caching in .NET Core web API application.
Using Redis Server In Python
Nov 04, 2021.
In this article, we will see how we can use the redis server using python
Generic Implementation For Serializer/Deserializer Using Google Protocol Buffer
Sep 24, 2021.
Serialize or deserialize the input using google protocol buffer library in generic implementation.
Introduction To gRPC And its Implementation In .NET Core 3.1
Dec 14, 2020.
Learn the fundamentals of gRPC and its integration with .NET Core 3.1 in this introductory guide. Discover how gRPC facilitates efficient, cross-platform communication using protocol buffers. Explore service-oriented architecture, remote procedure calls, and asynchronous messaging for building robust distributed systems.
Event Based Programming Model With JSF Tag Library
Aug 13, 2020.
JSF provides an event-based programming model similar to Swing or AWT. Events are used as a mechanism for propagating the state change notification between the source object and one or more target object listeners.
Protocol Buffer - A Walk Through For Beginners
Sep 19, 2018.
This article would introduce you the third option when it comes to data serialization. Let's move beyond XML and JSON for better. Protocol Buffer is a language-agnostic binary data format developed by Google to serialize the structured data between different services.
Tricks And Shortcuts To Use Visual Studio Like A Pro and Double Your Code Speed
Mar 07, 2018.
In this article I’m going to show you lots of tricks and shortcut keys in Visual Studio so you can write code faster.
Game Development - 2D Games Perspectives And Z Order
Nov 23, 2016.
This article will focus on 2D games Perspectives & Z Order.
Node.js: Buffer - Day Six
Aug 28, 2016.
In this article, you will learn about buffer in Node.js.
Introduction To Linked Lists And How It Is Different From Arrays
Jun 08, 2016.
In this article you will learn about linked list and how we use it in comparison with arrays.
An Overview Of IIS 7.5 Feature - Failed Request Event Buffering
Mar 15, 2016.
In this article, we will look into one of the features of IIS 7.5 that helps in tracing failed web requests, which is known as FREB [Failed Request Event Buffering] or Failed Request Tracing.
C# Code For Making A Double Entry General Ledger Posting - Method 2
Dec 03, 2015.
In this article you will learn how to perform a double entry posting to Chart Of Accounts.
CSharp Code For Making a Double Entry General Ledger Posting (Method 1)
Oct 15, 2015.
In this article we will learn about a C# Code for making a Double Entry General Ledger Posting (Method 1).
Custom Events In Highcharts
Oct 08, 2015.
In this post we will discuss how we can handle custom events in HighChart.
Make Divs Editable For User With jQuery
Jul 11, 2015.
This article outlines a simple method to make a generic DOM element editable, enabling users to modify its internal HTML. By using jQuery, the tutorial demonstrates how to convert a div into a textarea upon double-clicking, allowing for real-time editing.
New Features Introduced in SQL Server 2014
Nov 14, 2014.
Microsoft has introduced some significant enhancements for SQL Server 2014, especially with In-Memory OLTP. Here are 10 new features in SQL Server 2014.
Protection Against Buffer Overflow Attack in .NET
Oct 22, 2014.
This article explained how buffer overflows occur and how to prevent it.
Web Service Method Attribute Properties
Oct 18, 2014.
Web Service Method Attribute Properties define behavior and metadata for methods in web services. They encompass features like message formatting, parameter handling, and service invocation specifications, crucial for interoperability and service functionality within distributed systems.
Understand Stub, Mock and Fake in Unit Testing
Jun 26, 2014.
In this article we will understand the three very important concepts called Stub, Mock and Fake in terms of unit testing and will see how they are used depending on scenario.
Auto Complete Box Control With Double Line Items
Jun 02, 2014.
This article covers the advanced version of auto complete box that provides features such as double-line items, item templates and binding.
Buffer Load Statement in QlikView
May 21, 2014.
This article describes how buffer load executes QVD files in QlikView applications.
C# Array
Mar 08, 2014.
C# Array is a collection of objects. Learn how to use an Array in C# with code examples.
Truthy Vs Falsy Values in JavaScript
Jan 08, 2014.
Have a look at this article to understand truthy, falsy, double equal and triple equal in JavaScript
ng-dblclick Directive of AngularJS
Jan 07, 2014.
This article explains the ng-dblclick directive of AngularJS.
Double Click Event in AngularJS
Dec 31, 2013.
This article describes Double Click Event of AngularJS and the ng-dblclick directive of AngularJS.
Architecture of Oracle 11g: Part 1
Oct 11, 2013.
Today, we will explain the Oracle 11g architecture. It is basically divided into the three major parts, Memory Structure, Logical Database Structure and Physical Structure
An Introduction to Phonetic Search in Java
Oct 07, 2013.
This article introduces phonetic search algorithms and their usage in Java based applications without reinventing the wheel.
Is Float and Is Double Function in PHP
Mar 29, 2013.
In this article I explain the PHP functions Is_float and Is_double.
Rendering Image Using Pixel Buffer in Windows Store Apps
Nov 22, 2012.
In this article I will how you how to load an image using Pixel Buffer or PBuffer by using WritableBitmap in Windows Store Apps using XAML.
Banner in Windows Store App
May 27, 2012.
Today we will discuss animated banners in Windows Store Applications. To create animation in an application we will use a Double Animation control.
Print a String in Single and Double Quotes in C#
Mar 13, 2012.
Today, I have provided an article showing you how to print a string in single and double quotes in C#.
Simple Animation in Windows Phone 7
Mar 06, 2012.
In this article we will create a simple animation in a Windows Phone 7 application. In this animation we will click on a door, then the door will be open and show a dream home.
WPF DoubleUpDown Control
Dec 25, 2011.
A DoubleUpDown control allows us to display, increment or decrement double values including a number, currency, floating point, and even a percentage.
Implementing a Double-Ended Queue (or Deque) in C#
Nov 28, 2011.
In this article I will be demonstrating an implementation of a Double-Ended Queue (or Deque) in C#.
Silverlight Animations
Sep 26, 2011.
In this article we are going to see how we can create animations in Silverlight .
How to Handle Double-Click in Silverlight 5
May 25, 2011.
In this article we will discuss how to handle a double-click in Silverlight 5. Handling double-click is a new feature in Silverlight 5.
Simple Animation (TargetProperty to Angle) in XAML Silverlight: Part 1
Apr 18, 2011.
In this article, you will learn simple animation by using ‘DoubleAnimations’s ‘TargetProperty’ to Angle.
Single Click on GridView Row To Redirect and bind Row values in another Page
Jan 27, 2011.
The code in this article can be used to select a GridRow by single click or double click. When user clicks on the GridRow, it will pickup the ROW ID & redirect to another aspx page and bind the values.
Double Hope Issue in Sharepoint/Asp.net application with IIS
Jan 09, 2011.
There is a common issue called Double Hope issue in IIS that troubles most Sharepoint / Asp.net applications that consume the resource in other servers.
SQL Profiler InputBuffer Events in SQL Server
Sep 10, 2010.
In this article we will see how to find the last execution command of your user in SQL Server.
Double Buffering and Flicker-Free Drawing in GDI+
Jul 09, 2010.
In this article you will learn how to use Double Buffering and Flicker-Free Drawing in GDI+.
The Buffer Class in C#
Feb 17, 2010.
In this article I will explain you about the Buffer Class in C#.
How to Convert a Byte Array to Double in C#
Feb 10, 2010.
This code snippet is an example of how to convert a byte array to double. Code also shows conversion of double to a byte array using C#.
Convert Double to Byte Array in C#
Feb 08, 2010.
This code snippet shows how to convert double to a byte array.
System I/O and Streams in C#
Dec 07, 2009.
In this article I will explain you about System I/O and Streams in C#.
Double Animation In Silverlight 3
Jul 15, 2009.
Writting Animation In Code Behind for Double Animation In Silverlight 3
Your first animations using XAML and Silverlight- Double animation: Part II
Jul 30, 2008.
In the previous article Your first animations using xaml and silverlight - Color animation: Part I, we've exposed a technique of how to deal with color animation. In this article, I will do same thing but with a different animation. I mean the DoubleAnimation class this time.
Cannot perform '>' operation on System.DateTime and System.Double
Feb 22, 2007.
I get error Cannot perform '>' operation on System.DateTime and System.Double when applying a filter on DataView.
Antialiased Analog Clock
Apr 04, 2006.
This is an antialiased analog clock sample written in C# using GDI+. It has no flicker at run time because of using Double Buffering technique, and it has many properties that you can customize it such as tick and hand colors, gradient background color, custom date and hand styles.
Coloring the Console in C#
Oct 25, 2004.
When working with console applications in C#, you always see a black and white screen. What if we want to change the background color of the console? We can change the foreground and background color of our console application by using win32 API SetConsoleTextAttribute().
Securing Your ASP.NET Web Applications
Aug 31, 2004.
Web application security is not just about attackers hacking websites, stealing sensitive information from websites, sending high traffic to websites with denial of service attacks, viruses, worms and Trojan horses. Are these are the only problems that we have? The answer is no. There are other problems that are frequently overlooked.
Downloading Data as a File from a MemoryStream Using a HTTP Handler
Apr 07, 2004.
This article will show you how to buffer data into a MemoryStream and output the buffered data back to the browser as a text file using a HTTP Handler.
Downloading Data as a File from a MemoryStream
Mar 29, 2004.
This article will show you how to buffer data into a MemoryStream from a query and output the buffered data back to the browser as a text file.
2D Charting
Aug 11, 2003.
I was amazed at what the VS.NET IDE does for a programmer as I was primarily used to Java via the command line.
Add Column Dynamically to DataGrid to Display Calculation
May 08, 2003.
In this article we'll see how to create a DataGrid column which displays the calculation of more than one field in the database table. The calculation could be addition, multiplication or even filtering rows.
Virtual Piano in C#
Jan 28, 2003.
In this application, the author shows you how to write a virtual piano using DirectDraw of DirectX 9.
Double Buffer Drawing with DirectDraw: Part1
Aug 15, 2002.
Because we will be primary focusing on 2D game programming in the first articles, we will use the DirectX7 API which is perfect for its DirectDraw class and simplicity. Don’t worry for not having the right DLL because DirectX8 has full backward compatibility to DirectX7 and the COM object should already be available on your computer if you have DirectX 8 installed.
Space Breakout - 2D Game Developed using DirectX and C#
Apr 11, 2002.
GDI+ is a feature rich graphics API that makes sophisticated graphical effects highly accessible to the C# developers. Unfortunately if youve tried to develop smooth detailed animation using GDI+ you have undoubtedly discovered that just how slow it can be. Consequently it is not particularly suited to games development, if you want to really take advantage of your 1 gig + processor and that fancy new graphics card youre going to have to get a little more low level and dirty, enter Microsofts DirectX API.
Another Tetris Game in C#
Feb 22, 2002.
Here is another version of Tetris. This program uses opaque background instead of real double buffering.
C#RIS : Tetris Game in C#
Feb 14, 2002.
I have written a Tetris clone that demonstrates how to use off-screen graphics buffering for smooth animation and utilizes a multi-dimensional array approach to designing a game grid. The classes are largely self-explanatory and the techniques are documented in code well enough to explain what is going on.
Understanding the System.Buffer Class
Dec 13, 2001.
Before we try out something with Buffer class lets understand Buffer class and its Members.
Use C# To Write Comments And Documentation
Jan 12, 2000.
Comments and Documentation are the most hated tasks by programmers. By using C# programmers can automatically build the documentation and comments in the code. This documentation is an XML file which is more or less self explanatory.