Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Small API Calls Processed On Server vs One Large Data Pull Stored In Memory

update gridview on a button click using update panel in asp.net

c# asp.net ado.net

Display a local icon in IE extension

How to steal another application's video (via hwnd) and show it in separate application

c# video video-capture hwnd

c# .net Windows 8 App TcpClient code port to StreamSocket

Will an implicit variable in a using clause be garbage collected?

c# garbage-collection

Sharing an instantiated class among multiple objects in C#

c# wpf

Optimal way to cache time of day description

c# asp.net caching time

Can I get away with sending exception reports without asking the user?

c# exception

How to use wait handles in C# threading?

c# multithreading

C# extract words using regex

c# regex parsing

Select from a List<T>

Why can't we serialize a concrete class which derives from an interface?

c# .net serialization

Implementing .Net interfaces (C#)

c# .net interface

Why does declaring a delegate as static cause compiler error "The modifier 'static' is not valid for this item"?

c# .net static delegates

Deserialize Bytes Array directly to Object in JSON.Net

c# json serialization

set the writeTo attribute of Logger in NLog during runtime

c# .net nlog

Seed primary key in Entity Framework code first to 0 in SQL Server Compact Edition

What is the standard way of creating an online installer?