|
|
Browse by Tags
All Tags » C#
-
Sometimes, especially for files running on external FTP servers, where file names are case sensitive, a file named myFILE.html, is not the same file as myfile.html in the same path!
This function, can be used on an NTFS path for that purpose where File.Exists would fail, because it is case insensitive. (However, it does not enable you to have two ...
-
I've seen people pulling the hair out for not getting this API workign for them.The API, even if impersonating the current user, returns error 1309. "An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client."The clue is that this API, (and this is not ...
-
I was wondering if writing well known C# (or VB.NET if you wish) code flow statements, such as for .. and foreach etc. are faster or slower compared to a generic expression.
The results are refreshing . At least using this simple array iteration. Array Iterations on millions of elements, of course, are not the the real life CPU eaters for ...
-
LINQ! Yes, Also I fell in love with linq.
So here is my first try. And as you fans know, I like to dig into subjects.
Maybe, the title is a little incorrect, but I wanted a query that returns one record, using a subquery in one statement!
Using SQL syntax, this would look like the query just below.: Yes, It seems I can dream SQL, but it ...
|
|
|