Good Answer
“Yes, I have. Though it is never easy, for the company to succeed, it must make tough decisions on those in its employ. Without making ...
Search results for read
How to read file asynchronous with C#
Posted by CMaster
How to read file asynchronous with C#?
.NET provides Stream.BeginRead Method with following parameters:
buffer
The buffer to read the data into.
...
Describe typical struts system flow
Posted by CMaster
Answer
- A request comes in from a Java Server Page into the ActionServlet
- The ActionServlet having already read the struts-config.xml file, knows ...
Endianness is the attribute of a system that indicates whether integers are represented with the most significant byte stored at the lowest address or ...
Belove is list of Silverlight Error Codes which can be used for user friendly messaging:
Error Code
Error Message
1001
AG_E_UNKNOWN_ERROR
2000
...
Given a line of text, write a regular expression to strip all the HTML tags from it?
Posted by CMaster
Question: Given a line of text, write a regular expression to strip all the HTML tags from it?
Answer:
public static string CleanHTML(string htmlPag ...
The task is to write a function which at any give point would return random character with equal proability of any character being read from infinite ...
Rectangular array of people
Posted by aleksin
In a rectangular array of people, which will be taller, the tallest of the shortest people in each column, or the shortest of the tallest people in ea ...
