Latest popular stories Subscribe to this feed

Upcoming Story

BlogEngine.NET 1.6 is Released (code2code.info)

submitted by quachnguyenquachnguyen(319) 6 days, 15 hours ago

The team is proud to announce the release of BlogEngine.NET version 1.6. With several new features and numerous improvements and bug fixes, this is a must upgrade version for current BlogEngine.NET users and those interested in entering the blog scene. read more...

add a comment | category: | Views: 27

tags: another

ASP.NET MVC 2 RC 2 Released (haacked.com)

published 4 days, 17 hours ago, submitted by johnsheehanjohnsheehan(4540) 5 days, 1 hour ago

After receiving feedback from our last release candidate back in December, we decided it would be prudent to have one more release candidate that incorporated the feedback. You can read the release notes for everything that changed, there’s not a whole lot. read more...

add a comment | category: | Views: 192

tags: another

Reporting in NoSQL (blog.wekeroad.com)

published 1 day, 15 hours ago, submitted by johnsheehanjohnsheehan(4540) 4 days, 23 hours ago

One question that comes up a lot in conversation, however, is “dude what about reporting – you can’t do that with NoSQL very well now can ya?” and the answer is “yes, correct. You can’t”. As with all things programming: right tool for the right job. read more...

add a comment | category: | Views: 190

tags: another

A deeper look into AutoMapper: Custom Type Resolvers (www.dimecasts.net)

published 6 days, 11 hours ago, submitted by dwhittakerdwhittaker(12k) 6 days, 18 hours ago

AutoMapper is a framework which uses a convention-based matching algorithm to match up source to destination values. In this episode we are going to learn how to use type resolvers. Type resolvers allow you to perform custom value mapping in a very simple and elegant way with very little code read more...

add a comment | category: | Views: 196

tags: another

JSON Performance in .NET with Binary Data (testing...) (james.newtonking.com)

published 1 day, 11 hours ago, submitted by JamesNKJamesNK(2955) 2 days, 23 hours ago

Binary data and text file formats (JSON, XML) don’t tend get along. To be included in JSON or XML binary data has to be encode into a text friendly format, generally base64, which creates overhead both in the time spent encoding/decoding binary, and the extra size of the text encoded data in the message. In our test we’ll compare serializing a message with binary data using common .NET serialization methods and compare the result. read more...

add a comment | category: | Views: 191

tags: another

.NET 4.0 and System.Collections.Concurrent.ConcurrentQueue (www.codethinked.com)

published 4 days, 17 hours ago, submitted by pitadev_ajpitadev_aj(270) 5 days, 14 hours ago

The ConcurrentQueue is a simple (in use, not in construction!) and yet very powerful addition to your parallel programming toolset. If you need thread-safe FIFO operations, then you can throw your locks away and start using the ConcurrentQueue today. read more...

add a comment | category: | Views: 165

tags: another

Windows Azure Drive (aka X-Drive) (blog.maartenballiauw.be)

published 5 days, 17 hours ago, submitted by maartenbamaartenba(5585) 7 days, 16 hours ago

With today’s release of the Windows Azure Tools and SDK version 1.1, also the Windows Azure Drive feature has been released. Announced at last year’s PDC as X-Drive, which has nothing to do with a well-known German car manufacturer, this new feature enables a Windows Azure application to use existing NTFS APIs to access a durable drive. This allows the Windows Azure application to mount a page blob as a drive letter, such as X:, and enables easily migration of existing NTFS applications to the cloud. This blog post will describe the necessary steps to create and/or mount a virtual hard disk on a Windows Azure role instance. read more...

2 comments | category: | Views: 135

tags: another

How to Convert Hex to Decimal - A simple puzzle (blog.sqlauthority.com)

published 3 days, 17 hours ago, submitted by pinaldavepinaldave(6378) 9 days ago

How to Convert Hex to Decimal - A simple puzzle? Let us see if you have answer to this simple puzzle. read more...

1 comment | category: | Views: 388

tags: another

Query Optimization - Interesting Observation of Compute Scalar before (dotnetkicks.com)

published 1 day, 22 hours ago, submitted by pinaldavepinaldave(6378) 3 days, 18 hours ago

SQL SERVER – Stream Aggregate Showplan Operator – Reason of Compute Scalar before Stream Aggregate February 5, 2010 by pinaldave | Edit I keep a check on the questions received from my readers; when any question crosses my threshold, I surely try to blog about it online. Stream Aggregate is a quite commonly encountered showplan operator. I have often found it in very simple COUNT(*) operation’s execution plan. If you like to read an official note on the subject, you can read the same on Book Online over here. The Stream Aggregate operator groups rows by one or more columns and then calculates one or more aggregate expressions returned by the query. Click more for further story. read more...

