Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Is it ok to await a collection of 1000 tasks in a .NET app? Or should batching be used?

c# .net azure async-await

The label 'N' has already been declared. Label names must be unique within a query batch or stored procedure

sql .net vb.net

Nuget package not installing dependencies for .NETCoreApp

.net nuget .net-core

Can I reference a .NetStandard library from my Windows 10 UWP app?

How to define a public static readonly field?

.net f#

Pattern matching case when

IDX10659 error when using X509Certficate to decrypt JWT token

AccessViolationException occurred in AForge.Video.FFMPEG.dll

How to exclude/not display .NET Framework packages in Nuget?

Can not build app (.NET Framework 4.6.2) in TeamCity

I am trying to export an excel and make it password protected. My code is given below.But i am getting error

c# asp.net .net asp.net-mvc-4

How to filter entities using queries in C#?

Why does ImmutableArray.Create copy an existing immutable array?

c# .net

Regex negative look ahead to match markdown links

What is the maximum value for "maxAllowedContentLength" in IIS 7.5?

.net web-config iis-7.5

Why does localloc break this CIL method?

What the interest of copying the reference of a field in a method body to read it while the field is never reassigned?

c# .net .net-core

Why does a Linq Cast<T> operation fail when I have an implicit cast defined?

.net linq casting

Windows 8 Modern UI Styles for WPF [closed]

c# .net wpf xaml windows-runtime

Observable.FromAsync vs Task.ToObservable

c# .net system.reactive