iammach

Stories kicked by iammach

Parallel Tasks in .NET 4.0 (Part II) – Methods that Return value(www.dotnetcurry.com)

submitted by iammachiammach(50) 2 years, 1 month ago

In one of the previous articles Parallel Tasks in .NET 4.0, we explored a set of new API’s called the "Task Parallel Library (TPL)" which simplifies the process of adding parallelism and concurrency to applications. We used the System.Threading.Tasks.Parallel.Invoke() to call methods that did not return a value. However for methods that return a value, you would need to use the Task(TResult) class which represents an asynchronous operation that can return a value. We will explore how to use this class in this article. read more...

add a comment |category: |Views: 316

tags: another

Development SMTP Servers for IIS7.5 on Windows 7(amadiere.com)

submitted by AmadiereAmadiere(74) 2 years, 1 month ago

For some reason, Microsoft decided they didn’t want to include the SMTP Server in Windows 7 anymore. So, I had to find an alternative... read more...

add a comment |category: |Views: 100

tags: another

Some useful Addins for SQL Server Management Studio 2005 and 2008 (www.sqlservercurry.com)

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

Here are some useful addins I found for SSMS 2005/2008 on CodePlex and thought of sharing it with my readers. read more...

add a comment |category: |Views: 686

tags: another

Auto-Implemented properties comes to Visual Basic 2010(www.codehappiness.com)

submitted by codehappiness.comcodehappiness.com(175) 2 years, 2 months ago

This post is about the new auto-implemented properties in Visual Basic 2010 read more...

add a comment |category: |Views: 19

tags: another

Simple Image SlideShow using jQuery (www.devcurry.com)

submitted by oscaroscar(229) 2 years, 2 months ago

A simple script to do a Image SlideShow read more...

add a comment |category: |Views: 395

tags: another

Return Multiple Objects Using ASP.NET MVC'S JsonResult Class(www.dotnetcurry.com)

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

The following article demonstrates how to return multiple objects in ASP.NET MVC using the JsonResult class. read more...

3 comments |category: |Views: 464

tags: another

Data and Page Compressions – Data Storage and IO Improvement(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 2 months ago

The performance of SQL Server is primarily decided by the disk I/O efficiency. Improving I/O definitely improves the performance. SQL Server 2008 introduced Data and Backup compression features to improve the disk I/O. Here, I will explain Data compression. A detail analysis of the performance along with working script. read more...

2 comments |category: |Views: 184

tags: another

Performing DML Operations using WCF REST Service and Silverlight(www.dotnetcurry.com)

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

WCF REST has provided a mechanism for developing loosely coupled applications. Using Silverlight 3.0 as a client, a light weight consumer of WCF REST service can be created without adding a proxy into the client application. read more...

1 comment |category: |Views: 158

tags: another

Rx - Reactive Extension – for beginners (part 2)(blogs.microsoft.co.il)

submitted by bnayaebnayae(350) 2 years, 3 months ago

this post is the second in a series of posts about the new Reactive Framework (Rx). the previous post discuss the concept of Rx (Reactive Framework Extension), this post will focus on some basic practice. read more...

add a comment |category: |Views: 195

tags: another

Serialize only Selected Elements of a Form and Submit it using jQuery(www.dotnetcurry.com)

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

This article will demonstrate how to submit form data in the background without using ASP.NET AJAX and at the same time prevent some form fields from being submitted. read more...

4 comments |category: |Views: 181

tags: another

IE8 Accelerator Creation Guide(blogs.msdn.com)

submitted by jbarnesjbarnes(3479) 2 years, 4 months ago

Ever wanted to see how truly simple it is to configure an accelerator for Internet Explorer 8? Ever wonder how much more traffic you could drive to your web site with something as easy as an IE8 search accelerator (since almost every web site has at least some level of “Search” capabilities on their web site?) An IE8 accelerator is really just short and simple XML file – here’s an example one below for doing a search on MSDN: This one is REAL handy if you happen to be a .NET Architect / Developer): read more...

2 comments |category: |Views: 80

tags: another

Building A Ratings Widget With ASP.NET MVC And jQuery(dotnetcurry.com)

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

The following article demonstrates how to build a ratings widget for your website using ASP.NET MVC and jQuery. read more...

3 comments |category: |Views: 241

tags: another

Learning how to use Named Content Areas w/ Spark(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 4 months ago

Taking a look at the how to setup and use Named Content Areas w/ the Spark view Engine. Named Content areas allow for an easy and simple way to organize the content or structure of you website. read more...

4 comments |category: |Views: 202

tags: another

Using jQuery To Hijack ASP.NET MVC Form Posts(dotnetcurry.com)

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

The following article demonstrates how to hijack ASP.NET MVC form posts using jQuery. read more...

6 comments |category: |Views: 480

tags: another

Exploring .Net 4 Features - Tuples(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 5 months ago

Taking a look at some of the new features which are part of .Net 4. We will be focusing this episode on Tuples. Tuples allow you to return multiple values from a method with simplicity and ease by allowing you to dynamically create a return object which is typed for your specific needs. read more...

6 comments |category: |Views: 755

tags: another

20 Must Read ASP.NET, jQuery and Silverlight articles on DotNetCurry(dotnetcurry.com)

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

This post contains 20 Must Read articles that were published on DotNetCurry in the year 2009 and focus around web technologies like ASP.NET, MVC, jQuery and Silverlight read more...

add a comment |category: |Views: 23

tags: another