Bryan Sampica
Freakyuno's wanderings in the .NET world.
-
Important Information regarding Visual Studios 2008 Beta 2
We know many of you have been testing the Visual Studio 2008 Beta 2 VPC images, http://msdn.microsoft.com/en-us/vstudio/default.aspx. It has been brought to our attention that the current Visual Studio 2008 Beta 2 VPC images will expire on November 1, 2007, rather than March 15, 2008 as originally announced. It is strongly encouraged that you take all necessary steps before November 1, 2007 to back up all your projects and move your Team Foundation Server data to an alternate location. For instructions on moving your TFS data please refer to the article Moving Team Foundation Server, http://msdn.microsoft.com/en-us/library/ms404879(vs.90).aspx, located on the MSDN Library.
-
DevConnections + MVP's = Lets Meet up
-
HDC07 - A big success!
What a great time to be had a development conferences. Putting that many smart people in one room should be illegal honestly. Two solid days of .NET energy (and one adobe flex talk, ...<blink>) - Culminated with a 4 hour presentation by Scott Guthrie on the new Visual Studios 2008 / .NET 3.0 and 3.5 features.
-
Ajax Service Methods: Returning Strong types or lists.
In all the examples we've seen so far, we've returned simple strings, integers, or a standard type / value. That's all fine and good, until we have something a little more complex to return, or need to return a list or array of something, or a list of type. In the following example I'll demonstrate through code how to accomplish just that.
-
Windows Server 2008 (longhorn) Review
Ok, so I finally bit the bullet and scheduled some time to sit down and take a look at Microsoft's up and coming server platform currently code-named Longhorn. I almost exclusively use Virtual PC 2007 for this type of testing, and this was no exception. The OS gave me no issues installing in this environment and greeted me after a few reboots with a healthy logon screen that is similar but somewhat less decorated than the Windows Vista logon screen.
-
Creating an Efficient UI in ASP.NET. Part 2
In the first installment of this series, we discussed the reasons for creating a clean and efficient UI, and some of the methods behind it. If you haven't read the first part I suggest you do so here. In this article we are going to go over some of the basics in getting setup to provide a streamlined user interface in a business sector. Examples of use would be an intranet application, a Contact management solution, or some similar file / information store. We'll discuss the pro's and con's of a few model types and ultimately choose a method and start our design. The goal at the end of this article is to provide an interface "shell" that can be reused across different application types. This shell should be similar to a template, but more extensible.
-
Web 2.0 - world domination
-
Creating a Who's Online usercontrol with .NET 2.0's membership provider
David Yancey over at his Geebs blog has created a slick little bit of code to allow users to put a "Who's online" type of control on their sites by querying the membership provider. It appears it also allows for anonymous users as well. Check it out
-
Creating an Efficient UI in ASP.NET. Part 1
I've tried to be as thorough as possible in this series of articles, this articles assume above beginner knowledge of CSS, ASP.NET controls, and AJAX Control Toolkit items. The series is scheduled for 5 parts and at the end of the series I will provide a link to an example project that incorporates and demonstrates the items we'll talk about throughout the series.
-
CRINETA - Thanks again!
I just wanted to take a moment to thank the Cedar Rapids branch of the INETA user group for the warm welcome. I enjoyed speaking to the group tonight, and I hope some useful information was had by all.
I'm in the process as we speak of converting the video I took to a web format, and I'll make it available as soon as I can get it converted to something web friendly.
I look forward to further meetings.
To those that had extended questions - I'll get emails out to you, as soon as I can work up some good examples.
To clarify a few points:
At one point during the presentation I mentioned that PHP was not a high performance platform. I should stand corrected (with a little help). What I should have said was - any I could write under PHP wouldn't be high performance by any means.
One of the most significant questions of the evening was:
'What do you see are the downsides to using Ajax' (non verbatim).
Anyone that has comments about that topic - feel free to post.
Thanks again,
Bryan Sampica
Microsoft MVP