bunglebooz

Stories submitted by friends of bunglebooz

Basic Raven DB Indexing and Querying with Lucene(unstructuredthinking.blogspot.com.au)

submitted by guffshemrguffshemr(178) 3 months, 18 days ago

We've got up and running with Raven DB for our new project, which has been a delight to use from a code perspective, but one of the big gaps for me is figuring out how to do SQL like queries. I'm not too bad at putting a SQL query together as something I do semi-regularly as part of my job, so I thought it shouldn't be too much of a stretch to start pulling some statistics. I was wrong. read more...

add a comment |category: |Views: 123

tags: another

Security for Azure, WCF, Windows Phone 7, and Silverlight – Part 1 of (blogs.msdn.com)

submitted by guffshemrguffshemr(178) 1 year, 9 months ago

The challenge with security is that it is cross-cutting – it spans multiple disciplines, even at Microsoft. This is serious and difficult stuff. I want to try to demystify it. Some of you want to see me continue developing the series "Leverage Cloud Computing with Windows Azure and Windows Phone 7 – Step 1 to Infinity." But first I want to get some security issues ironed out. read more...

add a comment |category: |Views: 31

tags: another

Creating Round Image Button for WP7 (part 2)(blogs.msdn.com)

submitted by guffshemrguffshemr(178) 1 year, 9 months ago

Last time I showed you how I created a Round image Button for my Windows Phone 7 application. Today I am going to show you one of the ways to address a common issue with displaying images in your application that would need to be changed depending on... read more...

1 comment |category: |Views: 348

tags: another

Guidance on VS2010 Architecture Tools(blogs.msdn.com)

submitted by guffshemrguffshemr(178) 1 year, 9 months ago

With the release of Visual Studio 2010 we have put in place tons of new features and ways to work. But how do you use this in a Best Practice way? What we here a lot, is that you need more guidance. Folks want and need to understand best practices and strategies on how to use these new features. read more...

add a comment |category: |Views: 37

tags: another

Script out jobs in SQL Server v2(blogs.msdn.com)

submitted by guffshemrguffshemr(178) 1 year, 9 months ago

For those asking a couple of times if the JobScripter for SQL Server Agent jobs is also available in 2008… here it is ! The only difference is that the version v2 is now targeting to SMO Assemblies of SQL Server 2008 which is version 10.0. read more...

add a comment |category: |Views: 7

tags: another

Querying and Searching XML Documents Using LINQ to XML(www.4guysfromrolla.com)

submitted by guffshemrguffshemr(178) 1 year, 11 months ago

This article continues our look at LINQ to XML. Specifically, we explore how to query XML documents using axis methods as well as how to search and filter XML documents using both LINQ's Where method and XPath expressions. read more...

add a comment |category: |Views: 30

tags: another

Awesome jQuery Tips & Tricks(www.webspeaks.in)

submitted by guffshemrguffshemr(178) 1 year, 11 months ago

jQuery is first choice of a large number of web developers. jQuery earned this fame because of its ultimate powers to perform complex tasks in a simple manner. Thats why it is said about jQuery - 'write less do more'. Let's unleash some extremely powerful features of jQuery that can be to help you in web development read more...

add a comment |category: |Views: 13

tags: another

How to create a simple automatic image rotator using jQuery(www.burnmind.com)

submitted by guffshemrguffshemr(178) 1 year, 11 months ago

I’ll explain a simple way to create an automatic image rotator using jQuery. First have a look at the demo page to understand what we’re trying to accomplish. read more...

add a comment |category: |Views: 365

tags: another