Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

How batch size affects bulk insert performance?

c# .net sybase

How can I place a list inside ASP.NET datalist

c# asp.net list datalist

Can a method be attached to a delegate with predefined parameters?

c# parameters delegates

When using an OracleCommand in .net must the OracleClient be installed on the machine or does .net cover this?

c# asp.net oracle-database

How can I bind my MVC Model to a different table

Must declare a body because it is not marked abstract or extern (CS0501) [duplicate]

InvalidCastException Object[*] to Object[]

Easily read and write XML using C#

c# xml

How do I handle all the exceptions in a C# class where both ctor and finalizer throw exceptions?

c# exception finalizer

LINQ to SQL - Save an entity without creating a new DataContext?

c# .net linq linq-to-sql

Can Swashbuckle generate OpenAPI 3.0?

c# .net-core swashbuckle

Rider: Debug remote applications running in a docker container on WSL2 via SSH

Issue with Deserialization of Enum to string using System.Text.JSON

Failed to load C module in new appdomain

c# com appdomain

Type.GetConstructor returns null on Iphone

Hide Virtual function In Inherited Class

c# oop inheritance

UnitOfWork (NHibernate), only one active UoW/session at a time? (need advice)

How can I unit test this C# extension method?

c# unit-testing

How to sort a DateTime-column in DataView?

c# asp.net gridview dataview

Binding IsEnabled to the parent ViewModel instead of the UserControl ViewModel