Customizing ASP.NET Core Part 07: OutputFormatter - Online Free Computer Tutorials.

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

Thursday, November 29, 2018

Customizing ASP.NET Core Part 07: OutputFormatter

In this seventh post, I want to write about, how to send your Data in different formats and types to the client. By default the ASP.NET Core Web API sends the data as JSON, but there are some more ways to send the data. The Series Topics Customizing ASP.NET Core Part 1: Logging Customizing ASP.NET Core Part 2: Configuration Customizing ASP.NET Core Part 3: Dependency Injection Customizing ASP.NET Core Part 4: HTTPS Customizing ASP.NET Core Part 5: HostedServices Customizing ASP.NET Core Part 6: Middleswares Customizing ASP.NET Core Part 7: OutputFormatter - This article Customizing ASP.NET Core Part 8: ModelBinder Customizing ASP.NET Core Part 9: ActionFilter Customizing ASP.NET Core Part 10: TagHelpers About OutputFormatters OutputFormatters are classes that turn your data into a different format to send them through HTTP to the clients. Web API uses a default OutputFormatter to turn objects into JSON, which is the default format to send data in a structured way. Other built-in format...


I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to


tutorial,web dev,c#,asp.net core,data formatter

No comments:

Post a Comment