Monday, April 11, 2005

Doug Reilly has started an interview series called database geeks every week.

This week he is featuring Terri Morton who is a frequent contributor on asp.net forums, an asp.net mvp and an aspinsider. Although that sounds pretty much all about ASP, Terri is a pro when it comes to database work in asp.net apps.

Here is the first interview!



http://www.AcehAid.org
Monday, April 11, 2005 12:29:09 PM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 
 Sunday, April 10, 2005
Here's something a little different than the usual coding... Stephen Toub points to some job openings at MSDN Magazine. One is a developmental editor which is tasked to drive the content and quality of the magazine. Sound pretty cool!

http://www.AcehAid.org
Sunday, April 10, 2005 9:28:10 PM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 
 Friday, April 08, 2005

Dear Julia,

Thank you for submitting a number of sessions for TechEd 2005 Europe. As you are aware, the number of session submissions we received this year was enormous and the quality of the sessions was on a very high level.

Unfortunately we haven’t been able to allocate any slots for the sessions you submitted, due to the large number of submissions and the limited session slots we have available for 3rd party sessions.

We hope that we can work together on one of our future events.

Kind regards,

TechEd 2005 Europe Content Team

----------------------

ahh well, can't blame a girl for trying. And I guess it's better then "DECLINED DAMMIT, DECLINED!" ;-)

Australia & NZ wouldn't even let me submit unless I would cover my own T&E. Well, I guess I could just keep going down the list...



http://www.AcehAid.org
Friday, April 08, 2005 1:11:50 PM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 

I had to get a copy of one of my clients sql server db tables onto my local sql server. For some reason DTS was failing on a particular record and I couldn't identify the problem or the record or the error.

I finally gave up and went over to my whidbey box, set up an ADO.NET bulk copy and streamed the data from the remote sql server into the table on my local server.

(Without having to learn how to do a bulk copy in SQL Server)

What a great feeling!



http://www.AcehAid.org
Friday, April 08, 2005 10:17:11 AM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 
 Thursday, April 07, 2005

I have a client with one last holdout FoxPro 2.6 application. It manages all of their incredibly complex billing and is a work of art and works beautifully and someday we will upgrade it, not to make it better, but just because we will have to. But for now, just accept that fact and move on. :-)

The woman who does the invoicing noticed an odd inconsistency that did not affect billing but a payroll report that was missing one person's 3 hour stint for a particular day  - one of 3 rows that made up one guy's particular day.

That report is created by a union of two queries. The first picks up all the data, the second picks up any body who didn't have any hours that week (10 maybe 15 extra). I looked and looked at this then broke the queries into two. The record was there. Ran the queries with the union, the record was gone and the row count was off by one.

