Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Can I develop a .NET application in Windows and deploy versions for Linux and Mac?

Find matching bracket with Regex

Calling F# (.Net dll) code from php

php .net com dll f#

Error when trying to compile "Files has invalid value MustMatchAttribute"

.net

What is my internet accessing IP

c# .net dns

Backgroundworker and TPL's Task have the same ManagedThreadID?

With this .NET event, is it OK to pass in this IList instance?

.net events list collections

.NET Structs that can be assigned constant values directly like built-in types

.net struct

CRUD-style data driven distributed .NET application architecture questions

throw-catch logic

C# event handlers

Is it possible to add a reference in a C# project depending on the value of a conditional compilation symbol (preprocessor constant)?

Implementing a desktop .NET application that can work offline.

c# .net wpf offline

Should I use List<IObserver> or simply Action<T> to keep track of an IObservable's subscribers?

Run delegate method with BeginInvoke

c# .net winforms delegates

How to run a set of functions in parallel and wait for the results upon completion?

ConfigurationSettings vs Properties.Settings

Where to keep the data in a simple .NET Windows app?

what is the pros and cons of using out parameter

c# .net

Strongly signed assemblies

c# .net