Problem : I’m working on my first T4 code generation tool to add some Stored Procedure helper code to my […]
.Net DizzyCoding
How to execute tasks in parallel but not more than N tasks per T seconds?
Problem : I need to run many tasks in parallel as fast as possible. But if my program runs more […]
What is the minimum number of bytes that will cause Socket.Receive to return?
Problem : We are using a application protocol which specifies the length indicator of the message in the first 4 […]
problem with trying to create ssms add-in
Problem : I’m trying to create an add-in for SSMS 2008 and/or 2008 R2 but I’ve run into a problem […]
Reading Excel data and cell formatting in C#
Problem : I am looking for a library that allows me to read an Excel document in C#, but I […]
How to store a non truncated varchar(max) string with NHibernate and Fluent NHibernate
Problem : My DB schema has a string as a varchar(max). I have read the other questions concerning setting Length […]
Omit localized versions of assemblies from the build output
Problem : In one of my projects, I am using an awesome library called Humanizer. This library comes in many […]
Scripting language for embedding into C#/.NET applications? [closed]
Problem : As it currently stands, this question is not a good fit for our Q&A format. We expect answers […]
.net web service: Can’t add service reference, only web reference
Problem : I have an existing project that consumes web services. One was added as a service reference, and the […]
SqlMetal wrongly generates the return type of my stored proc (LINQ)
Problem : Hi have a stored proc that always returns a single row depending of a parameter: IF @bleh = […]