July 2007 Entries

Programando Web para principiantes III - Programming Web 301

Hoy presento en un webcast la tercera parte de la mini serie de programando web para principiantes. No te la puedes perder: http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032346607&Culture=es-AR I'm presenting the third part of the Programming Web series. If you or someone you know know spanish, please let them know:http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032346607&Culture=es-AR

posted @ Monday, July 30, 2007 4:00 PM | Feedback (2)

Tampa Code Camp Pictures

Here are some pictures from the 2007 Tampa Code Camp: http://jonasstawski.spaces.live.com/photos/ Joe Healy:http://www.devfish.net/fullblogitemview.aspx?blogid=421 Russ Fustino: http://blogs.msdn.com/rfustino/archive/2007/07/17/awesome-code-camp-this-past-weekend-in-tampa.aspx

posted @ Wednesday, July 18, 2007 2:58 AM | Feedback (0)

Tampa Code Camp - Code Posted

I posted the Programming Web 301 code and presentation. You can download it here. The presentations went pretty good. A lot of people showed up to both of them. I have to apologize to the people that attended my Programming Web 101 and 201 session for not having enough time. Originally I was going to have 3 sessions (101, 201, 301) but due to time constraints I was asked to drop one or merge 2 together. Since I thought we had 90 minute slots per presentation I had no problem with it. During Code Camp I found out we only had...

posted @ Monday, July 16, 2007 1:43 PM | Feedback (2)

Tampa Code Camp

This saturday July 14th, 2007 is the Tampa Code Camp. To tell you the truth I think this is the only Code Camp I haven't spoken at in Florida! I'm very excited about it! Join me and the rest of the people already registered in yet another free, great developer geekfest. I'm going to be presenting my Programming Web series with the addition of a new session to the series. Because of time, space, and speaker restriction I will be combining Programming Web 101 and 201 into one session. The new session is Programming Web... yes, you guessed it... 301 and it is...

posted @ Tuesday, July 10, 2007 3:34 PM | Feedback (0)

Stored Procedures vs In-Line SQL

This post is in response to Frans Bouma's post, where he explains why Stored Procedures are bad. I'm not going to go over the differences of why to use Stored Procedures or why to use In-Line SQL, you can find many opinions on the topic by doing a simple search. I'm just going to reply to his post with my opinions. One of the reasons why Frans likes to use Ad-Hoc (In-Line) SQL is because with SPs you have to write one SP for everything you do, which can become very annoying to...

posted @ Monday, July 09, 2007 5:17 PM | Feedback (24)

MaskedTextBox: stripping the masked characters

Using the new MaskedTextbox with WinForms and .net 2.0 is awesome, but by default the text property gives you the entered text with the masked characters. It is not wise to store those characters into a DB. By setting the TextMaskFormat to ExcludePrompAndLiterals the text property will return the entered text only. Happy programing!

posted @ Friday, July 06, 2007 7:15 PM | Feedback (0)

Elite Club

I am very happy to announce that yesterday I have been added to a very elite club: the Microsoft MVP (Microsoft Most Valuable Professional) Club. If you don't believe me check it out for yourself: MVP Profile. I will also like to congratulate a coworker, Brian Peek, for also becoming an MVP. So what's an MVP you might ask? Who better than Microsoft itself to explain it:"Microsoft Most Valuable Professionals (MVPs) are exceptional technical community leaders from around the world who are awarded for voluntarily sharing their high quality, real world expertise in offline and online technical communities. Microsoft MVPs are a highly...

posted @ Monday, July 02, 2007 12:38 PM | Feedback (4)