Wesley Walraeve
I'm the greatest. (Cassius Clay)
Sign in
|
Join
|
Help
Home
RSS
Atom
Comments RSS
Search
Tags
.NET
Ajax
ASP.NET
CSS
Flash
Sharepoint
SmartPart
Sourcecontrol
Subversion
VS.NET 2005
Winforms
Navigation
Home
Blogs
Photos
Downloads
Archives
June 2008 (3)
May 2008 (2)
January 2008 (3)
October 2007 (7)
September 2007 (2)
July 2007 (1)
June 2007 (1)
May 2007 (1)
March 2007 (1)
February 2007 (1)
January 2007 (2)
October 2006 (2)
September 2006 (2)
August 2006 (4)
June 2006 (1)
February 2006 (1)
February 2005 (1)
January 2005 (1)
December 2004 (3)
October 2007 - Posts
0
Comments
How small fishes are eaten by bigger fishes and the bigger by much bigger and ...
by
wesleyw
On Friday the 7th of september 2007 there was an article that Business Objects bought a smaller company Fuzzy Informatik. (Small fish eaten by big fish) 1 month later on monday the 8th of october SAP bought Business Objects for 4.8 billion €uro. (The...
0
Comments
Doe het niet, Anneke
by
wesleyw
Sorry for my English blog readers but this is an article on www.professional.be why Anneke shouldn't study IT and shouldn't look for a job as IT developer. Here is the article(letter, 4 pages) in Dutch http://www.itprofessional.be/career.cfm?id...
3
Comments
Ah no, another 3 letter IT-term: "BDD"
by
wesleyw
Business Driven Development, an evolution of TDD. I think it comes from the Java world, from JBehave . You can find more on http://behaviour-driven.org/ And Dan North wrote JBehave and is giving session about it http://dannorth.net/ And yes there's...
1
Comments
StringBuilder Remove or create a new instance.
by
wesleyw
I wanted to know if the StringBuilder was faster by removing all the text or creating a new instance everytime. So I created a test winforms application with the following test case and results. First Case : Append 100 unique lines of text to a string...
0
Comments
SmartPart V1.1.0.0
by
wesleyw
For those who are looking for the SmartPart version 1.1.0.0. I found it thanks to one of my blog readers Bart Segers. Thanks Bart. You can download the file here . So stop looking on the out-phasing gotdotnet ;-) - Wesley
Filed under:
SmartPart
,
Sharepoint
0
Comments
How safe is it to use an URL to a good article, tool or component?
by
wesleyw
Why the question. I'm facing the problem now that I couldn't find the SmartPart for .NET 1.1. You can read a lot of blog entries about the cool smpartpart and they all use a hyperlink to the blog of Jan Thielens or to the download section on gotdotnet...
2
Comments
Select a complete row in a ASP.NET (2.0) gridview
by
wesleyw
For a project we must be able to select a complete row in a gridview instead of using the Select button. We found a good solution on the following website http://www.geekzilla.co.uk/View9FC28EE6-ACB0-4F51-BFE4-38B0B10134D5.htm . And indeed if you try...