Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

What is a .exp file and .lib file, and how can I use them in my C# project?

c# .net dll

What files are mandatory in release windows form?

c# .net winforms visual-studio

Difference between Assemblies Framework and Extensions

.net visual-studio-2012

Just how 'disposable' is ReaderWriterLockSlim?

How do I have DeleteObject() invoked on hBitmap other than by using P/Invoke?

c# .net bitmap pinvoke hbitmap

Casting a Type to DBSet<>

c# .net generics reflection

Task.Run as an anti-pattern?

How can i associate a static string with an object type C#

c# .net generics

Low level file access with .NET

c# .net filesystems

Managing MongoDB object lifetime in a web app

Get named group subpattern from .NET regex object

c# .net regex

Merge different length arrays without losing a value using Zip()

c# .net arrays linq

Add ASP.NET MVC Area to ASP.NET Web Forms existing project

Adding custom Roles to Azure Mobile Services User (Google, Twitter, Facebook, Microsoft)

Firebase .NET access

.net firebase

AES encryption on large files

c# .net encryption aes

Quickest way in C# to find a file in a directory with over 20,000 files

c# .net file-io

Getting "Cannot evaluate a security function" when using conditional breakpoints and in immediate window

c# .net .net-core

How to cast implicitly on a reflected method call

How to prevent duplicate values in enum?

c# .net enums