bunglebooz

Stories kicked by friends of bunglebooz

Application Setting Events(www.blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 2 months, 6 days ago

Application settings provide a useful means for configuring applications and retaining user settings between program executions. When it is necessary to monitor those settings for changes, four standard events can be subscribed to. read more...

add a comment |category: |Views: 93

tags: another

How to help yourself when NuGet goes down(www.xavierdecoster.com)

submitted by johnrummelljohnrummell(1321) 2 months, 17 days ago

Today will be remembered as the day that NuGet.org went down and broke quite some builds. While many people would love to see the NuGet team wearing a pink sombrero, there is something to say about wearing it yourself if you did not manage to work around this. Let me explain… read more...

2 comments |category: |Views: 131

tags: another

What’s new in WCF 4.5? WebSocket support (Part 1 of 2)(blogs.microsoft.co.il)

submitted by idofidof(307) 2 months, 19 days ago

This is the 11th post in the WCF 4.5 series. The previous post was about the new UDP transport support, and this new post is also about new transports – the WebSocket transport. This post is part 1 of 2. This post will be about the WebSocket support between .NET apps using WCF (SOAP-based), and the next post will be about using WebSockets between browsers and WCF (non-SOAP). read more...

2 comments |category: |Views: 141

tags: another

WCF or ASP.NET Web APIs? My two cents on the subject (blogs.microsoft.co.il)

submitted by idofidof(307) 2 months, 19 days ago

A couple of weeks ago (around Feb. 16) the WCF WebAPIs - a framework for building RESTful/Hypermedia/HTTP services, which was in development over the past 1.5 years as a side-project on CodePlex, has been formally integrated into ASP.NET and its name changed to the ASP.NET Web API. These past two weeks, there has been a lot of questions among WCF developers: What does it mean that the Web APIs are no longer a part of WCF – is WCF dead? Has SOAP gone bankrupted? is HTTP the new way to go for interoperability? This post will try to answer those questions. read more...

add a comment |category: |Views: 336

tags: another

Interesting links for Visual Studio 11 and TFS 11 Beta(www.codewrecks.com)

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

A series of links related to Visual Studio 11 ALM (VS11 + TFS11) read more...

add a comment |category: |Views: 178

tags: another

MS WebAPI in ASP.NET MVC 4 - HTTP Communication got a whole lot easier(www.dotnetcurry.com)

submitted by pardogopardogo(80) 2 months, 27 days ago

In this article, we will see what it takes to use the newly launched WebAPI in an existing MVC 3 application by upgrading it to ASP.NET MVC 4 and extending it to provide http services using the WebAPI read more...

add a comment |category: |Views: 267

tags: another

Entity framework and nhibernate too complex? Say hello to FluentData. (fluentdata.codeplex.com)

submitted by alessandrokicksalessandrokicks(195) 3 months, 6 days ago

Are you tired of fighting with overly complex ORMs such as Entity Framework and NHibernate? Are you tired of poorly generated SQL or having to change your business objects to work with your ORM? Do you miss the power and performance of ADO.NET and SQL, but not the manual tedious work? If so FluentData might be the framework for you. FluentData is a Micro ORM that makes it simple to select, insert, update and delete data in a database. It gives the developer the power of ADO.NET but with the convenience of an ORM. It has a simple to use fluent API that uses SQL - the best and most suitable language to query data, and SQL or fluent builders to insert, update and delete data. read more...

1 comment |category: |Views: 364

tags: another

Economics of Continuous Deployment(ayende.com)

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

CI is great, you'd think then that continuous deployment would be just as awesome. Clients automatically get access to the latest build, and you as the developer don't even have to think about it. That's what Ayende and his team thought as well, until they discovered the hidden economic issues behind this delivery model. read more...

2 comments |category: |Views: 221

tags: another

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

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

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

async / await, some reasoning (blogs.microsoft.co.il)

submitted by bnayabnaya(431) 4 months, 8 days ago

async / await some reasoningasync / await some reasoning this post will try to make some reasoning about the .NET 4.5 / C#5 await keyword. I will begin a quiz. how long will it take to the following method to produce the 42 value?Code SnippetasyncTask read more...

1 comment |category: |Views: 38

tags: another

Gate: Rack for .Net(whereslou.com)

submitted by pwhe23pwhe23(972) 4 months, 9 days ago

The topic of this post is OWIN – specifically the 0.2.1 refresh of the Gate reference implementation which has been released to NuGet.org. read more...

2 comments |category: |Views: 228

tags: another

Important .NET Framework 4.0 Command Line Tools You Must Know(www.devcurry.com)

submitted by SuprotimAgarwalSuprotimAgarwal(715) 1 year, 3 months ago

The .NET Framework 4.0 contains a plethora of command line tools ranging from build, deployment, debugging, security to Interop tools, and so on. Here’s a list of important command line tools in the .NET Framework 4.0 which can be run using the Visual Studio Command Prompt. read more...

add a comment |category: |Views: 749

tags: another

Does your software pass the user test?(billgower.wordpress.com)

submitted by javeryjavery(5523) 1 year, 3 months ago

My software releases were always like a rerun of “Nightmare on Sofware Developers Street. Not any more, from now on, no software gets released without Automated Error Reporting from redgate. read more...

add a comment |category: |Views: 162

tags: another

Lazy developer(osmirnov.net)

submitted by slo2olsslo2ols(618) 1 year, 4 months ago

If I ask about Lazy Loading pattern, 99 out of 100 developers know what it is and what it eats. But if I ask where they use it most often, then more than half will answer - for implementation of Singleton pattern (sometimes I think that 110 of 100 developers know about it). We won't blame them for such illnesses as singletonism (singletonitis is who very love singletons), but the fact remains when developers take for ORM the Lazy Loading are interested them in the least. Let's find out why. read more...

add a comment |category: |Views: 90

tags: another