I have been fiddling with this all morning (it's a disease, what can I say?) and there is no rhyme or reason for it. So I just bagged the union and did two queries and appended the results to each other.

But, no complaints. We are all ecstatic that this 8 year old program (which gets tweaked here and there from time to time) still works on the new computers and is great. Thanks to all who are responsible for that!!



http://www.AcehAid.org
Thursday, April 07, 2005 10:15:16 AM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 

Someone who sat in on my C# for VB programmers session at Code Camp emailed with a little problem. DataSet.Table("myTable") was throwing the error

Error: 'System.Data.DataSet.Tables' denotes a 'property' where a 'method' was expected

It is such a common mistake we VB people make in C# because those parens are just totally second nature to us! Even I had to think about it a minute before I saw the problem! It's

DataSet.Table[“myTable“]

The funny thing was seeing a C# programmer complaining that in VB, everything is parens and it makes it hard to tell if we are referring to a parameter or an element, making a method call or getting info out of an array/collection. Great perspective!


http://www.AcehAid.org

Thursday, April 07, 2005 7:46:25 AM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 
 Wednesday, April 06, 2005

Richard Hale Shaw is in town so we thought it would be fun to do a geek dinner.

Date: Thursday April 8th
Time: 6:30 pm
Place: NECI Commons, 25 Church St. Burlington

Note that if there are too many of us to get a table quickly, we will just go elsewhere on Church Street or environs. So try not to be late!!

 



http://www.AcehAid.org
Wednesday, April 06, 2005 8:59:44 PM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 

Hey Vermont.NETters....

Here is fellow user group member, Dave Burke, talking about our Monday speaker, Robert Hurlbut and pointing to his Dot Net Rocks show. Check it out!



http://www.AcehAid.org
Wednesday, April 06, 2005 3:08:23 PM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 

I am likely one of many many people who are struggling with this decision.

PDC and the MVP Summit are 2 weeks apart, both on the west coast. This is really frustrating.



http://www.AcehAid.org
Wednesday, April 06, 2005 8:05:22 AM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 

VTdotNetters -

Last call to register - Mini CodeCamp C# Special Edition with Richard Hale Shaw (@ Watham MA All day Saturday April 30th).

Done in the CodeCamp tradition and will benefit VB/C++ developers who want to get into .NET or C# programmers looking for an all-day refresher course.

(thanks SB for the copy/paste!)

p.s. Come to a geek dinner with Richard in Burlington on Thursday night (April 7). Watch this post for the location



http://www.AcehAid.org
Wednesday, April 06, 2005 7:26:31 AM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 
 Tuesday, April 05, 2005
Tuesday, April 05, 2005 9:35:06 PM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 

(yeah, I know it's been blogged by many people tonight - but this is awesome and I want to push it to my user group website!!)

Microsoft has just launched the VBRun dev center for VB6 developers

Here are the sections highlighted on the start page

Greatest Hits - highlighting some of hte best "black-belt" VB6 content from the MSDN site

VB Fusion - how to interop between VB6 and .NET

Stay the Path - how to leverage your VB6 expertise in VB.NET (I love this just from it's description!)

Check this stuff out!!



http://www.AcehAid.org
Tuesday, April 05, 2005 8:00:06 PM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 
It's a tough choice - Pablo Casto (if you read my blog, then by now you should know that Pablo is the PM on the ADO.NET Team) explains...

http://www.AcehAid.org
Tuesday, April 05, 2005 4:28:13 PM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 

Microsoft has put SQL Server 2005 on their virtual labs site. YOu can actually go play with it without having to find an extra computer to install it on!

http://msdn.demoservers.com/login.aspx?group=sql2005



http://www.AcehAid.org
Tuesday, April 05, 2005 10:29:03 AM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 
 Monday, April 04, 2005
Happy news from my friend Mario Cardinal in Montreal who has been awarded MVP for Solutions Architect. Mario came to VTdotNET in January to teach us about Enterprise Services Applications Blocks before they were even released. He had done so much research just based on the documentation with no code available. Mario has a French .NET talk show called BlaBladotNET. I have never listened to it of course because my french is pretty limited! Congrats Mario!

http://www.AcehAid.org
Monday, April 04, 2005 9:41:26 PM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 

I saw Paschal's MVP post and the follow up conversation about it. I have been mulling this over and decided to comment on it as well. When I read the post I thought that Paschal was asking "what about Ireland?" and throwing caution to the wind regarding how he is perceived. To me, that matches up pretty well with his claim that he doesn't want to be an MVP. His message, as I read it, was "not even one MVP in all of Ireland? Hello?". And he said it even if it meant that, by making a stink about it, he looked, well, like a bit of a stinker.

I understand that message. I have been known to ping MVP leads about some people from Vermont that I wanted to make sure they were aware of. I was delighted to meet up with another Vermont geek at the MVP summit last year! And this is just a little state, not an entire country.

One of the issues for the MVP leads is that people need to get on their radar in order to be considered. Sometimes it takes someone else to make that happen. And even then, there are generally more qualified people than the numbers they are allowed to award to.

So, Paschal and I have different methods. I happen to know some of the leads so I can leverage those connections. He has his blog which definitely gets read, so that's the route he takes. How about use the blog a little further - like have a category: "People I think should be on the MVP radar" - or something like that.



http://www.AcehAid.org
Monday, April 04, 2005 8:30:54 PM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 

Our next Vermont.NET meeting is Monday, April 11th. Robert Hurlbut is driving up from New Hampshire to teach us about Test Driven Development, Unit Testing and NUnit. I am really looking forward to this. I also managed to get a few copies of Dr. Neil Roodyn's Extreme.NET to give away at the meeting. Also, even though it's not exactly on topic, I can't help but raffle off copies of James Avery's new Visual Studio Hacks that arrived a few days back. Darn right I'm keeping a copy for myself. A quick look through left me really impressed. I will write about that later. We also have some swag from the last INETA mailing - Dundas Gauge for .NET.

So this will be a great meeting, very informative and excellent resources and tools to share. Thanks to O'Reilly, Addison Wesley, INETA, Dundas and Robert!!



http://www.AcehAid.org
Monday, April 04, 2005 6:09:37 PM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 

stay tuned for details but mark your calendars.

Time: 6:30
Place: NECI Commons, 25 Church St. Burlington

Note that if there are too many of us to get a table quickly, we will just go elsewhere on Church Street or environs. So try not to be late!!

Richard Hale Shaw will be in town so we thought it would be fun to do a geek dinner on Thursday night.

I'll think up a place (probably downtown or maybe So. Burlington) where we don't need reservations, can walk in with a group of undetermined size and has something on the menu besides pizza.

(Please leave a comment if you plan to attend, thanks)

http://www.AcehAid.org
Monday, April 04, 2005 3:15:14 PM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 

SQL Server Reporting Services and Crystal Reports:
A Competitive Analysis

Thanks for pointing this out, Mike. I have still not touched Reporting Services and continue my "can't live with 'em, can't live without 'em" relationship with Crystal, so I definitely need to read it.. It is written by Brian Bischof who has a self-published book on Crystal Reports.NET that I have talked about before.



http://www.AcehAid.org
Monday, April 04, 2005 2:26:26 PM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  | 

I hate seeing this happen! [With her permission,] I am copying and pasting Heather's post here because she might remove this explanation as well. She already chose to remove the original post. I can understand, I had to do this once, too, although I didn't get hate mail, just a lot of people who wanted me to debate when I just didn't feel like it.

04 Apr 05 - 11:51

i've gotten so much hate mail from writing about a certain film with an assisted suicide, a crappy script and poor props management that i simply took it down.

never again will i express opinions that have even the remotest possibility of offending anyone with a taste for bad films. it's simply not worth it!

i tried writing back directly to those who've left comments but they didn't have the decency to spew their venom from real email addys.

this post will only remain up temporarily, just so you can get this message- in particular the very most recent and evil one which threatened me with God, etc in it. who's site is this anyway?



http://www.AcehAid.org
Monday, April 04, 2005 11:32:07 AM (Eastern Standard Time, UTC-05:00)  #     |  Comments [0]  |