From a .NET Geek RSS 2.0
# Friday, July 16, 2004
Friday, July 16, 2004 6:44:00 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -

This is great! look at who they quote in this!

In an interview to CNet News.com Novell's VP of development, Miguel de Icaza, founder of Linux GNOME project, talks about resource efficiency when comparing ASP.NET with J2EE: "We did a study at Ximian when we were trying to find customers for Mono. We found that people said that it was 25% more efficient to build in ASP.Net, because they have to do all this academic crap (with J2EE). Microsoft later funded a similar study and they came up with 30%. We interviewed about 25 customers...
[Via IT Facts.biz]
Friday, July 16, 2004 6:29:00 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -
General
# Thursday, July 15, 2004
Well the guys at Channel9 have been posting some great videos of late the one linked below is a great one about Team Services.

I still can't believe that MS lets Robert Scoble run around loose with a video camera and them post all of this stuff. Many may not know but Robert Scoble has been around the MS development community on and off from the VB 1.0 days on CompuServe forum days. He as gotten in trouble several times by talking about things that the Powers Above did not want disclosed at the time and it looks like he has found a place that is encouraging him to do that. Thanks Robert and the entire Channel9 team keep up the good work!

This is a different kind of video for Channel 9.

Watch the Video
[Via Channel9 Forums]
Thursday, July 15, 2004 11:06:00 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -
General
Here is a good consolidation of topics that I will be using when I rebuild my laptop... That is right I am drinking the kool aid and not going to make my normal local user account part or the Administrators group I will report on my success or failure.

It's painful! It is. And on top of that, it is painful! But the following resources do help:
- Developing Software in Visual Studio .NET with Non-Administrative Privileges
-
How can I run Control Panel applets as another user (one with administrative privileges)? (See the additional links at the bottom)
- Run Using a Least-Privileged Account

[Via Microsoft community blog posts]
Thursday, July 15, 2004 5:58:00 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -
General | System
# Wednesday, July 14, 2004
Christa points out a great article on MSDN on about hiring for ISVs I think most of this applies to solution providers like the one I work for InterKnowlogy some of the items pointed out in the article really hit home like "Know the Law" we let just about anyone conduct interviews and I have heard some inappropriate questions asked that if the person being interviewed wanted could have gone after us. Any way a good read if you are at all involved with the hiring process.

Just had a chance to read through Eric Sink's latest column, Hazards of Hiring. He gives a really insightful overview of the qualities and experience he looks for when hiring developers for his organization. Having worked in the small ISV space myself in the past, I have to say,”Read and learn.” When your entire company is 10 people or so, having 1 person who can't make a go of it (for whatever reason) is both obvious and painful. Hope those of you who work in similar environments find this useful next time an interview loop is on your schedule.
This Blog Hosted On: http://www.SqlJunkies.com/
[Via Microsoft community blog posts]
Wednesday, July 14, 2004 11:39:00 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -
General
# Monday, July 12, 2004

Microsoft is once again showing how it sucks (this is on a few beers) but they have locked up the links blow. Now I know more then most that the thinking goes that if you give away the content people will not show up for the MS love fest that is TechEd but I think MS needs to think that free = more eyes.

There were several posts on blogs.msdn.com about this content and since they decided to pull this they need to explain why they pulled free access to the content to this community that they are trying to foster.

All regular sessions that were given at TechEd in San Diego are available in video and power point slides from http://microsoft.sitestream.com/teched2004/. I have watched\listened to a few sessions so far the two are standouts: I will post any more that I see that are standouts.
[Via Random .NET Ramblings]
Monday, July 12, 2004 8:28:00 PM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -
General
# Thursday, July 08, 2004
I just found a great web site for samples of how to do .NET Crypto work. JavaScience Consulting
Thursday, July 08, 2004 9:17:00 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -
.NET
OK this is a bit cheesy but the information is good, MS has setup a site with a bunch of avi files of some quick walk throughs of how to do things in VB.NET. topics include Deployment, Web Development and many more. VB at the Movies Have fun.
Thursday, July 08, 2004 9:12:00 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -
VB.NET
# Thursday, July 01, 2004
This is one of the best music videos I have ever seen!

What do you get when Pat Helland is on vocals, Don Box is on guitar and David Chappell is on piano? 

You get a hilarious song direct from TechEd Europe. 

Pat sings his version of Don McClean's American Pie.  The lyrics were written by Pat with inspiration from Nicholas G Carr's book Does IT Matter?

Bye Bye Mr CIO Guy..


Watch the Video
[Via Channel9 Forums]
Thursday, July 01, 2004 6:00:00 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -

# Tuesday, June 29, 2004
All regular sessions that were given at TechEd in San Diego are available in video and power point slides from http://microsoft.sitestream.com/teched2004/. I have watched\listened to a few sessions so far the two are standouts: I will post any more that I see that are standouts.
Tuesday, June 29, 2004 5:27:00 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -
General
Better yet Microsoft as announced a whole new line of Express Products.
Tuesday, June 29, 2004 3:38:00 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -

Microsoft has announced that there will be a version of Visual Studio 2005 targeted at just web development and the beta is now available get it here. As part if this my company created a Guided Tour for it at http://beta.asp.net/guidedtour/. I had nothing to do with the Guided Tour but it is still cool.
Tuesday, June 29, 2004 3:28:00 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -

# Wednesday, June 23, 2004

It is well know that the next version of Visual Studio will have all types of new tools to do code refactoring. I have used VS 2005 a little and I thought I liked how it worked but then I saw ReSharper and now I don't think I like the new stuff as much. One big thing I liked in VS 05 is the way it will show where a variable is used so instead of the current Go To Deceleration or Go To Reference you see all the places it is use and the place it is declared. Great that is wonderful but the version of this that ReSharper has implemented is much nicer.

This is the VS 2005 Find All References Window: Find All References

This is the ReSharper Find Usages Window: Find Usages

Wednesday, June 23, 2004 7:38:00 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -
.NET | C#
Rss Bandit Logo And by the way I found a much better RSS reader called Rss Bandit it's way better looking and much more feature rich then SharpReader and it's all open source c# code.
Wednesday, June 23, 2004 4:10:00 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -
General
I recently got interested in RSS feeds as I had bloged about earlier but this has now become a problem. I found that Microsoft has started a blog for MSDN and wow is the material good up there. There is a lot of discussions on features, methodology etc. If you want more knowledge of what is going on in MS start reading but hold on!
Wednesday, June 23, 2004 3:49:00 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0] -

Archive
<July 2004>
SunMonTueWedThuFriSat
27282930123
45678910
11121314151617
18192021222324
25262728293031
1234567
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2009
Woody Pewitt
Sign In
View blog authority
Add to Technorati Favorites


I know it's sad...
Statistics
Total Posts: 433
This Year: 1
This Month: 1
This Week: 1
Comments: 129
<%
Themes
Pick a theme:
%>
All Content © 2009, Woody Pewitt
DasBlog theme 'Business' created by Christoph De Baene (delarou)