cronchi

Stories kicked by cronchi

Parallel Tasks in .NET 4.0(www.dotnetcurry.com)

submitted by mopenmopen(3596) 2 years, 1 month ago

The Parallel class found in the System.Threading.Tasks namespace "provides library-based data parallel replacements for common operations such as for loops, for each loops, and execution of a set of statements". In this article, we will use the Invoke method of the Parallel class to call multiple methods, possibly in parallel. read more...

add a comment |category: |Views: 430

tags: another

Visual Studio Test Professional 2010: Test Case WorkItem Type(www.dotnetcurry.com)

submitted by mopenmopen(3596) 2 years, 2 months ago

In this article, we will study the Visual Studio 2010 test case workitem type in detail. read more...

add a comment |category: |Views: 84

tags: another

WPF autocomplete textbox/combobox(www.sottje.net)

submitted by sottjesottje(30) 2 years, 2 months ago

Javascript/Ajax like Automcomplete Textbox/Combobox in WPF. read more...

add a comment |category: |Views: 274

tags: another

Rounded Corners with the Cornerz jQuery plugin(www.devcurry.com)

submitted by mopenmopen(3596) 2 years, 3 months ago

I found a useful plugin to create rounded corners with ease. The output looked consistent in most of the latest browsers I tested it on. Here's a post introducing you to the plugin read more...

3 comments |category: |Views: 546

tags: another

SQL Server 2008 - Table Valued Parameters(www.adathedev.co.uk)

submitted by AdaTheDevAdaTheDev(123) 2 years, 3 months ago

A performance walkthrough of passing a dynamic number of values to an stored procedure using the new table valued parameter support within SQL Server 2008, in comparison with XML and CSV parameter approaches. read more...

add a comment |category: |Views: 24

tags: another

Introduction to Visual Studio Test Professional 2010(www.dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 3 months ago

In this article we will take an overview of the many features available for Visual Studio Test Professional 2010. read more...

add a comment |category: |Views: 1082

tags: another

High performance bulk loading to SQL Server using SqlBulkCopy(www.adathedev.co.uk)

submitted by AdaTheDevAdaTheDev(123) 2 years, 3 months ago

When bulk loading data to an SQL Server database, the SqlBulkCopy class is invaluable. This article compares the SqlBulkCopy approach against an SqlDataAdapter approach to demonstrate the difference in performance, and how to squeeze even more throughput out of the bulk load process. read more...

add a comment |category: |Views: 104

tags: another

Writing Efficient String Functions in C#(www.dotnetcurry.com)

submitted by mopenmopen(3596) 2 years, 3 months ago

To write efficient string handling functions, it is important to understand the characteristics of string objects in C#. read more...

2 comments |category: |Views: 62

tags: another

Multi-tenancy and ASP.NET MVC - Views with a ViewEngine(codeofrob.com)

submitted by robashtonrobashton(384) 2 years, 3 months ago

Carrying on the series by talking about View Engines and how to use one to allow modules to provide their own views read more...

add a comment |category: |Views: 330

tags: another

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

submitted by malcolmsmalcolms(1156) 2 years, 3 months 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...

1 comment |category: |Views: 442

tags: another

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

submitted by pitadev_ajpitadev_aj(300) 2 years, 3 months 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: 279

tags: another

Resolving the error “Validation of viewstate MAC failed” in an ASP.NET(www.devcurry.com)

submitted by mopenmopen(3596) 2 years, 4 months ago

This article explains the reason for this error and how to resolve it using the RenderAllHiddenFieldsAtTopOfForm property read more...

add a comment |category: |Views: 31

tags: another

Building A Color Picker Using ASP.NET MVC And jQuery - Update(www.dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 2 years, 4 months ago

The following article is a update to the article I published on how to build a color picker using ASP.NET MVC and jQuery. read more...

add a comment |category: |Views: 295

tags: another

Setting a Default Button in ASP.NET MVC using jQuery(devcurry.com)

submitted by mopenmopen(3596) 2 years, 4 months ago

In ASP.NET MVC, there's no concept of a default button as there is in ASP.NET WebForms. To mimic this functionality, this can be accomplished quite painlessly using jQuery read more...

2 comments |category: |Views: 321

tags: another

Real World Software + Services Architecture: The Winchester Ballistics(blogs.msdn.com)

submitted by bobfamiliarbobfamiliar(3648) 2 years, 4 months ago

You've no doubt heard by now a lot about software plus services as an architectural concept, but how many real world examples can you say you've seen? On this episode of ARCast, Denny Boynton sits down with Derek Jerrel from Winchester Ammunition and Jim McPherson and Jeff Fattic from Quilogy to discuss their innovative use of Silverlight, WPF and Surface to build a highly advanced and extremely cool ballistics calculator leveraging the power and agility of an S+S architectural model. read more...

2 comments |category: |Views: 158

tags: another

Free EBook for Developing High Quality Applications using .NET(devcurry.com)

submitted by mopenmopen(3596) 2 years, 5 months ago

The Microsoft Application Architecture Guide, 2nd Edition is a Must Have EBook for Developers and Solution Architects read more...

6 comments |category: |Views: 1034

tags: another