bobfamiliar

Stories submitted by friends of bobfamiliar

jQuery Code Snippets for Visual Studio(johnnycoder.com)

submitted by johnsheehanjohnsheehan(4785) 1 year, 9 months ago

Ben Griswold gives an overview of working with the jQuery Snippets for Visual Studio 2010, including how to get them to work with ReSharper read more...

add a comment |category: |Views: 13

tags: another

VS2010 Built-in ASP.NET, HTML, JavaScript Code Snippets Cheat Sheet(john-sheehan.com)

submitted by johnsheehanjohnsheehan(4785) 1 year, 11 months ago

Visual Studio 2010 added support for HTML, JavaScript and ASP.NET code snippets. Here's a handy cheat sheet that lists out all of the new ones included in VS2010. read more...

add a comment |category: |Views: 61

tags: another

Dropbox API and RestSharp for a C# developer(dkdevelopment.net)

submitted by johnsheehanjohnsheehan(4785) 2 years ago

How to use the DropBox API with RestSharp read more...

add a comment |category: |Views: 747

tags: another

Build a group SMS app with ASP.NET MVC(blog.twilio.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 1 month ago

A quick walkthrough on how to build a group SMS application using Twilio and ASP.NET MVC. read more...

add a comment |category: |Views: 27

tags: another

Windows Phone Development: A Quick Introduction(blogs.msdn.com)

submitted by ChrisBowenChrisBowen(240) 2 years, 2 months ago

A walkthrough of installing the developer tools and creating a basic application for Windows Phone 7 Series, including tips on the Windows Phone Emulator, and resources to learn more. read more...

add a comment |category: |Views: 13

tags: another

ASP.NET MVC 2 Released - Scott Gu(weblogs.asp.net)

submitted by powerrushpowerrush(3873) 2 years, 2 months ago

I’m happy to announce that the final release of ASP.NET MVC 2 is now available for VS 2008/Visual Web Developer 2008 Express with ASP.NET 3.5. read more...

add a comment |category: |Views: 62

tags: another

Mercurial tutorial - by Joel Spolsky(hginit.com)

submitted by powerrushpowerrush(3873) 2 years, 3 months ago

Mercurial is a modern, open source, distributed version control system, and a compelling upgrade from older systems like Subversion. In this user-friendly, six-part tutorial, Joel Spolsky teaches you the key concepts. read more...

3 comments |category: |Views: 1245

tags: another

Resource Guide for Visual Studio 2010 RC (Release Candidate)(blogs.msdn.com)

submitted by ChrisBowenChrisBowen(240) 2 years, 3 months ago

This week, Visual Studio 2010 and .NET Framework 4 RC (Release Candidate) became available to everyone for download. This post is a brief guide to resources to help you quickly get started and learn about what’s new. read more...

add a comment |category: |Views: 18

tags: another

Visual Studio 2010 and .NET Framework 4 RC Now Available(blogs.msdn.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 3 months ago

Today, we are making available the Release Candidate (RC) for Visual Studio 2010 and .NET Framework 4 to all MSDN subscribers. The RC will be made available to the world on Wednesday, February 10th. The RC includes a go-live license for people who want to deploy in their production environment. read more...

add a comment |category: |Views: 217

tags: another

NoSQL – A Practical Approach, Part 1(blog.wekeroad.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 3 months ago

In my last post I took a look at possible approaches to using NoSQL and Reporting, and many people wanted to see what this might look like in practice. In part one, below, I’ll show you ways to work with a NoSQL solution (in this case DB4O) in ways that you will find pretty familiar. I’ll also show you the freedom you can have as a developer when you stop thinking relationally. read more...

add a comment |category: |Views: 68

tags: another

Reporting in NoSQL(blog.wekeroad.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 3 months ago

One question that comes up a lot in conversation, however, is “dude what about reporting – you can’t do that with NoSQL very well now can ya?” and the answer is “yes, correct. You can’t”. As with all things programming: right tool for the right job. read more...

add a comment |category: |Views: 311

tags: another

ASP.NET MVC 2 RC 2 Released(haacked.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 3 months ago

After receiving feedback from our last release candidate back in December, we decided it would be prudent to have one more release candidate that incorporated the feedback. You can read the release notes for everything that changed, there’s not a whole lot. read more...

add a comment |category: |Views: 227

tags: another

Enterprise Library 5.0 and Unity 2.0 Roadmap(blogs.msdn.com)

submitted by jbarnesjbarnes(3479) 2 years, 3 months ago

Now that the release of Visual Studio 2010 is just around the corner, the next thing to consider is when will the updated release of Entlib ship? Check out this blog post by Grigori Melnik where he reveals that April 14, 2010 is the magic target date…http://blogs.msdn.com/agile/archive/2010/01/20/announcing-enterprise-library-5-0-and-unity-2-0-roadmap.aspx For those of you who may not be familiar with what Enlib is - The Microsoft Enterprise Library is a collection of reusable software components (application blocks) designed to assist software developers with common enterprise development challenges. read more...

add a comment |category: |Views: 391

tags: another

Developer "Houses" - Awesome Cubicle Alternative(developertown.com)

submitted by powerrushpowerrush(3873) 2 years, 3 months ago

It's one of the first things a visitor to our office notices. It's one of the reasons we call our company a Town. Standing there in the middle of the office, surrounded by desks, chairs, printers, filing cabinets, all the trappings of the typical modern workspace, is a house. read more...

add a comment |category: |Views: 101

tags: another

Using Open XML SDK 2.0 to Create Office Solutions on Windows 7(blogs.msdn.com)

submitted by zhimingzhiming(1135) 2 years, 3 months ago

With Open XML SDK 2.0, it becomes much easier to create Microsoft Office (2007 and 2010) based solutions with managed code than to work with VSTO (Office runtime for Visual Studio through interop) directly. The December 2009 Community Technical Preview (CTP) of the SDK, available for download here, is supported on Windows 7, Vista, XP and Windows Server 2003 and 2008. You can watch this 8-minute video to learn more about how to work with the SDK, including three handy tools for developers here. read more...

add a comment |category: |Views: 163

tags: another

30 “Quick Hit” Videos about ASP.NET 4 and VS 2010 - Scott Gu(weblogs.asp.net)

submitted by powerrushpowerrush(3873) 2 years, 3 months ago

These “quick hit” videos that have been published that also provide quick first looks at some of the new features coming with ASP.NET 4 and VS 2010. These videos aren’t an exhaustive list of everything new – but do provide a great way to quickly learn about many of the cool new things coming with the release. read more...

add a comment |category: |Views: 18

tags: another