A common technique in hiring confident people is to “over” post the position and see who has the guts to apply for a position that is over their head. The...
Heck, McD's says that they want a college degree. you should have seen the posting from appleone for a MSFT PSS SP for the WSS queue. I've seen better...
Just depends, if you are going to get 200 resumes, might as well screen them before they get to you. However if you are only going to get 5 and you are ...
Hello guys, TAG's summer fest, Tech Stomp is happening next Thursday, August 9. Unlike the TAG luncheon's this is an evening event and it takes place down at...
Just a quick follow up on Anna's posting about Tech Stomp: TAG has given us quite a bit of support by funding pizza needs for our evening meetings. If you want...
A few members of the Bellingham .NET Users Group build and sell their own software products. More of us think about building and selling our own software. I...
Would anyone be interested in attending this: (and a quick note from Scott himself: Hi Andrew, My plan right now is for the talk to be 90% demo driven - where...
As of now, Will, Phil and myself are heading down south for this talk. We are leaving my office at 4:00 pm (Broadway and Elm). I am driving. Guessing we will...
Just wanted to pass on a quick update. 1. Our Wednesday eventing summer hiatus is coming to an end and I am trying to firm up our fall schedule. Wednesday 6:00...
Just a quick reminder: today is our monthly lunch. Hope to see many of you there. -Andy ... This Friday is our monthly social lunch. We will be meeting at the...
Emergency Reporting is seeking a fulltime asp.net web developer at our office located in Bellingham, WA. Requires the following skills: -Asp.NET skills -SQL...
Logos Bible Software is seeking a Software Developer to join our web applications department. Successful candidates will have a strong object-oriented...
SPIE seeks a Database Administrator with proven experience in maintaining and supporting Microsoft SQL Server databases in an enterprise environment. The...
Next Wednesday (September 12th) will be our first post-summer meeting. 6:00 pm: smooze and pizza. 6:30 pm: presentation. We will be meeting at the Health...
A few of us here at work have been discussing whether to store commonly used information about a user in either ViewState (possibly Session) or pull it from...
I'm a big fan of Xml Serialization. I believe that the less database interaction, the better. Use xml serialization to create an xml file from an object and...
For our larger intranet applications we tend to use session to store user/app state information. It's very convenient when you need to manage a multi-step...
Here's something quick and dirty that I just put together. It will show you Xml Serial/Deserializaton in it's most basic form. Personally I use an OR/M that...
Will, Your post got me going off on a tangent.... You wrote "Remember that you can't serialize readonly properties." I haven't done a lot of work with...
... As did I ! I do admit that the example I provided is basic at best. If you just want to store some values in some file on a server that can be treated as...
I use the Cache object in my business layer as I am querying database information. By doing this, I do not need to worry about whether the data is coming...