Jim Meeker's Web Log

Amateur Zymurgist, .Net Hobbyist, Sailor

<July 2008>
SuMoTuWeThFrSa
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789


Navigation

Links

Application Blocks

Subscriptions

News

Visit My Moblog

Jim's Weather Center
Langley AFB

The WeatherPixie - Langley AFB

Post Categories



VB.NET (RSS)

VB.NET
Visual Studio 2005 Beta 1
Check it out.

I'm kinda jealous. I'm still stuck out to sea with no way to download this. Grrrrrrr!

The Express products look interesting. Hey Rory check out the support for .Net hobbyists!

posted Tuesday, June 29, 2004 6:38 PM by jimmeeker with 3 Comments

I'm on a security binge.
After taking a look at Haven's blog (DataGridGirl doesn't have the only pink site around.) I'm on a forensics and security binge. So here are a few good articles/books.

Client-Side Validation in Downlevel Browsers

Could you Pass the Salt? Improving the Security in Encrypting Passwords using MD5

Good Books:
The Cuckoo's Egg
Still a classic and a must read for any IT Pro in my opinion.

Practical Cryptography

Plus I just blew a bundle on new books. I'll let you know how they are.

posted Sunday, May 16, 2004 5:36 AM by jimmeeker with 0 Comments

Where I've been and .Net Hobbyists

I've been out to sea the last couple of weeks.  The next few months are going to be spent mostly at sea.  The good news is that it's giving me a lot of time to study for more MCP exams. I'm working on 70-306 right now. It'll also saves me some gas money.  Whew! $1.66/gallon now!

Being a .Net Hobbyist has some advantages. For one when I get home at night I haven't been coding all day.  I'm more likely to dig into code at night and learn more.

posted Saturday, March 27, 2004 8:16 PM by jimmeeker with 0 Comments

Yukon for Developers Slides

Some folks were wondering about the slides for Geoff Snowman's Yukon for Developers talk.  Here's some information from Geoff.

The slides are on:

www.microsoft.com/pdc

See session DAT300 under Data Systems.

Geoff

posted Saturday, February 28, 2004 8:42 AM by jimmeeker with 0 Comments

Authorization and Profile Application Block

Susan Lennon pointed me to Microsoft Patterns and Practices release of the Authorization and Profile Application Block

 

posted Saturday, January 31, 2004 12:12 PM by jimmeeker with 0 Comments

Brain Noyes on .NET Rocks

Brian Noyes from iDesign, who was a speaker at WeProgram.Net last year, is on .NET Rocks this week with Carl Franklin

posted Monday, January 26, 2004 8:40 AM by jimmeeker with 0 Comments

Web Service Woes

XML Web Services are a wonderful thing. However, they also have some drawbacks. 

The one I have to deal with a lot is the sometimes non-availability of the web service that I'm consuming. For whatever the reason, Time-out issues, server down, lazy network admins, it seems like whenever my application has the highest demand for information called via a web service that service is unavailable.  So we end up caching the data in SQL Server and if the web service is unavailable we get the last available data from SQL and display it to the user (With proper annotations that the data is time late).

I'm wondering if anyone has a better way of dealing with this problem?  Also wouldn't it be great if the Whidbey version of .NET made caching web service data as easy for the developer as user authentication and personalization will be (HINT HINT Microsoft!). 

I haven't read the Preview of ADO.NET 2.0 book yet so maybe they've already done this.

posted Friday, January 16, 2004 6:09 AM by jimmeeker with 0 Comments

Unit Testing Article

In preparation for the HOT session with WeProgram.Net next month there's a good article on Unit testing in .NET on the new TheServerSide.NET site.

From Grant about last nights meeting:  Jim Meeker failed to win a book for the 3rd meeting in a row; the streak is clearly over!

Maybe next time!

posted Wednesday, January 14, 2004 9:49 AM by jimmeeker with 0 Comments

VSTO Developers Center

