flyingkick

Stories kicked by flyingkick

Upgrade TFS2010 to TFS11 with Detach and Attach(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 2 months, 5 days ago

Upgrade a Team Foundation Server Project Collection from TFS2010 to TFS11 Beta with Detach/Attach and post update manual procedure. read more...

add a comment |category: |Views: 59

tags: another

Token Based Asynchronous Socket Server On .NET 4(mbrnd.net)

submitted by mabovykinmabovykin(50) 2 months, 6 days ago

An asynchronous token based socket server, which means that server and client will use token exchange as a handshake to confirm that all of the messages were correctly delivered. read more...

add a comment |category: |Views: 121

tags: another

Clearer MVC(msprogrammer.serviciipeweb.ro)

submitted by flyingkickflyingkick(331) 3 months, 20 days ago

In every application there are some variables that are set by the ASP.NET application( ASP.NET_SessionId cookie ) and some that are set by the programmer( cached data in Application/Session/Cache/Cookies and so on).I wanted every time to have a page where I can “clear” / delete those – and not found. So it’s the Clearer project. read more...

add a comment |category: |Views: 9

tags: another

Performance - Using .Net and COM(itaibh.blogspot.com)

submitted by flyingkickflyingkick(331) 3 months, 20 days ago

Yesterday I was given a task to help improve the performance of a feature. I was told that the feature was written in a very straight forward way, nearly no optimizations taken. The problem was that it took several minutes (yes, minutes) to run, rather than a few seconds or better than that. read more...

1 comment |category: |Views: 3

tags: another

Why is RAID So Important for Databases?(www.sqlservercurry.com)

submitted by flyingkickflyingkick(331) 3 months, 20 days ago

A good server design has no, or very few, single points of failure. One of the most common server component that fails, are disks. So data redundancy becomes essential to recoverability. Redundant Array of Independent/Inexpensive Disks (RAID) is a disk system that provides better fault-tolerance by making use of redundancy of disk(s). read more...

1 comment |category: |Views: 175

tags: another

Signed Integers Considered Stupid(blackhole12.blogspot.com)

submitted by flyingkickflyingkick(331) 3 months, 20 days ago

Signed integers have always bugged me. I've seen quite a bit of signed integer overuse in C#, but it is most egregious when dealing with C/C++ libraries that, for some reason, insist on using for(int i = 0; i < 5; ++i). Why would you ever write that? i cannot possibly be negative and for that matter shouldn't be negative, ever. Use for(unsigned int i = 0; i < 5; ++i), for crying out loud. read more...

add a comment |category: |Views: 7

tags: another

Going Faster: Sexy numbers and full post-mortem(blogs.dotnetkicks.com)

submitted by dpetersondpeterson(4397) 4 months, 3 days ago

In a followup to my article on how not to suck at serving web content, I go over what we did to improve page performance at DotNetKicks and why it worked. Read the first post if you haven't already: http://blogs.dotnetkicks.com/dnk-jump-in/2011/12/21/going-faster-how-not-to-suck-at-serving-web-content/ read more...

add a comment |category: |Views: 228

tags: another

Removing items in Orchard(www.szmyd.com.pl)

submitted by pszmydpszmyd(180) 11 months, 28 days ago

Short overview of how Orchard CMS handles item removal. read more...

add a comment |category: |Views: 5

tags: another

Why is a Y in the Windows Phone Mango Camera API(kodierer.blogspot.com)

submitted by teichgrafteichgraf(615) 1 year ago

The new Windows Phone Mango tools will contain the Webcam CaptureSource and VideoSink API from Silverlight 4. Additionally it also introduce the new FileSink class which can be used to record the video stream as MP4 to the Isolated Storage. Most important a new PhotoCamera class with a lot of functionality is present in Mango. This blog post tries to fill the gaps and provides some information especially about the PhotoCamera's YCrCb capture methods. read more...

add a comment |category: |Views: 50

tags: another

Introducing JustTrace and JustDecompile (blogs.telerik.com)

submitted by KodefuGuruKodefuGuru(2818) 1 year ago

Have you heard the news? New productivity tools have Just™ arrived, and it turns-out good things come in twos! JustTrace and JustDecompile have just been revealed and the betas are immediately available for download. read more...

add a comment |category: |Views: 54

tags: another

Testing Asynchronous Logic(www.bryancook.net)

submitted by bbcookbbcook(335) 1 year, 1 month ago

Great article that demonstrates a refactor-friendly utility for testing objects that raise events. read more...

add a comment |category: |Views: 56

tags: another

Introducing StitchIt – The CommonJS Module packager for ASP.NET MVC(blog.davidpadbury.com)

submitted by d104d104(25) 1 year, 1 month ago

A CommonJS Module packager for ASP.NET MVC for structuring large HTML5 JavaScript applications. Includes both client-side templating and CoffeeScript support. read more...

add a comment |category: |Views: 40

tags: another

How to Dump() an ExpandoObject in LINQPad(www.hemme.co.cc)

submitted by hemmehemme(189) 1 year, 1 month ago

LINQPad is a great tool. ExpandoObject is a nice guy but you cannot directly Dump() it within LINQPad. Well.. actually, you can. read more...

add a comment |category: |Views: 33

tags: another

Custom Authentication with MVC 3.0(bradygaster.com)

submitted by bradygasterbradygaster(4897) 1 year, 1 month ago

A demonstration of rolling your own custom authentication/authorization scheme under MVC 3.0. Shows how to use the IIdentity and IPrincipal interfaces to create classes that can be used to hard-wire a user account to the request context and thereby harness all the resources built into ASP.NET to secure your MVC 3.0 applications using your own custom implementation. read more...

add a comment |category: |Views: 115

tags: another

C#/.NET Little Wonders: First() and Single() - Similar Yet Different(blackrabbitcoder.net)

submitted by BlackRabbitCoderBlackRabbitCoder(661) 1 year, 1 month ago

Once again, in this series of posts I look at the parts of the .NET Framework that may seem trivial, but can really help improve your code by making it easier to write and maintain. Today we're going to look at two LINQ extension methods that are both very similar and yet very different.&amp;#160; Logically, First() and Single() serve similar purposes, but there is a subtle difference between these two that if you aren't expecting it may give you different behaviors. read more...

add a comment |category: |Views: 29

tags: another

Silverlight 5 3D SLARToolkit Augmented Reality = Win!(kodierer.blogspot.com)

submitted by teichgrafteichgraf(615) 1 year, 1 month ago

This post provides the new demo for SLARToolkit which leverages this fast GPU-based rendering to draw some nice effects with 60 frames per second. You can try the live sample if you have the Silverlight 5 beta installed or watch a video instead. read more...

add a comment |category: |Views: 6

tags: another