Archives for C# - Page 5
Out Variable Enhancements in C# 7.0
In C# , there were a couple of improvements in using out variable. To understand these enhancements we need to know how it was implemented in earlier versions , till C# Following is the…
Expression Bodies in C# 7.0
A new feature was introduced from C# is Expression Bodies. This feature makes your code more readable and can reduce the number of lines of code drastically. There are 3…
Throwing Exceptions in Expressions: C# 7.0
In C# , they introduced a new feature or we can say more flexible to throw the exceptions in Lambda expressions. Before seeing this, yet we know what we will…
Numeric Literals and Binary Literals in C# 7.0
Numeric Literals When working with literals of a numeric type having large and complex number will be hard to read. For example, if we are assigning a large integer to…
Showing any Language Text to a Screen as Bitmap
Recently I had a requirement to print the Telugu language characters on the PDF file. I was just done some research but not found any concrete solution on google. Finally, I came with the following solution…
WinForms CheckedListBox control Select ALL Implementation
Recently I am working on windows based application after a long back in which I am using ChekedListBox control where I need to list all the subdistricts information based on…
How to configure C# WebApi2 to display data in JSON format directly in browser?[Solved]
Recently I was asked a question "How to configure C# WebApi2 to display data in JSON format directly in browser?" by one of my colleague. This is a simple solution…
Downloading PDF File from Server to Client using ASP.NET & MVC C#
Problem Statement This is a very regular requirement especially for online education or E-commerce applications, a user will be given an option to download the payment receipts or certificates on demand. Solution In this article…
How to Enable C# 7.1 to my Projects
By default C# was shipped With Visual Studio 2017 and this is the major release (March 2017) till now. In August 2017 a minor version of C# was released and version named as C#…
Understanding EF Code First Migrations
Introduction Entity Framework is one of the topmost rich ORM tool from Microsoft targeting .NET framework. Entity Framework can be used with different approaches like Code-First, Database First, and Model…



![How to configure C# WebApi2 to display data in JSON format directly in browser?[Solved] C#](http://techxposer.com/wp-content/uploads/2017/06/ProblemSolutions-150x150.jpg)

