Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

How to handle downloading in GeckoFX 29

c# .net gecko xulrunner geckofx

.NET equivalent of Maven Parent Pom / Dependency Management

.net msbuild

Generate text file of public API of .NET library for versioning and compatibility tracking

c# .net system.reflection

scrollbar for modalpopup extender

Is `??` thread safe in C#?

c# .net thread-safety

c# Linq for XML : tag.descendants doesn't allow to interrogate all descendents

c# .net xml linq linq-to-xml

How to ensure thread safe ASP.net page to access static list of objects

Interop Word - Delete Page from Document

c# .net interop ms-word

How do I need to modify my WinForms app to also run in the console?

c# .net winforms console

How do i attach property to a custom event?

c# .net wpf visual-studio

How to easily switch reference paths for build?

What template engines are there that allow creating templates in Microsoft Word?

How can I get an IPropagatorBlock<TInput, TOutput> that feeds itself to stop?

How do I best implement dependency injection when many similar but distinct classes need many similar but distinct dependencies?