Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Check if a dll is installed and available

c# .net dll

using PredicateBuilder inside a select

c# .net linq linq-to-sql

Code to validate SQL Scripts

c# .net sql sql-server

FromSql method when used with stored procedure cannot be composed in EF Core 3.1

XmlSerializer.FromTypes producing memory leaks?

Is it okay to install .NET 3.5 if I already have .NET 4.0 installed?

.net

How to do flags in C#

c# .net asp.net methods enums

How can I get a value of a property from an anonymous type?

c# .net anonymous-types

Can File.AppendAllText be used with very large files without causing memory issues?

.net file-io

Windows installer error 0xc8000222 [closed]

.net frameworks

C# set property value of property passed to method via Func<T>

c# .net func

How do I make a thread dump in .NET ? (a la JVM thread dumps)

c# .net

AllowAnyonmous attribute not honored in IAuthorizationFilter in .net core web api

Get Date of Previous Monday

How to run a ClickOnce application (.appref-ms) on a remote computer?

XmlSerializer serializing sub objects

c# .net xml-serialization

In WPF force App to inherit from a class defferent from System.Windows.Application

c# .net wpf