We all know that John Robbins, Jeff Prosise and Jeffrey Richter are .NET Rock Stars. But now it’s official!
I also want to commend the author, Esther Schindler, on a great set of questions.
http://www.AcehAid.org
We all know that John Robbins, Jeff Prosise and Jeffrey Richter are .NET Rock Stars. But now it’s official!
I also want to commend the author, Esther Schindler, on a great set of questions.
http://www.AcehAid.org
Digital Bridges is a program at Middlebury College and they are putting on a full day workshop wtih professionals from many different businesses that either do business on the web or provide infrastructure. Sounds interesting.
Here’s more info on the event.
http://www.AcehAid.org
http://www.AcehAid.org
lucky us!!! Rob Howard is coming to Vermont.NET on February 21st. We are getting a Black Belt ASP.NET Tips & Tricks talk. This is happening thanks to INETA as Rob is an INETA speaker.
I had tricked Rob into coming here with the promise of some fun snowboarding at near by Sugarbush, but unfortunately he had to change his plans and is now doing a quick overnight trip. This also means that we couldn’t schedule him with other “nearby” groups – such as Montreal (2 hrs away) or Boston area (3.5 – 4 hours).
http://www.AcehAid.org
Why being stubborn is good when you are a programmer
I agree. Though actually I have always said I am stubborn and lazy. Stubborn is the “I will NOT let the computer win” part, and lazy is the part the makes me not want to write the same code over and over again. We all know that it takes more time to write reusable code than to just whip out some code to solve a particular problem. But it’s worth it to make it reusable so you don’t have to do it again. Or to write code that will automate more processes. Etc. Lazy, I say.
http://www.AcehAid.org
http://www.AcehAid.org
The IRS has enacted a new law which allows individuals to deduct contributions to recognized charitable organizations for Tsunami relief on your 2004 tax return even if you make the donation through 1.31.2005. Usually those contributions would have to be made by 12.31.2004. Read the IRS guidelines on what determines if an organization would qualify before making your donation. This is a great opportunity to help so many people in need and qualify for a deduction as well.
http://www.AcehAid.org
Perhaps, it’s true 🙂 (and hopefully just momentary…)
I have LOST MY MIND!
this works just fine:
Dim conn As SqlClient.SqlConnection = New SqlClient.SqlConnection(“server=myserver;Trusted_Connection=True;Database=pubs”)Dim cmd As SqlClient.SqlCommand = New SqlClient.SqlCommand(“select * from authors”, conn)Dim da As New SqlDataAdapter(cmd)Dim ds As New DataSetda.Fill(ds)
Dim ds2 As New DataSetDim t As DataTable = ds.Tables(0).Copyds2.Tables.Add(t)
what happened to the “DataTable belongs to another dataset“ exception? Was it only in 1.0 and I just never tried it again with 1.1? I know I struggled with this forever a long time ago.
oh do I need a vacation.
Rather than just searching for workarounds or whining about this problem in my blog, I have submitted a suggestion in the Product Feedback Center. If you think this will help you, go vote on it. If you think this is a stupid idea, go vote on it.
| |||||
Thanks. | |||||
http://www.AcehAid.org