Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

BellinghamDotNet · The Bellingham .NET Users Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 104
  • Category: Development
  • Founded: Dec 16, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 350 - 379 of 1410   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
350 Will Asrari
wasrari Send Email
Oct 27, 2005
5:55 pm
I am anxiously waiting for this to be posted to MSDN subscriber downloads. It's probably going to be slow-download feeding frenzy. - will -- Programming today...
351 Bob Jones
rhj4 Send Email
Oct 29, 2005
5:59 pm
I am planning to completely nuke my hard drive and start over. I use my laptop for everything from office business to development, and I want to configure...
352 Wayne Berry
bellingham32 Send Email
Oct 29, 2005
6:35 pm
2) You need to reinstall it yourself, once you have a "base" install of an OS, make a copy of the virtual hard drive. This will allow your to "spawn" without...
353 Andrew Robinson
nemoby Send Email
Oct 29, 2005
6:42 pm
Bob, The biggest issues with VPC are performance. 1. Buy as much RAM for your host PC as you can. Then buy more. 2. I have heard that you will get...
354 Bob Jones
rhj4 Send Email
Nov 3, 2005
4:00 pm
Has anybody out there written C# code access Exchange contact information? If so, would you be willing to share it? Bob Jones...
355 Andrew Robinson
nemoby Send Email
Nov 7, 2005
5:54 pm
It is official. Today is the launch day for Whidbey aka .NET 2.0. To coincide with the 2.0 launch, I thought that I would put up a very small 2.0 based web...
356 Andrew Robinson
nemoby Send Email
Nov 7, 2005
8:58 pm
The rumored $49 price for the Visual Studio Express Editions has dropped to nothing at least for the first year! Get them while they are free! ...
357 Andrew Robinson
nemoby Send Email
Nov 9, 2005
6:35 pm
An interesting read: http://www.hypercamp.org/2005/11/09#a43 -Andrew...
358 Andrew Robinson
nemoby Send Email
Nov 9, 2005
6:39 pm
http://weblogs.asp.net/scottgu/archive/2005/11/08/430005.aspx or http://www.commercestarterkit.org/...
359 Andrew Robinson
nemoby Send Email
Nov 10, 2005
5:40 am
The Feature Pack is a collection of standalone install packages that provide additional value for SQL Server 2005. It includes: Latest versions of...
360 Will Asrari
wasrari Send Email
Nov 11, 2005
8:23 pm
Get them while they're hot! https://www.microsoftelearning.com/visualstudio2005/ - will -- Programming today is a race between software engineers striving to...
361 Will Asrari
wasrari Send Email
Nov 14, 2005
3:33 am
Does anyone have any experience with URL rewriting using VB.NET<http://VB.NET>or links to references online? All of the tutorials that I have found are either...
362 Andrew Robinson
nemoby Send Email
Nov 14, 2005
4:18 am
Will, Is this with 2.0? If so, you can do it in your config file. If you are working with 1.x, you will need to write an HttpModule. I have some code in a book...
363 Will Asrari
wasrari Send Email
Nov 14, 2005
4:02 pm
Either one would work fine. It sounds like 2.0 would be easiest if all I have to do is change the config file. Will the config file edit make the url ...
364 Andrew Robinson
nemoby Send Email
Nov 14, 2005
4:13 pm
Will, This was just posted on Saturday. A url mapping HttpModule that allows for wild-cards and regular expressions. This version requires v2.0 of the...
365 Andrew Robinson
nemoby Send Email
Nov 14, 2005
4:34 pm
Will, The built in url mapping in 2.0 allows you to map from one asp.net page to another. example: http://www.mysite.com/book.aspx?isbn=0201760398 can be...
366 Dina Berry
dina_berry Send Email
Nov 14, 2005
4:42 pm
Hi Will, Related to hacking URLs is this interesting article for 1.x http://support.microsoft.com/?kbid=887459 You past code in the global.asx file which looks...
367 Wayne Berry
bellingham32 Send Email
Nov 14, 2005
5:37 pm
More information at this artile I wrote for ASP101.com: http://asp101.com/articles/wayne/extendingnamesaspx/default.asp -Wayne ... From:...
368 Will Asrari
wasrari Send Email
Nov 14, 2005
5:54 pm
Thanks Andrew! This will definitely hold me over until mid-January when I complete my 2-week C# course down in Seattle. I'm just trying to do some ...
369 Andrew Robinson
nemoby Send Email
Nov 15, 2005
3:32 pm
"Ten Essential Tools Visual Studio Add-Ins Every Developer Should Download Now" http://msdn.microsoft.com/msdnmag/issues/05/12/VisualStudioAddins/defaul t.aspx...
370 Bob Jones
rhj4 Send Email
Nov 16, 2005
5:24 am
I am looking for a used computer that needs a new home. If you have one you want to let go, let me know. Bob Jones 441-0784...
371 Will Asrari
wasrari Send Email
Nov 16, 2005
4:30 pm
Andrew, Sorry for not getting back sooner. I have been trying to find time to implement the code from that site and get it to work. I'm getting an error in the...
372 Andrew Robinson
nemoby Send Email
Nov 18, 2005
4:38 pm
Han anyone used this or had much success with it? I added a couple of pages to it an hour ago and don't see any info in the reports. I know from my logs that...
373 Andrew Robinson
nemoby Send Email
Nov 18, 2005
4:49 pm
Can I see a show of hands on anyone that is planning on attending Monday's SQL Replication Talk? Hope to see some of you there. More info: ...
374 Will Asrari
wasrari Send Email
Nov 18, 2005
4:58 pm
I started using it about 2 days ago. It took about a day or so before I could view any stats. Once your site gets verified it has to get crawled. After that...
375 Will Asrari
wasrari Send Email
Nov 18, 2005
5:54 pm
I have successfully implemented 2 new applications that utilize URL rewriting on my domain. One is php-based and the other is C#. The C# content manager works...
376 Will Asrari
wasrari Send Email
Nov 18, 2005
6:52 pm
I'm planning on it. -- Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying...
377 Will Asrari
wasrari Send Email
Nov 29, 2005
5:20 am
I have finally succeeded in the arena of URL rewriting. The 2.0 URLMapping tutorial that Andrew pointed me to was a good starting point, but really didn't...
378 Andrew Robinson
nemoby Send Email
Nov 30, 2005
6:30 pm
I haven't heard anything from Ineta, but it looks like we are now a member. This should lead to some goodies for meetings and other possible benefits. ...
379 Will Asrari
wasrari Send Email
Nov 30, 2005
8:12 pm
I'm always interested (especially if at Fiamma). ... -- Programming today is a race between software engineers striving to build bigger and better idiot-proof...
Messages 350 - 379 of 1410   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help