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 Buffer
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Gopi Chand (9)
Ashish Bhatnagar (2)
C# Curator (2)
jhblankenship (2)
Jay Krishnareddy (1)
Ziggy Rafiq (1)
Ajay Kumar (1)
Lokendra Singh (1)
Vithal Wadje (1)
Tushar Beniwal (1)
Sanjay Kumar (1)
Ganesan C (1)
Prakash Tripathi (1)
Shivam Payasi (1)
Nagaraj M (1)
Periyasamy Vellingirisamy (1)
Monica Rathbun (1)
Devesh Omar (1)
Ajay Mor (1)
Amir Ali (1)
Mehreen Tahir (1)
Pankaj Kumar Choudhary (1)
Amit Mishra (1)
Sateesh Arveti (1)
Debasis Saha (1)
Ajay Yadav (1)
Prerana Tiwari (1)
Nipun Tomar (1)
Gaurav Gupta (1)
Chandra Hundigam (1)
Dinesh Beniwal (1)
Praveen Kumar (1)
Shivprasad (1)
Venkatesan Jayakantham (1)
krishnan.rama (1)
Tony Tromp (1)
Mike Gold (1)
Hamid (1)
Andrew McCarter (1)
Avgust Ishechenkp (1)
Mark Johnson (1)
paul 0 (1)
kas_atd1 (1)
Related resources for Buffer
No resource found
Learn Protocol Buffers in gRPC
10/30/2024 6:25:36 AM.
This content explores how Protobuf enables efficient data serialization, improves API performance, and provides structured messaging, making it ideal for scalable microservices.
Interactive Input and Output in File Handling
7/24/2024 4:21:49 AM.
File handling is a crucial aspect of any programming language, including Java. It enables developers to interact with the file system, allowing the creation, reading, updating, and deletion of files.
Getting started with gRPC in .NET 8 using C# 12
7/11/2024 1:35:30 PM.
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
6/21/2024 6:46:44 AM.
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 res
Understanding String, StringBuffer and StringBuilder in Java
6/6/2024 4:51:14 AM.
This article delves into the fundamental concepts of String, StringBuffer, and StringBuilder in Java. It explains the differences between these three classes, their specific use cases, and performance
Web Service Method Attribute Properties
4/30/2024 9:42:58 AM.
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 specificat
Introduction To gRPC And its Implementation In .NET Core 3.1
4/26/2024 12:04:24 PM.
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 Communication: Integration of gRPC using Protocol Buffers
4/10/2024 6:25:48 AM.
Streamlined Service Communication: Integration of gRPC using Protocol Buffers optimizes inter-service communication. Leveraging gRPC's RPC framework and Protocol Buffers' efficient serializati
BufferedStream, MemoryStream and CharacterStream Class in C#
11/8/2023 7:22:00 AM.
In this article I will explain you about BufferedStream, MemoryStream and CharacterStream Class in C#.
How To Implement Caching In The .NET Core Web API Application
10/25/2023 8:42:58 AM.
In this article, we are going to explore about what is cache and how to implement caching in .NET Core web API application.
Comparison of String and StringBuilder in C#
9/12/2023 9:58:01 AM.
This article describes the differences between a String and a StringBuilder in C#, their use cases and performance comparisons.
ArrayBuffer vs Typed Array in JavaScript
7/18/2023 4:26:48 AM.
In this article, I'm going to explain the key differences between Typed Arrays and ArrayBuffer.
The Buffer Class in C#
11/22/2022 9:31:50 AM.
In this article I will explain you about the Buffer Class in C#.
StringBuffer Class In Java
7/19/2022 9:01:49 PM.
A StringBuffer represents a string that can be modified. Whenever there is a concatenation operator (+) used with strings, a StringBuffer object is automatically created.
Using Redis Server In Python
11/4/2021 5:43:55 AM.
In this article, we will see how we can use the redis server using python
Generic Implementation For Serializer/Deserializer Using Google Protocol Buffer
9/24/2021 3:35:47 PM.
Serialize or deserialize the input using google protocol buffer library in generic implementation.
Add DBCC INPUTBUFFER to Your Performance Tuning Toolbox
7/14/2021 2:40:11 PM.
Improving ASP.Net Performance Using Response.BufferOutput
2/10/2021 9:02:26 AM.
I would like to share the usage of Response.BufferOutput to improve the performance of ASP.net application.
gRPC with .net core
1/4/2021 12:26:10 PM.
gRPC with .net core
External Storage in Android
4/2/2020 12:48:59 AM.
This article explains External Storage in Android.
Learn StringBuffer Class in Java: Lecture 7
9/26/2019 6:19:28 AM.
This article explains the StringBuffer() class in Java and Java strings in general.
Learn StringBuffer() Class in Java: Lecture 6
9/26/2019 6:09:46 AM.
This article explains the StringBuffer() class in Java and Java strings in general.
Learn StringBuffer Class in Java: Lecture 5
9/26/2019 6:03:27 AM.
This article explains the StringBuffer class in continuation with the previous lectures. Here, some important forms of the insert() method are also described.
Learn StringBuffer Class in Java: Lecture 4
9/26/2019 5:53:41 AM.
This article describes the StringBuffer class in continuation of the previous lectures. Here, some important forms of the insert() method are also described.
Learn StringBuffer() Class in Java: Lecture 3
9/26/2019 5:40:51 AM.
This article explains the Java StringBuffer() class method in detail, StringBuffer append().
Learn StringBuffer() Class in Java: Lecture 2
9/26/2019 5:33:30 AM.
This article explains the Java StringBuffer() class method in detail, StringBuffer append().
Learn StringBuffer() Class in Java: Lecture 1
9/26/2019 5:24:49 AM.
This article explains the StringBuffer() class in Java and Java strings in general.
Difference Between StringBuffer and StringBuilder Class
7/30/2019 1:46:29 AM.
This article differentiates the two classes, StringBuffer & StringBuilder, using suitable parameters and examples.
Difference Between String and StringBuffer
7/25/2019 4:34:14 AM.
This article describes the differences between String and StringBuffer in Java.
Protocol Buffer - A Walk Through For Beginners
9/20/2018 10:28:57 AM.
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 develope
Node.js: Buffer - Day Six
8/28/2016 1:59:56 PM.
In this article, you will learn about buffer in Node.js.
Properties Of WebMethod Attribute In Web Service - Part Four
6/15/2016 12:22:19 AM.
In this article, you will learn about properties of WebMethod attribute in a Web Service.
An Overview Of IIS 7.5 Feature - Failed Request Event Buffering
3/16/2016 2:02:06 PM.
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.
New Features Introduced in SQL Server 2014
11/14/2014 6:02:15 PM.
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
10/22/2014 9:47:44 AM.
This article explained how buffer overflows occur and how to prevent it.
Buffer Load Statement in QlikView
5/21/2014 12:26:53 PM.
This article describes how buffer load executes QVD files in QlikView applications.
Architecture of Oracle 11g: Part 1
10/11/2013 4:55:48 PM.
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
Rendering Image Using Pixel Buffer in Windows Store Apps
11/24/2012 3:56:14 PM.
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.
Understanding the System.Buffer Class
10/13/2012 3:00:18 AM.
Before we try out something with Buffer class lets understand Buffer class and its Members.
Double Buffering and Flicker-Free Drawing in GDI+
10/5/2012 7:59:57 AM.
In this article you will learn how to use Double Buffering and Flicker-Free Drawing in GDI+.
System I/O and Streams in C#
9/29/2012 5:56:53 AM.
In this article I will explain you about System I/O and Streams in C#.
Demystifying: What does “Strings are immutable” means?
5/21/2012 7:09:26 AM.
In this article we will explain about String and StringBuffer.
Downloading Data as a File from a MemoryStream Using a HTTP Handler
5/20/2012 4:12:21 AM.
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
5/20/2012 4:09:10 AM.
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.
SQL Profiler InputBuffer Events in SQL Server
5/20/2012 2:31:46 AM.
In this article we will see how to find the last execution command of your user in SQL Server.
Securing Your ASP.NET Web Applications
5/20/2012 12:56:33 AM.
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.
Double Buffer Drawing with DirectDraw: Part1
5/19/2012 12:58:44 AM.
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.
Virtual Piano in C#
5/19/2012 12:38:11 AM.
In this application, the author shows you how to write a virtual piano using DirectDraw of DirectX 9.
Antialiased Analog Clock
4/5/2006 2:24:36 PM.
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.
C#RIS : Tetris Game in C#
2/2/2006 11:25:38 PM.
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.
Another Tetris Game in C#
2/2/2006 12:13:43 AM.
Here is another version of Tetris. This program uses opaque background instead of real double buffering.
Space Breakout - 2D Game Developed using DirectX and C#
2/1/2006 10:57:11 PM.
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.
2D Charting
12/26/2005 3:47:17 AM.
I was amazed at what the VS.NET IDE does for a programmer as I was primarily used to Java via the command line.
Coloring the Console in C#
12/26/2005 12:57:22 AM.
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().