Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

How should I go about overriding the SaveChanges() method on DbContext in order to maintain deleted/modified records using EF 4.3?

c# entity-framework

How do I set up an IIS website that uses a subfolder of a .NET web application as its base?

What is the optimal icon size to use for a Windows Form Application List View item, (Small Icons View)

c# .net winforms listview

Image to Icon conversion

Focus problems in datagrid

c# .net wpf focus wpfdatagrid

Using Field<> with Linq to SQL

c# sql linq linq-to-sql field

How to choose the Data Stucture

c# data-structures

What is the difference between following two statements?

Does a variable of an interface type act as value type if the underlying implementation is a struct?

c# struct

Unpack and repack .jar files

c# jar

Most efficent way to work with IEnumerable

c# list optimization

Programmatically set IIS preloadEnabled

c# iis-8

WCF.ServiceChannel cannot communicate because of 'FaultedState' of Service

c# wcf service

How to replace obsolete WebClient with HttpClient in .NET 6

Automapper "map a few and ignore the rest"

c# mapping automapper

How to get a MAX value from 3 columns in SQL Server stored procedures?

c# sql-server

Trying to download huge amount of files more efficiently

How to use from C# a Rust function that has another function as a parameter?

How can I update a session after an Ajax call?

How to stub DbSet.Find