Sign in
|
Join
in
Current Tags
Samer Ibrahim's Blog (blog)
Original ASP.NET Community Bloggers (group)
(Entire Site)
ASP.NET Weblogs
Home
Blogs
This Blog
Home
About
Syndication
RSS
Atom
Comments RSS
Recent Posts
Odd behavior in ASP.NET
More Training... this time on SharePoint
AssemblyResolve event of an AppDomain
SharePoint and EIF: Sore point for Microsoft documentation
Mythical Man-Month, The: Essays on Software Engineering, Anniversary Edition, 2/E
Tags
.NET
Articles
ASP.NET
Beer
Books
C#
Lists/Forums/etc.
Miscellaneous
Riddles/Puzzles
SharePoint
Stuff about me
User Groups
VS.NET
Websites
XML
Lists/Forums/Etc.
DevelopMentor
Which Blogs do I read?
Sam Gentile
Scott Hanselman
Andy Smith
Brad Abrams
Duncan Mackenzie
Marcie Robillard
Don Demcsak
Dr. GUI
Eric J. Smith
Fabrice Marguerie
Frans Bouma
Joe Bork
Roy Osherove
Joel Spolsky
John Bristowe
Jon Udell
Julia Lerman
Keith Pleas
Tim Marman
Luke Hutteman
Lutz Roeder
Shawn Wildermuth
Michael Harsh
Anil John (Mobil Musings)
Nikhil Kothari
Paul Wilson
Phil Weber
Randy Holloway
Rob Howard
Robert A. Wlodarczyk
Robert McLaws
Sara Williams
Scott Guthrie
Shawn A. Van Ness
Darren Neimke
Suzanne Cook
Jonathan Goodyear
Eric Rudder
Steve Makofsky
Thomas Lewis
Yasser Shohoud
Kent Sharkey
Scott Watermasysk
Stuart Halloway
Ted Neward
Tomas Restrepo
Alex Lowe
Brad Wilson
Chris Kinsman
Chris Sells
Clemens Vasters
Don Box
Doug Purdy
Drew Marsh
Early Adopter
Ingo Rammer
Jason Whittington
John Lam
Joshua Allen
Peter Drayton
Craig Andera
Robert Scoble
James Avery
Richard Blewett
G. Andrew Duthie
Adam Nathan
Archives
May 2004
(3)
April 2004
(8)
March 2004
(2)
February 2004
(4)
January 2004
(2)
October 2003
(1)
September 2003
(3)
July 2003
(4)
June 2003
(12)
May 2003
(15)
April 2003
(15)
March 2003
(12)
February 2003
(50)
Samer Ibrahim's Blog
The Samer I Warrior on battles with .NET
Browse by Tags
All Tags
»
C#
(
RSS
)
.NET
ASP.NET
Lists/Forums/etc.
Miscellaneous
Stuff about me
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...
Posted
Apr 21 2004, 11:04 PM
by
SamerEyeWarrior
with | with
3 comment(s)
Filed under:
.NET
,
ASP.NET
,
C#
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...
Posted
Jan 13 2004, 10:18 PM
by
SamerEyeWarrior
with | with
20 comment(s)
Filed under:
.NET
,
C#
,
Lists/Forums/etc.
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 | with
3 comment(s)
Filed under:
.NET
,
C#
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 | with
no comments
Filed under:
.NET
,
C#
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 | with
1 comment(s)
Filed under:
.NET
,
C#
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 | with
no comments
Filed under:
C#
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
Posted
Feb 12 2003, 09:40 PM
by
SamerEyeWarrior
with | with
1 comment(s)
Filed under:
.NET
,
C#
,
Miscellaneous
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...
Posted
Feb 04 2003, 07:44 PM
by
SamerEyeWarrior
with | with
no comments
Filed under:
.NET
,
ASP.NET
,
C#
,
Miscellaneous
,
Stuff about me
More Posts
Terms of Use