MSDN has started a Developers Center for Visual Studio Tools for Office. There's not much there right now but I'm liking the code walkthroughs section.

I take that back.  The more I drill down through the site the more really good info I'm finding.

posted Monday, December 01, 2003 5:23 AM by jimmeeker with 0 Comments

New Version of ASP.NET Popup Control is Available

Tomas Petricek has a new version of his ASP.NET pop up control.

posted Monday, December 01, 2003 5:17 AM by jimmeeker with 1 Comments

Data Structures and Web Services

Scott Mitchell is on a roll.

An Extensive Examination of Data Structures: Part 1

An Extensive Examination of Web Services: Part 4

posted Monday, December 01, 2003 5:13 AM by jimmeeker with 0 Comments

ASP.NET 2.0 Preview

PDC is upon us.  Expect to see a grunch of things about upcoming stuff from Redmond.  Here is a little taste of what to expect from ASP.NET 2.0

http://www.w3coder.com/alphatalks/aspnet20.aspx

 

And here are some tips from ScottGu:

http://weblogs.asp.net/scottgu/posts/32965.aspx

posted Monday, October 27, 2003 6:04 AM by jimmeeker with 0 Comments

New Application Block

Logging Application block

There's not much documentation there yet.

posted Thursday, October 23, 2003 7:38 AM by jimmeeker with 0 Comments

Test Driven Development

Roy posts about the Test Driven Development - Craftsman Series.

posted Tuesday, October 07, 2003 5:36 AM by jimmeeker with 0 Comments

Note to Self: Creating a Generic Site-to-RSS Tool

When you have the time read this article by Roy on Creating a generic Site-To-RSS tool .
Also Advanced Unit Testing: Part III, by Marc Clifton

posted Monday, September 29, 2003 7:15 AM by jimmeeker with 0 Comments

Advanced Unit Testing

Marc Clifton has a couple of in-depth articles on The Code Project about Advanced Unit Testing.

Part 1
Part 2

posted Thursday, September 25, 2003 7:18 AM by jimmeeker with 0 Comments

nUnit 2.1 Available

http://sourceforge.net/project/showfiles.php?group_id=10749&release_id=179125

 

posted Tuesday, September 02, 2003 8:34 AM by jimmeeker with 0 Comments

.NET Toolbox

If you haven't seen it yet, take a look at Scott Mitchell's new site, .Net Toolbox. There's not a lot there right now, but it's growing, and promises to be a great resource for developers.

posted Wednesday, August 20, 2003 5:33 AM by jimmeeker with 0 Comments

Rosetta

WOW! Yesterday was a whirlwind of .NET related events here in Hampton Roads.  I missed the morning sessions (Some of us do had to work, at least part of the day ;-). But I was able to attend the afternoon events. Microsoft Developer Community Champion Geoff Snowman (Say that three times fast), gave an informative presentation on Smart Client apps and No Touch deployment.  After the break (We got free popcorn from the movie theater the event was held in), Geoff talked about the upcoming Visual Studio add-in for writing MS Office applications. Really cool stuff.

Later in the evening Geoff talked to our SQL Server User Group about Reporting Services (Code Named Rosetta). This looked REALLY exciting and very easy to use. Especially if you've ever tried to use Crystal Reports with VS.NET. It had great integration with Visual Studio.  I'm looking forward to the release (Around the end of the year for SQL Server 2000). You can try to get in on Beta testing by filling out the forms here.

It looks like we're building quite a community of Hampton Roads .NET bloggers. Mark DiGiovanni and Paul Laudeman have joined the fray.  Subscribed.

posted Wednesday, August 20, 2003 5:24 AM by jimmeeker with 0 Comments

Reflector, etc

Lutz Roeder's Programming.NET

In addition to the great Reflector Class Browser there are a number of other interesting components that you can download. A nice looking menu control and date picker for instance.

posted Friday, August 15, 2003 6:16 AM by jimmeeker with 0 Comments




Powered by Dot Net Junkies, by Telligent Systems