boki

Stories kicked by boki

Stacked spline area graphs in Silverlight(www.mindscape.co.nz)

submitted by traskjdtraskjd(3229) 1 year, 6 months ago

Creating graphs in Silverlight? First in the series of posts on new charting controls shipping in Mindscape Silverlight Elements is the stacked spline area graph. See how easy it is to create, style and show of your data in an attractive fashion with Silverlight! read more...

1 comment |category: |Views: 74

tags: another

NoSql No Problem - NoRM and MongoDB Tutorial - Querying(codefather.pl)

submitted by codefathercodefather(70) 1 year, 7 months ago

MongoDB offers a rich query environment with lots of features. Queries in MongoDB are represented as JSON-style objects, very much like the documents we actually store in the database. If you’re moving to MongoDB from a relational databases, you’ll find that many SQL queries translate easily to MongoDB’s document-based query language. This tutorial is based on MongoDB’s documentation and its goal is to show how easy is querying MongoDB database using NoRM. read more...

add a comment |category: |Views: 281

tags: another

Senior developer versus junior developer(marekblotny.com)

submitted by ma4ti4ma4ti4(245) 1 year, 10 months ago

What does it take to advance from junior to senior developer? The most obvious answer is experience. But is it only that? Or maybe number of years of experience is completely irrelevant? read more...

add a comment |category: |Views: 12

tags: another

Making the Most of Silverlight Text Rendering(blog.nerdplusart.com)

submitted by jcavernsjcaverns(317) 1 year, 10 months ago

There really isn’t a single rendering methodology that is going to look great for all fonts in all situations. So, I thought I’d share some of my (highly subjective) opinions. Here are a couple of things that I do get better text rendering in Silverlight. read more...

add a comment |category: |Views: 19

tags: another

Super Simple MVVM(www.charlieblog.net)

submitted by mattatsallysmattatsallys(130) 1 year, 10 months ago

When I was learning MVVM it was taking a bit to really “click”. I was checking for videos or tutorials for something super simple. I never really found anything, they always were doing more than I needed for something super simple. I finally told myself I was going to write a simple app where I have two text boxes, a button, and a label. read more...

add a comment |category: |Views: 672

tags: another

Scott Guthrie on creating the .NET Framework (www.developerfusion.com)

submitted by james.crowleyjames.crowley(1212) 1 year, 10 months ago

A behind the scenes look at Microsoft, interviewing Scott Guthrie and other key figures at Microsoft on the initial steps towards what became the .NET Framework. Scott Guthrie describes how he prototyped the first version of ASP.NET over one weekend in the Christmas of '97, and how Microsoft took the risky decision (at least at the time) to build almost all of it in C#. read more...

1 comment |category: |Views: 737

tags: another

Applying Software Design Patterns - Free Ebook (amazedsaint.blogspot.com)

submitted by amazedsaintamazedsaint(835) 1 year, 11 months ago

A short Ebook on Design Patterns - The objective is to introduce software design patterns in a simple, human readable, and funny (?) way - in the context of designing a soccer engine - By discussing the thought process behind applying design patterns read more...

add a comment |category: |Views: 660

tags: another

Piracy in .NET Code – Part 3 – Even when the code is obfuscated « Nav(bit.ly)

submitted by reshminreshmin(383) 1 year, 11 months ago

This post is about how someone with little advanced knowledge in CLR / Windows can bypass important function calls like license validation. read more...

add a comment |category: |Views: 18

tags: another

From WPF functional Unit Tests to Specifications using MSpec and White(www.laurentkempe.com)

submitted by laurentkempelaurentkempe(317) 1 year, 11 months ago

I am in the train back home and wanted to try out quickly to migrate our WPF functional tests written has Unit Tests to BDD Specifications. Here is the code I started from, pure Unit Test using NUnit and White Now the same functional test written as a BDD specification using MSpec read more...

add a comment |category: |Views: 148

tags: another

ASP.NET MVC Charts(codecube.net)

submitted by joelmartinezjoelmartinez(75) 1 year, 11 months ago

There are a few references online about how to get the new ASP.NET Charting controls working with the MVC framework. However, some of them are outdated, and the corresponding information to make it work with MVC2 are spread out. So in an effort to organize the info all in one place, here’s a quick step by step guide on how to get this working read more...

add a comment |category: |Views: 528

tags: another

CouchDb vs RavenDB - Map & Reduce(codeofrob.com)

submitted by robashtonrobashton(384) 1 year, 11 months ago

A comparison of the Map/Reduce systems in CouchDB and RavenDB and an explanation of quite how different they really are. read more...

add a comment |category: |Views: 464

tags: another

RavenDB vs CouchDB - Basic Queries(codeofrob.com)

submitted by robashtonrobashton(384) 1 year, 11 months ago

RavenDB and CouchDB are compared for their basic querying behaviour read more...

2 comments |category: |Views: 729

tags: another

SmartGit, the Rainbow Unicorn of Windows Git Clients(robertschultz.org)

submitted by robertschultzrobertschultz(205) 1 year, 11 months ago

I have been using Github for a while now, but one of my biggest complaints of using Git was the lack of a sweet client to use in Windows. Here's my review of SmartGit. read more...

add a comment |category: |Views: 65

tags: another

Dropbox API, RestSharp and C# Part 2: The Revenge!(dkdevelopment.net)

submitted by dkarzondkarzon(135) 2 years ago

How to use the DropBox API with RestSharp - Part2: Files read more...

add a comment |category: |Views: 133

tags: another

No SQL in the Wild(blog.wekeroad.com)

submitted by javeryjavery(5523) 2 years ago

How we use MongoDB and MySQL for the development of TekPub. read more...

add a comment |category: |Views: 21

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