Visual Studio 2005 Virtual Labs

posted on 2005-10-04 at 22:04:19 by Joel Ross

It looks like the Microsoft Virtual Labs for Visual Studio 2005 are live. This is a great way to try out the new bits without downloading gigs of beta code and destabilizing your development box. Go check it out. more »

Categories: Development


 

Binding To An Enumeration - A Followup

posted on 2005-09-26 at 00:41:10 by Joel Ross

Late last week, I posted about being able to bind to an enumeration, and expressed my doubt of it's usefulness in most situations. Well, I was Haacked! Phil posted a followup of how it could be done. Remember, my doubts were because of situations where… more »

Categories: Development


 

JSON - A Quick Look

posted on 2005-09-24 at 00:26:03 by Joel Ross

Steve M. over on Brain.Save() has a nice little post about JSON, which stands for JavaScript Object Notation. I've heard the term JSON, but never realized what it was or how it can be used. Most of the time it's used in conjunction with AJAX, which makes… more »

Categories: ASP.NET


 

RSS For Two-Way Integration

posted on 2005-09-22 at 23:41:06 by Joel Ross

I was listening to Daily Source Code #241 and Adam talked about Jon Udell's interview with Bill Gates, and he was questioning what BillG was talking about when he mentioned two-way RSS. Adam asked what that meant. I don't claim to know, but it did get me… more »

Categories: Development


 

Formatting Strings In ASP.NET

posted on 2005-09-18 at 00:46:35 by Joel Ross

There's an older post from Erik Porter about how he formats labels in ASP.NET. It's a pretty smart trick - he suggests that you use string placeholders for?labels, such as: <asp:Literal id="MyLiteral" runat="server">Name: {0} {1}</asp:Literal&g… more »

Categories: ASP.NET


 

Why We Gave Up On Biztalk Server

posted on 2005-09-15 at 00:57:02 by Joel Ross

My trip to California was eventually a successful one. I say eventually because we pounded our heads against a wall for quite a while working through the Biztalk framework to get what we wanted. Every problem we ran into, we would find a solution, usuall… more »

Categories: Development


 

User Control Interaction - Follow up

posted on 2005-09-14 at 23:37:33 by Joel Ross

Last night, I posted about how we did user control interaction on my last project, prompted by Erik's post. Well, today, I found the magazine at work and read through the article. Guess what? I was right on in what I was doing - although, the article re… more »

Categories: ASP.NET


 

User Control Interaction

posted on 2005-09-13 at 21:20:17 by Joel Ross

I've been working on this for a while, but I was prodded to finish it after seeing Erik's post about the same subject. With my last project, one of the things we did early on was come up with a large set of reusable controls that could easily be used acr… more »

Categories: ASP.NET


 

Zondervan Bible Search

posted on 2005-09-09 at 21:57:09 by Joel Ross

Nope. I haven't gone religious on you (yet)! But Brian posted today about the launch of Zondervan Bible Search, which is a very cool application that I had a small part in. It's a pretty simple yet elegant site at first: It's cool because of the tec… more »

Categories: ASP.NET


 

New Features Of VS 2005 Web Projects

posted on 2005-09-06 at 23:22:27 by Joel Ross

Scott Guthrie has a series of greats post about Web Projects in VS 2005, including a lot of details about how much better it is than VS 2003 offers. I'd expand more on it, but Scott does an awesome job by himself, so just go read them for yourself. These… more »

Categories: ASP.NET


 

<< 1 ... 13 14 15 16 17 18 19 20 21 22 23 ... 36 >>