add a comment | category: | Views: 225

tags: another

C# 4.0 New Features, Videos, Articles and Books (www.devcurry.com)

published 1 day, 14 hours ago, submitted by mopenmopen(1034) 1 day, 17 hours ago

I was collecting some learning material on C# 4.0 and stumbled across some useful videos, articles and documents available on C# 4.0. I am just listing a few of them. Check them out! read more...

add a comment | category: | Views: 287

tags: another

ASP.NET MVC security checklist (codevanced.net)

published 6 hours, 32 minutes ago, submitted by andreisterandreister(45) 1 day, 16 hours ago

ASP.NET security checklist from a "think-like-a-hacker" perspective: steps one might want to go through once development is done. read more...

add a comment | category: | Views: 93

tags: another

Moving data between two ListBoxes - Difference between jQuery 1.3.2 an (www.dotnetcurry.com)

published 17 hours, 2 minutes ago, submitted by malcolmsmalcolms(698) 5 days, 4 hours ago

The following article demonstrates the benefit in using jQuery 1.4 over 1.3.2 when you need to move data between two select elements. read more...

add a comment | category: | Views: 117

tags: another

Enterprise Library 5.0 and Unity 2.0 Roadmap (blogs.msdn.com)

published 1 day, 11 hours ago, submitted by jbarnesjbarnes(3419) 8 days, 14 hours ago

Now that the release of Visual Studio 2010 is just around the corner, the next thing to consider is when will the updated release of Entlib ship? Check out this blog post by Grigori Melnik where he reveals that April 14, 2010 is the magic target date…http://blogs.msdn.com/agile/archive/2010/01/20/announcing-enterprise-library-5-0-and-unity-2-0-roadmap.aspx For those of you who may not be familiar with what Enlib is - The Microsoft Enterprise Library is a collection of reusable software components (application blocks) designed to assist software developers with common enterprise development challenges. read more...

add a comment | category: | Views: 202

tags: another

Using Open XML SDK 2.0 to Create Office Solutions on Windows 7 (blogs.msdn.com)

published 1 day, 10 hours ago, submitted by zhimingzhiming(1125) 11 days, 13 hours ago

With Open XML SDK 2.0, it becomes much easier to create Microsoft Office (2007 and 2010) based solutions with managed code than to work with VSTO (Office runtime for Visual Studio through interop) directly. The December 2009 Community Technical Preview (CTP) of the SDK, available for download here, is supported on Windows 7, Vista, XP and Windows Server 2003 and 2008. You can watch this 8-minute video to learn more about how to work with the SDK, including three handy tools for developers here. read more...

add a comment | category: | Views: 74

tags: another

Episode 43: Talking OData and SQL Modeling Services with Douglas Purdy (deepfriedbytes.com)

published 12 hours, 32 minutes ago, submitted by cwoodruffcwoodruff(610) 7 days, 7 hours ago

In this episode, Keith and Woody sit down at PDC 2009 with Microsoft’s Douglas Purdy to discuss all things data. Do you remember Oslo from the previous PDC event? Well Oslo has been rebranded to SQL Server Modeling Services to help developers store and manage models for the enterprise. Modeling Services enables you to more productive when building and managing data-driven applications. The guys also get the low down from Douglas on a new web protocol for querying and updating data called OData. read more...

add a comment | category: | Views: 18

tags: another

Take Control of Your Web.Config (derans.blogspot.com)

published 13 hours, 17 minutes ago, submitted by deransderans(94) 7 days, 1 hour ago

After reading a Paul Sheriff article in CODE Magazine, I ended up creating a base WebConfig class to handle getting values out of my web.config. I’ve hated the ConfigurationManager.AppSettings since they deprecated it from ConfigurationSettings.AppSettings. So now I have my own GetAppSetting so I never have to worry about it again. My base class looks like this: read more...

1 comment | category: | Views: 192

tags: another

Alvas.Audio 7.1 has been published. (alvas.net)

published 2 days, 1 hour ago, submitted by alvasnetalvasnet(254) 5 days, 18 hours ago

Whats new (version 7.1): Writes ID3 tag version 1 from MPEG Layer3 streams. Writes INFO metadata(similar mp3 tags) from Wave streams. Checks audio signal silence... read more...

add a comment | category: | Views: 86

tags: another