Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Winforms: Resizing user controls in form control

c# .net winforms

Strange syntax in ef

Procedure with out parameter (SYS_REFCURSOR) with Entity Framework

Convert base64 to downloadable zip file in MVC c#

c# asp.net-mvc zip base64

Regex to remove characters and supplied words

c# regex

ASP.NET Regular Expression Validator not validating as expected

c# asp.net regex

How does WebResponse not have "Dispose" publically visible when it implements IDisposable?

Running stored procedures with parameters

Unable to cast object of type 'System.Linq.OrderedEnumerable`2[***]' to type 'System.Collections.Generic.IEnumerable`1[***]'

c# generics collections

VB Equivalent of "To" in C#

c# arrays vb6 vb6-migration

Linq query for selecting an item from tree structure, but to look in the whole depth

c# linq

MVC Pulling data from cached or old database

How can I create a semi-random grid of numbers such that each number appears once, AND most importantly is not too close to its precedding number?

c# algorithm math random grid

Best way to handle multiple Models in one View

c# asp.net-mvc

"Errors During Preprocessing" is non-zero in ASP.NET perfmon counters

c# .net asp.net parsing perfmon

Override XmlRoot attribute defined in dataset designer class

c# serialization dataset

How can I better handle this situation in ASP.NET MVC concerning my Partial Views?

Using Observable.FromEvent when calling a WCF service in Silverlight

GC collecting...what?

What's the problem with this web service method?

c# web-services wsdl