Search the web
Sign In
New User? Sign Up
BellinghamDotNet · The Bellingham .NET Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 333 - 362 of 1074   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
333
Anyone going to Code Camp: http://pacwest.ms/codecamp/sea/1/ I am staying at the Marriott Courtyard Saturday night which is about 3 miles from the DeVry...
Andrew Robinson
nemoby
Offline Send Email
Oct 6, 2005
3:59 pm
334
Here is a list of sessions for the upcoming Code Camp October 22nd & 23rd. http://pacwest.ms/codecamp/sea/1/sessions.html Can you tell that I am pretty excited...
Andrew Robinson
nemoby
Offline Send Email
Oct 10, 2005
3:09 pm
335
Administrative Computing Services at Western Washington University is in immediate need of a .Net programmer. This person needs to have experience with...
Danny
dcyr2k2
Offline Send Email
Oct 10, 2005
5:41 pm
336
Bob, You might be interested in posting this too: The Whatcom Tech List is a local email distribution list for computer and networking people to communicate...
Wayne Berry
bellingham32
Offline Send Email
Oct 10, 2005
7:57 pm
337
http://msdn.microsoft.com/msdnmag/issues/05/11/default.aspx Lots of stuff on 2.0 and it is all there on the web before I even received my hard copy in the...
Andrew Robinson
nemoby
Offline Send Email
Oct 11, 2005
4:49 pm
338
Hey Andy, Dina and I are going to Code Camp. What was the name of that book you loaned me? I want to buy a copy, I have a new project and I need something ...
Wayne Berry
bellingham32
Offline Send Email
Oct 11, 2005
4:54 pm
339
Pretty sure this is it: Applied Microsoft .NET Framework Programming by Jeffrey Richter http://www.amazon.com/exec/obidos/tg/detail/-/0735614229/ On the code...
Andrew Robinson
nemoby
Offline Send Email
Oct 11, 2005
5:10 pm
340
Joe Hummel has a series of 15 webcasts titled "Modern Software Development Using C#: Develop in .NET" They cover everything from n- tier to interfaces to...
Andrew Robinson
nemoby
Offline Send Email
Oct 12, 2005
3:30 pm
341
I have used the following simple pattern to wrap values stored in ViewState quite a bit: private int Status { get { return ViewState["status"] != null ?...
Andrew Robinson
nemoby
Offline Send Email
Oct 13, 2005
3:50 am
342
So instead of using a <asp:text> variable on the form, you are recommending the code below. If I translate correctly, a variable like strSortOrder could be...
Bob Jones
rhj4
Offline Send Email
Oct 13, 2005
4:03 pm
343
Bob, There are two things going on here. First is that using the ViewState object to preserve values between post backs is a very convenient tool. The values...
Andrew Robinson
nemoby
Offline Send Email
Oct 13, 2005
5:15 pm
344
I am still a C# beginner and I can see the slickness! -- Programming today is a race between software engineers striving to build bigger and better idiot-proof...
Will Asrari
wasrari
Online Now Send Email
Oct 13, 2005
5:33 pm
345
This focuses on what Generics are trying to accomplish rather than what Generics are. I had been struggling with Generics but this article helped me to get my...
Andrew Robinson
nemoby
Offline Send Email
Oct 17, 2005
5:34 pm
346
http://microsoft.sitestream.com/PDC05/ 100s of presentations that you can download. -Andrew...
Andrew Robinson
nemoby
Offline Send Email
Oct 25, 2005
4:48 am
347
* ... * I came across this article this morning while browsing today's popular links on http://del.icio.us/popular. It's funny because I was just complaining...
Will Asrari
wasrari
Online Now Send Email
Oct 26, 2005
5:36 pm
348
VS2005 is much better! http://www.asp.net/whidbey/whitepapers/VSWhidbeyOverview.aspx Can't wait to download the RTM version... (today?) -Andrew ... friends,...
Andrew Robinson
nemoby
Offline Send Email
Oct 26, 2005
5:59 pm
349
http://blogs.msdn.com/somasegar/archive/2005/10/27/485665.aspx No info on SQL though.......
Andrew Robinson
nemoby
Offline Send Email
Oct 27, 2005
5:19 pm
350
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...
Will Asrari
wasrari
Online Now Send Email
Oct 27, 2005
5:55 pm
351
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...
Bob Jones
rhj4
Offline Send Email
Oct 29, 2005
5:59 pm
352
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...
Wayne Berry
bellingham32
Offline Send Email
Oct 29, 2005
6:35 pm
353
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...
Andrew Robinson
nemoby
Offline Send Email
Oct 29, 2005
6:42 pm
354
Has anybody out there written C# code access Exchange contact information? If so, would you be willing to share it? Bob Jones...
Bob Jones
rhj4
Offline Send Email
Nov 3, 2005
4:00 pm
355
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...
Andrew Robinson
nemoby
Offline Send Email
Nov 7, 2005
5:54 pm
356
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! ...
Andrew Robinson
nemoby
Offline Send Email
Nov 7, 2005
8:58 pm
357
An interesting read: http://www.hypercamp.org/2005/11/09#a43 -Andrew...
Andrew Robinson
nemoby
Offline Send Email
Nov 9, 2005
6:35 pm
358
http://weblogs.asp.net/scottgu/archive/2005/11/08/430005.aspx or http://www.commercestarterkit.org/...
Andrew Robinson
nemoby
Offline Send Email
Nov 9, 2005
6:39 pm
359
The Feature Pack is a collection of standalone install packages that provide additional value for SQL Server 2005. It includes: Latest versions of...
Andrew Robinson
nemoby
Offline Send Email
Nov 10, 2005
5:40 am
360
Get them while they're hot! https://www.microsoftelearning.com/visualstudio2005/ - will -- Programming today is a race between software engineers striving to...
Will Asrari
wasrari
Online Now Send Email
Nov 11, 2005
8:23 pm
361
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...
Will Asrari
wasrari
Online Now Send Email
Nov 14, 2005
3:33 am
362
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...
Andrew Robinson
nemoby
Offline Send Email
Nov 14, 2005
4:18 am
Messages 333 - 362 of 1074   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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