Skip to main content
Marcel Popescu's user avatar
Marcel Popescu's user avatar
Marcel Popescu's user avatar
Marcel Popescu
Senior Developer
  • Member for 17 years, 6 months
  • Last seen more than a week ago
86 votes
Accepted

How do I specify that a property should generate a TEXT column rather than an nvarchar(4000)

40 votes

Why should I prefer single 'await Task.WhenAll' over multiple awaits?

12 votes

Failed to read the request form. Request body too large. The max request body size is 30000000 bytes

11 votes

Reference app relative virtual paths in .css file

9 votes
Accepted

The type appear in two structurally incompatible initializations within a single LINQ to Entities query

8 votes

How to write a scalable TCP/IP based server

7 votes

How can I implement incremental search on a listbox?

5 votes

Getting the current tab's URL from Google Chrome using C#

4 votes

Provide data annotation for placeholder attr for textbox in MVC

3 votes

Casting a delphi interface to its implementation class without modifying the interface

2 votes

How do I know Crystal Reports is done rendering?

2 votes

Is there a way to mark up code to tell ReSharper not to format it?

2 votes

Encrypting an id in an URL in ASP.NET MVC

1 vote

Will using a VCS help me as a web dev?

1 vote

How to detect that unobtrusive validation has been successful?

1 vote

How can I get more information from Exception (occurring randomly C# WPF)?

0 votes

C# Random Number Not Random Enough

0 votes
Accepted

c# key generation method with String type, and int length arguments used to generate a key for encryption

0 votes

Check if a connection is in a transaction

0 votes

Pidgin consume any char until match and not consume second match

0 votes

Proper pattern for chain of transformations (pipeline) on an observable stream?

0 votes

Giving only a specific application access to a network share

0 votes

Code pattern equivalent to chained if/elseif on blocking conditions in Node JS?

0 votes

Efficient Method to Find Value in "Table" C#

0 votes

wrapping/using a ServicedComponent

0 votes

How do I abort, pause and resume threads in C#?

0 votes

Reference generic property in expression

0 votes

What is the best way to Version an ASP.NET 2.0 Web Service?

0 votes

Variable number of results from a function

-1 votes

Use LINQ (Skip and Take) methods with HttpClient.GetAsync method for improving performance?