Samer Ibrahim's Blog

The Samer I Warrior on battles with .NET

Sponsors

Lists/Forums/Etc.

Which Blogs do I read?

Browse by Tags

All Tags » C# (RSS)
Validator Control that will validate all Controls on a section of a Page
Ever find yourself creating an input form in ASP.NET that required a lot of Controls to be validated? Well, I have. It's tedious. You have to add at least one validator to each Control you wanted validated. Apparently after discussing this with other...
Problem with System.Timers.Timer not firing in a Windows service? Well switch to the System.Threading.Timer instead!!!
Ok so since posting about a System.Timers.Timer problem that I had quite a while ago on several newsgroups/mailing lists, I've received several emails asking about what the solution to the problem is/was so I decided it might be about time to let everyone...
Arrrays and Streams
During my time off from blogging, I was doing quite a bit of playing around with streams. Stream this in here, stream this out there. I noticed two odd things about Streams and arrays in .NET 1.) There is no method in the Stream classes to copy the bytes...
Posted: Sep 17 2003, 12:17 AM by SamerEyeWarrior | with 4 comment(s)
Filed under: ,
Don't Get Bitten by Integer Division
My first story which is entitled "Don't Get Bitten by Integer Division" is now up. It's about integer division in the CLR and how to avoid unexpected results. I didn't want to make it a regular post because of it's length (a bit of code goes a long way...
Posted: Apr 18 2003, 04:46 PM by SamerEyeWarrior | with 1 comment(s)
Filed under: ,
Cool blog entry from Craig Andera
[ Craig Andera ] Building an Array A question that comes up occasionally on the mailing lists revolves around how to manipulate arrays of things. The problem is that once created, arrays can't change size. But what if you don't necessarily know how big...
Posted: Apr 04 2003, 12:01 AM by SamerEyeWarrior | with 1 comment(s)
Filed under: ,
C# Future Features
Generics, partial types, anonymous functions, and iterators - all planned for a future version of C#. This link discusses what these features are and how they might look. [ Craig Andera ] Cool!
Posted: Feb 23 2003, 11:09 AM by SamerEyeWarrior | with no comments
Filed under:
Programming Microsoft Word 2002 and Excel 2002 with Microsoft Visual C#
http://www.microsoft.com/downloads/details.aspx?familyid=b1c30b0c-d2f3-48bb-8e76-7c8892b5ed95&displaylang=en
WOW my first blog.... Thanks Scott!!!
Thanks to Scott Watermasysk I now have my first blog. First thing I'd like to say is that Scott has been extremely responsive thus far and I greatly appreciate him giving this room to write about .NET from my perspective, all simply from the kindness...
More Posts