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



Web Services / Remoting (RSS)

Web Services / Remoting
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

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

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

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

Web Services Survey / Giveaway

Via Colt Kwong: Want to influence the design of Microsoft developer platform?
Want to win Visual Studio Professional 2003 with a Viewsonic V37 Pocket PC device?
Click the following link right now: http://146.82.142.73/webservices/

posted Monday, August 04, 2003 5:46 AM by jimmeeker with 0 Comments

PowerToys and Web Services Development Center!

I knew there was PowerToys for the OS.  But there are for VS.NET also.  Coming soon: ADO.NET PowerToys.

I also just found the Web Services Development Center at MSDN. Cool!

posted Tuesday, July 01, 2003 7:16 AM by jimmeeker with 1 Comments

70-310 exam Prep

I mentioned the other day that I was preparing to take the Web Services Exam 70-310 and presto others start talking about it.  I'm not saying I was the spark for that conversation.  But it sure was handy to have all of those links right when I need them. Tim's Exam Links looks especially promising.

[Now Playing: Santana - El Farol (04:51)]

posted Thursday, June 19, 2003 10:30 PM by jimmeeker with 0 Comments

It can't be THIS easy!

But it is.  Hooking up a DataGrid to an XML Web Service.

Dim ws As New ws_WebService.SomethingOrOther()
DataGrid1.DataSource = ws.WebMethod(Key)
DataGrid1.DataBind()

I never would have thought it could be so easy.

I'm actually studying to take the 70-310 XML Web Services certification test in the next couple of weeks.   Any suggestions that might help me out would be greatly appreciated.

 

posted Wednesday, June 18, 2003 11:43 AM by jimmeeker with 0 Comments




Powered by Dot Net Junkies, by Telligent Systems