Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

How to decompress stream deflated with java.util.zip.Deflater in .NET?

Using LINQ to flatten lists while capturing the index

c# .net linq indexing flatten

How to call COM printing component in Silverlight

Error '' Only assignment, call, increment, decrement, and new object expressions can be used as a statement '', on line 116 column 30

c# .net sql

C# asynchronous delegates, thread scheduling

Incorrect decimal placement in financial application

c# .net decimal finance trading

WebClient encoding issue in MonoTouch when building for release

Trying to read an MS Office Document

c# .net ms-word interop

DI Using An External DLL

.net dependency-injection

How to use StructureToPtr with F# Structure? Typeof trouble

.net f# arrays structure typeof

filtering values from string after/before certain word in c#

c# .net string

Publish .net MAUI Application as windows executable

Linq Expression for Paging / Pagination with dynamic OrderBy

Tracing windows API calls

.net python winapi trace etw

ASP.NET MVC DropDownListFor returns null on post back

Source code in C# preprocessor directives and Line numbers from the PDB file

Create CMYK+alpha bitmap, mapping black to specific CMYK color

.net pdf colors bitmap abcpdf

Convert datetime from excel format into the sql format

c# .net

Is it possible to cast before passing to base constructor?

c# .net