Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

UDPClient Async BeginReceive is very slow

c# .net multicast udpclient

MVVM Central App Logic

c# wpf design-patterns mvvm

How to create/update a LastModified field in EF Code First

Using Caching with AutomationElements does not give me a speedup - intended or wrong usage?

WCF Configuring server to remember data

c# asp.net wcf service asmx

How to generate mosaic picture from image file?

c# image algorithm mosaic

How to resize Google RECAPTCHA

c# parameterless extension method [duplicate]

c# extension-methods

IComparable CompareTo(), How can I implement comparison on 2 different fields

c# .net icomparable

how to loop through a session object which is a list

c# list asp.net-mvc-4 session

Regular expression to remove XML tags and their content

c# .net xml vb.net regex

How to purge expired items from cache?

c# .net caching

Persisting configuration items in .net

c# .net configuration

Excel automation via OLE - suppressing / catching dialog box errors?

c# excel ole

If one page executes a Response.Redirect() to a different web page, can the new page access values in asp.net controls from the original page?

c# asp.net

How to avoid screen flickering when a control must be constantly repainted in C#?

c# .net onpaint

Is there a way to not create an explicit EventHandler delegate in Visual Studio?

How do I control audio volume in .NET 3.5?

c# .net

C# extension methods in a "site.master" template thats wrapped in a namespace quandary

c# asp.net