web metrics
Visual Studio 2008 - Technoeuphoria!

Browse by Tags

All Tags » Visual Studio 2008 (RSS)

Visual Web Developer 2008 Express Supports Solutions!

With the goal of stressing out my new adopted baby, Brownie (yes I know it makes her sound like a dog but hey, what can I do, it’s brown and I wasn’t feeling very creative when I got her), I installed Visual Web Developer 2008 Express Edition, because...
Posted by jocelyn | 1 comment(s)
Filed under:

Using the Facebook Developer Toolkit 2.0 for Canvas Based applications

I missed the release of the latest version of the Facebook Developer Toolkit from clarity consulting so I decided to play around with it after our Mix It Up event. There have been much changes to the toolkit since the last time I looked into it. It took...

Yet another deep zoom application

Came across another really awesome Silverlight Application that makes use of Deep Zoom done by Kelly Blue Book which I believe they call The Perfect Car Finder . Tim Heuer talks about it more in his blog post . Building deep zoom applications can actually...

Mix for Students: facebook development with .NET

I did a session on facebook development using the facebook developer toolkit where I also showed how I integrated my Piss Off Silverlight application into a facebook app, which I now call PissBook . I’ve registered the pissbook url but have yet to point...

Facebook Developer Garage Session

I had to cut my presentation short last night because I was conscious of the time ^^, and I didn't realize I forgot to show the app!! ^__^ There's going to be a repeat during our event called Mix IT Up! Where we'll also be talking about enhancing...

I LOVE VB 9!

So I've been working on my session on Facebook application development using the Facebook Developer Toolkit . The toolkit comes very hady not only when you're developing Facebook apps but desktop, web applications and mobile apps that leverage...
Posted by jocelyn | with no comments
Filed under:

Visual Studio 2008 Tip of the Day gadget

We know there are tons of new features in Visual Studio 2008. Check out this cool gadget that helps making learning the new stuff easier :) Windows Live Gallery
Posted by jocelyn | with no comments
Filed under:

Answers to a few VS 2008 Trial Edition, TFS 2008, and SourceSafe Questions - ScottGu's Blog

A few people have come up to me and asked about the trial version of Visual Studio 2008. This post from ScottGu addresses some of their queries. Answers to a few VS 2008 Trial Edition, TFS 2008, and SourceSafe Questions - ScottGu's Blog
Posted by jocelyn | with no comments
Filed under:

Dinesh's Cyberstation : LINQ to SQL breaking changes from beta2 to RTM (compiled from my LINQ forum posts)

For those who have been working on LINQ to SQL, this post is a compilation of the breaking changes from Beta 2 to RTM .  Dinesh's Cyberstation : LINQ to SQL breaking changes from beta2 to RTM (compiled from my LINQ forum posts)
Posted by jocelyn | 2 comment(s)

My Facebook Status Updater

I've been fooling around with facebook for quite some time and recently while waiting to go to a party, I wanted to quickly build an app that would pull my friends' status updates and allow me to update mine as well so I don't have to open...
Posted by jocelyn | with no comments

Community Technology Update 2007

I did a session on LINQ today and for those who are interested in the slides here they are. * if you cant see the embedded thingie above, this is the link http://cid-bdfb7845c22e26b6.skydrive.live.com/self.aspx/Public/CTU07%20Resources.zip A better resource...
Posted by jocelyn | 2 comment(s)

Pimp my Outlook!

// leave it to jocelyn to reinvent the wheel and build a solution for herself rather than check to see if it already existed :p // yes, the product team know their stuff, please do not bother re creating the project as this feature already exists. This...

Post MSDN Tech Talk: Introduction to Language Integrated Query

Okay, I didn't have any slides today, and I redirected people to this blog this morning. So allow me to summarize the main points that I discussed. I also have some links to external resources where you can get more information on LINQ. This is actually...
Posted by jocelyn | 3 comment(s)

Partial Classes & Partial Methods

If you're working with LINQ to SQL, you'll probably want to take advantage of the partial methods. This Channel 9 video gives a concise overview of how you can implement the concept of partial methods. Basically, partial methods allow you to create...
Posted by jocelyn | with no comments
Filed under:

IQueryable vs IEnumerable

At the most abstract level, LINQ (Language Integrated Query) can query against two types of provider: IEnumerable, which is virtually any collection type in the .NET Framework and IQueryable object such as LINQ to SQL, or Entities, or XML objects. For...
Posted by jocelyn | 1 comment(s)
More Posts Next page »