JonnyBoats

Stories kicked by JonnyBoats

StreamInsight: Simple sample of adapters and Server.Connect(www.devbiker.net)

submitted by JonnyBoatsJonnyBoats(80) 1 year ago

Nice, basic walkthrough on how to use Microsoft's StreamInsight server. read more...

add a comment |category: |Views: 16

tags: another

Rx for beginners TOC(blogs.microsoft.co.il)

submitted by bnayaebnayae(350) 2 years, 3 months ago

learn about Rx (Reactive Extension) blog series read more...

add a comment |category: |Views: 14

tags: another

Twitter - Saving your Tweets(codersbarn.com)

submitted by BognitBognit(2125) 2 years, 5 months ago

Recently, I passed the 700 tweet mark and decided to archive what I had. But how? read more...

add a comment |category: |Views: 7

tags: another

6 Of My Favorite Visual Studio Shortcuts(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 2 years, 5 months ago

A few of my favorite Visual Studio Shortcuts to make my life and yours just a bit easier! read more...

4 comments |category: |Views: 1104

tags: another

Using Resource Dictionarys to clean up Generic.xaml(compiledexperience.com)

submitted by NigelSampsonNigelSampson(505) 2 years, 10 months ago

Generic.xaml can become large and hard to maintain, use Resource Dictionaries to clean them up, read more...

add a comment |category: |Views: 42

tags: another

Windows XP to Windows 7 (XP2Win7) reference application(coolthingoftheday.blogspot.com)

submitted by JonnyBoatsJonnyBoats(80) 2 years, 10 months ago

Windows XP to Windows 7 (XP2Win7) reference application provides a tour of the unique Windows 7 read more...

add a comment |category: |Views: 32

tags: another

WiimoteLib - .NET Managed Library for the Nintendo Wii Remote(brianpeek.com)

submitted by JonnyBoatsJonnyBoats(80) 2 years, 10 months ago

Using a Wii controller on a Windows computer is great! Here is the .NET code you need to make it work along with links to sample apps. read more...

add a comment |category: |Views: 26

tags: another

Deliver Next-Generation SOA Apps with Microsoft Robotics Development S(devx.com)

submitted by JonnyBoatsJonnyBoats(80) 3 years, 1 month ago

Bringing together the best of concurrent and distributed development, Microsoft Robotics Development Studio (MRDS) services allow you to create useful service-oriented applications. read more...

add a comment |category: |Views: 6

tags: another

Going parallel…(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 3 years, 2 months ago

The so-called „many core shift“ is happening. It’s not a thing of the future, it’s not „just around the corner“, it has already begun. And it will change our developers’ life. read more...

add a comment |category: |Views: 369

tags: another

DotNetAttributes, thesource on attributes in the .NET Framework(dotnetattributes.com)

submitted by JonnyBoatsJonnyBoats(80) 3 years, 3 months ago

Welcome to DotNetAttributes, the definite source on attributes in the .NET Framework. This site gives you information and background on all attributes found in the .NET Framework. read more...

add a comment |category: |Views: 15

tags: another

Debugging Windows Service Without Deploying It(blog.decarufel.net)

submitted by decarufedecarufe(959) 3 years, 3 months ago

At the beginning, there was no easy way to build a Windows service using Visual Studio and .NET Framework. Now that Microsoft has integrated this functionality as a template and a class library, it's much more easy to do that. This is good, but to test your newly created service you have to deploy it. That means you must add an installer and build a whole MSI file and run it in your environment. Once deployed, you can start it with Windows Service controller and attach a debugger to it. read more...

add a comment |category: |Views: 14

tags: another

ASP.Net MVC Custom Error Pages(genericerror.com)

submitted by GenericErrorGenericError(215) 3 years, 3 months ago

I have recently spent quite a bit of time getting my ASP.Net MVC application to display errors to the user the way I want and this post outlines the steps I took to get there. This includes general application errors, page not found errors and stupid user errors. read more...

add a comment |category: |Views: 1468

tags: another

Microsoft Mobile Architecture Pocket Guide (codeplex.com)

submitted by JonnyBoatsJonnyBoats(80) 3 years, 4 months ago

The Mobile Architecture Pocket Guide provides an overview and prescriptive guidance for designing mobile applications on the .NET platform. Updated to incorporate community feedback. This is the first patterns & practices update to this guide since 2002 so it's a welcome sight to to have it out there for all our Windows Mobile developers. read more...

add a comment |category: |Views: 5

tags: another

ASP.NET Social Networks - Making Friends - Part 1(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 3 years, 4 months ago

In this article by Andrew Siemer, we will cover the most important aspect of any community site—making friends. We will divide this article in two parts. This part starts with the discussion of Problem, that is, what we need to do to achieve success for the article's topic—finding and inviting friends to your network on a community site. It then moves to Design part where we decide on our requirements, and finally the article reaches Solution part where we begin discussing how to actually implement the features. read more...

add a comment |category: |Views: 18

tags: another

Migrating to Blogengine.net(devlicio.us)

submitted by JonnyBoatsJonnyBoats(80) 3 years, 4 months ago

One bloggers experience moving to blogengine.net and customizing it to meet his needs. read more...

add a comment |category: |Views: 12

tags: another

Microsoft AntiXSS Library(dotnethitman.spaces.live.com)

submitted by misbaharefinmisbaharefin(845) 3 years, 4 months ago

The Microsoft Anti-Cross Site Scripting Library is an encoding library, provided by the ASP.NET and Application Consulting & Engineering (ACE) teams at Microsoft, designed to help developers protect their Web-based applications from XSS attacks. XSS can also be called HTML injection attack, it occurs when un-validated user input is inserted into HTML output. This allows the attacker to construct a URL with HTML input and get it executed on the browser in the user's context. This attack can be used to extract cookie information, steal sessions, write new html tags, invoke ActiveX controls, etc. Essentially, anything that can be done with a browser can be done with this attack without the user's knowledge. read more...

add a comment |category: |Views: 29

tags: another