Jean-Sebastien Carle
  • Home
  • About
Sign in Subscribe

.NET Framework

A collection of 3 posts
.NET Framework

Trusting Network Shares with Visual Studio 2010 / .NET Framework v4.0

If you are like me and you store all your code on a server, you will have likely learned about trusting a network share using CasPol.exe. However, when moving from Visual Studio 2008 (.NET Framework 2.0/3.0/3.5) over to Visual Studio 2010 (.NET Framework 4.
20 Jan 2011 1 min read
.NET Framework

Communicating multi-byte integers across platforms

Developing applications that communicate between different platforms can quickly hit ground if multi-byte integers are sent without taking the proper byte order into account. We often forgotten to watch for this as most of us stick to a single platform during development. Thankfully, the .NET Framework has taken all the
05 Jan 2011 1 min read
.NET Framework

Extending the SqlDataAdapter with a FillTimeout

The SqlDataAdapter has a CommandTimeout property but does offer any method to set any kind of timeout during the Fill method. If you are returning rather large data sets, you can quickly run into a problem. The obvious solution would be to inherit the SqlDataAdapter and simply override the Fill
20 Jul 2009 1 min read
Page 1 of 1
Jean-Sebastien Carle © 2025
  • Sign Up
  • Privacy Policy
Powered by Ghost