C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
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]
Scott Lysle(4)
Zoran Horvat(4)
Lajapathy Arun(2)
Jignesh Trivedi(1)
Fiyaz Hasan(1)
Mudita Rathore(1)
Guest User(1)
Akhil Mittal(1)
Saurav Kumar(1)
Praveen Raveendran Pillai(1)
Jaimin Shethiya(1)
Harshad Tretiya(1)
Shriram Pophali(1)
Farhan Ahmed(1)
Akshay Phadke(1)
Ranjan Dailata(1)
Sandeep Sharma(1)
Richa Garg(1)
Nipun Tomar(1)
Sudheendra Desai(1)
mercy_gp (1)
Resources
No resource found
Custom Formatters In ASP.NET Core MVC / Web API
Aug 17, 2017.
In this article, we will learn how to create custom formatters in ASP.NET Core MVC.
Building Custom Formatters For .Net Core (Yaml Formatters)
Jun 21, 2017.
In this article you will learn about building Custom Formatters for .Net Core (Yaml Formatters).
Media Formatters in ASP.NET Web API
May 10, 2013.
In this article, we will define the Media Type Formatters used in ASP.NET Web API.
Formatters In ASP.NET Core 2.0 Web API
Dec 19, 2017.
Let us learn about formatters used in ASP.NET Core 2.0 Web API.
Formatters And Content Negotiation In ASP.NET Web API 2
Jul 08, 2016.
In this article, you will learn about formatters and content negotiation in ASP.NET Web API 2.
How to Implement Output Formatter in ASP.NET Core Web API
Apr 17, 2026.
Master ASP.NET Core Web API output formatting! Learn to create custom formatters (like CSV) for flexible API responses, boosting compatibility and control.
Understanding .NET Binary Serialization
Nov 19, 2024.
.NET Binary Serialization simplifies the process of converting objects into binary formats for efficient storage or data transfer. This guide explores serialization techniques, the BinaryFormatter class, custom serialization, and best practices.
Custom Formatter with Content Negotiation in .NET Core Web API
Jul 17, 2024.
The process of choosing the best resource for a response when there are several resource representations available is known as content negotiation. Although content negotiation has been a feature of HTTP for some time, it may not be used as much as it could be for various reasons.
How To Create Button Inside The SharePoint List
Feb 21, 2022.
In this article, you will learn how to create button inside the SharePoint list using JSON formatter.
PowerApps - PCF - Input Formatter With Regular Expression
Jan 10, 2022.
The benefit and advantage of this component is to dynamically apply validation pattern to HTML5 input control with the help of custom regular exppression. Along with this, it also provides some masked input types like “Date”, “DateTime”, “Time”, “Password”. Custom CSS Styles provides freedom to apply attractive styles as per design and branding. If the control is makred as Required, then input box border can be shown in red color just to highlight about invalid input. This code component is developed and distributed considering both Citizen developer and Pro developer use case scenarios. It is very simple to use and configure.
How To Customize Media Formatter In Web API And Retrieve In XML And JSON Format
Aug 02, 2018.
In this article. I will demonstrate how we can customize asp.net web API Media formatter and retrieve data in format as we want like XML or JSON. I will retrieve data from SQL database and format them in json format. XML is default format in asp.net web API.
ASP.NET Web API Media Type Formatter
Sep 26, 2016.
In this article you will learn about ASP.NET Web API Media Type Formatter.
Collector, Translator And Formatter Pattern
Feb 03, 2016.
In this article, I will be introducing you the Collector, Translator and Formatter pattern.
Implementation of Internationalization in Java Using Locale Class
Aug 30, 2013.
This article explains implementation of Internationalization in Java using the locale class and other fields that are methods of the locale class, how to find locales supported by JRE, and create two converters.
Create Your Own Custom File Type in VB.NET
Nov 09, 2012.
This article describes a simple approach to creating a custom file type. A separate module is used to serialize and deserialize files of this user defined file type.
Manage Data in a VB Application (without the Database)
Nov 09, 2012.
This article provides an approach to building an application that may be used to collect, store, and retrieve data without relying upon a database to get there.
Currency Formatter Class In Windows Store Apps
Sep 28, 2012.
In this article I will explain how to format a number as a currency.
ASP.NET WEB API remove a Formatter
Jul 25, 2012.
How do i remove a formatter from ASP.NET WEB API. In ASP.NET WEB API the response can be either XML or JSON based on request header.
Generic Way of Serializing and DeSerializing the Object as Binary Data Using Binary Formatter ASP.NET C#
Apr 25, 2012.
In this article we are going to see, how we serialize and deserialize an object as binary data in a generic way using the binary formatter.
Serializing and Deserializing an Object as Binary Data Using Binary Formatter ASP.NET C#
Apr 21, 2012.
In this article, we are going to see how to serialize and deserialize an object as binary data using the binary formatter.
General Formatter for .NET 3/4: Implementation
Aug 24, 2011.
In this section we will explain the implementation of the solution described so far. General formatter is a class implementing IFormatProvider and ICustomFormatter interfaces. This is proposed method to implement formatters in .NET.
General Formatter for .NET 4/4: Examples
Aug 24, 2011.
In this article we will see the examples of using custom formatter when applied to different objects of different complexities. Custom formatter produces output which is most appropriate for each of the objects supplied.
General Formatter for .NET 2/4: Design
Aug 23, 2011.
Part in which solution design is outlined, explaining critical details that the solution will have to implement.
General Formatter for .NET 1/4: Introduction
Aug 22, 2011.
In this article we will deal with the problem of formatting. We will address the question how to build a string which represents object of unknown structure and contents. This question is opposed to typical situation in which programmer formats the string which represents object of known structure, and hence contents of the string can reflect object’s semantics in their proper ways.
.Net Serialization using Soap Formatter
May 19, 2008.
This article explains how to serialize objects using soap formatter which is used extensively in .Net Remoting.
Manage Data in a Win Forms Application (without the Database)
May 12, 2008.
This article provides an approach to building an application that may be used to collect, store, and retrieve data without relying upon a database to get there.
Create Your Own Custom File Type
Dec 08, 2006.
This article describes a simple approach to creating a custom file type.
MyQueue In C#
Jan 09, 2004.
This article attempts to explain the how MSMQ can be implemented between two forms and the very basics of message queuing.