Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

How to print only Date and Time (not seconds) in C# in efficient way?

c# time datetime-format

WCF service one-way method with fault message

c# wcf wscf

How to extract a GUID from a Win32 DLL or OCX

c# vb.net com guid tlbinf32

Briefest way to display TimeSpan value as an elapsed time e.g. 1:45:33

c# .net-2.0 timespan

Adding reference to Office library failing: type or namespace name Word not found

Can .NET AppDomains do this?

c# .net

How to make HTML Helpers that supports generic type?

c# .net html helper

Move a file with ImpersonateLoggedOnUser

c# permissions

Help With Proxy Username & Pass with GeckoFX?

c# vb.net firefox geckofx

How can I effectively test a scripting engine?

Compile C# as CGI

c# linux apache cgi lamp

Reuse LINQ select function

c# linq entity-framework

How to determine if a value is copied or referenced?

How to get a class object to store another class object in c#?

c# class design-patterns

Can I stream an image with a page, instead of sending an ImageUrl?

c# asp.net image

Increasing the number of records retrieved exponentially increases linq query duration

How do I run csc against a folder other than the current working directory?

c# csc

Unable to pipe infinite output of console app using PowerShell

c# powershell pipe stdout stdin

Can NET Framework 4.7.2 apps load at runtime NET Core 5.0 library DLLs?

c# .net-core reflection

Correct way to implement a custom collection that rely on object subproperty?

c# collections