Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

If condition for ?? operator on null object

c# .net null

Choosing the right exception type when custom attribute is missing

Why we need events for callback?

c# .net

How do I read a settings value from the web.config file in an ASP.NET application?

Getting familiar with .NET - What's the best way?

c# .net

What is the quickest generic collection?

c# .net generics collections

What regex will match either 2 digits, or 3 digits starting with 0?

.net regex

Execute BATCH script in a programs memory

c# .net c++ batch-file

NLog - How do I get caller class name and method programmatically?

c# .net logging nlog

How can I pull metadata for an object in a S3 bucket using C#?

Do not overwrite the app.config when deploying with clickonce

GDI+ exception saving a Bitmap to a MemoryStream

c# .net winforms gdi+

Is this code threadsafe?

C#: How to know whether certain Office 2003 or 2007 application is installed?

c# .net ms-office

With this technology, would it be possible to compile and run silverlight IL in Flash?

.net c++ flash silverlight mono

Managed vs Unmanaged [closed]

wpf validation - how can I get this code to trigger a validation as typing occurs (cf when leaving the field)

c# .net wpf

File version vs. assembly version

.net com vb6 interop versioning

C#- What is the best way for write text to a file from array of strings

c#-3.0 .net streamwriter

How do I update the progress bar one step, every loop cycle? C#