.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 264 Page Views: 

What data encoding does the .NET framework uses to represent characters?



Posted By: Avi Date: 14 October 2010 08:40:49 AM
 Answer:

UTF-16


Posted By: avibtech


Date: 14 October 2010 08:40:49 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image MsEUo2
Related Questions
.Net Framework : What is MEF?

What is MEF?

MEF – Managed Extensibility framework is set of libraries that simplifies creation of extensible app....
Category: .Net Framework Date: 10/14/2010 6:55:49 AM
.Net Framework : What is jagged array?

What is jagged array?

It’s array of arrays. It’s not the same as multidimensional array.
Category: .Net Framework Date: 10/14/2010 4:08:48 AM
.Net Framework : What type of pipes does the .Net framework supports?

What type of pipes does the .Net framework supports?

Anonymous pipes, named pipes
Category: .Net Framework Date: 10/14/2010 2:24:48 AM
.Net Framework : How do you overload a method?

How do you overload a method?

By giving new method the same name as existing one and changing the list of parameters (adding, remo....
Category: .Net Framework Date: 10/14/2010 1:41:49 AM
.Net Framework : What is difference between for and foreach?

What is difference between for and foreach?

Foreach loop iterates through given collection, for loop can iterate until check expression evaluat....
Category: .Net Framework Date: 10/14/2010 1:31:49 AM