w3stfa11

Stories kicked by w3stfa11

Tutorial: Creating a basic report using SQL Server Reporting Services(blog.thegabrielflores.com)

submitted by w3stfa11w3stfa11(645) 1 year, 3 months ago

This is a howto for SQL developers getting started with SQL Server Reporting Services 2008 R2. Covers the installation and configuration of SQL Server and creation of a SSRS Report. read more...

add a comment |category: |Views: 6

tags: another

Choosing an ASP.NET MVC content management system (CMS)(tempvariable.blogspot.com)

submitted by w3stfa11w3stfa11(645) 2 years, 1 month ago

A blog entry comparing the handful of ASP.NET CMS available, focusing on those that use or integrate with the MVC Framework. read more...

add a comment |category: |Views: 68

tags: another

Resharper 5 Released(web2asp.net)

submitted by ajaxianajaxian(105) 2 years, 1 month ago

ReSharper 5 has now been released simultaneously with Visual Studio 2010. read more...

add a comment |category: |Views: 329

tags: another

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

IronPython 2.0 Has Been Released(infoq.com)

submitted by mghaouimghaoui(340) 3 years, 5 months ago

Microsoft has released IronPython 2.0 on CodePlex, the .NET implementation of the Python language. The most important improvement is running on top of the Dynamic Language Runtime (DLR). read more...

7 comments |category: |Views: 219

tags: another

Refactoring: Getting started is the hard part(david-yancey.com)

submitted by geebsgeebs(85) 3 years, 6 months ago

Looking at 5 obstacles in Refactoring and how to overcome them. read more...

add a comment |category: |Views: 15

tags: another

C# 4.0 New Features Part 4 - Generic Contravariance(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 6 months ago

A simple and easy to follow example of Contravariance in C# 4.0 read more...

add a comment |category: |Views: 1214

tags: another

Microsoft Source Analysis for C# Released(blogs.msdn.com)

submitted by jonasjonas(2215) 4 years ago

From post: "Source Analysis is similar in many ways to Microsoft Code Analysis (specifically FxCop), but there are some important distinctions. FxCop performs its analysis on compiled binaries, while Source Analysis analyzes the source code directly. For this reason, Code Analysis focuses more on the design of the code, while Source Analysis focuses on layout, readability and documentation." read more...

1 comment |category: |Views: 876

tags: another

A Programming Job Interview Challenge(dev102.com)

submitted by shaharyrshaharyr(4325) 4 years ago

Recently, I ran into an interesting job interview question in C++ which I want to share. Lets take a look at the following code... read more...

add a comment |category: |Views: 28

tags: another

Standalone Silverlight Applications (Moonlight)(tirania.org)

submitted by LordLord(3737) 4 years, 1 month ago

"Last year we created a framework to run Silverlight applications as native applications. At the time we called those applications moonlight desklets. The desklets are Silverlight applications that run in standalone mode, with full access to the entire Mono API stack (as opposed to be limited to the .NET subset for the web) and that can optionally render without frames." read more...

1 comment |category: |Views: 105

tags: another

Finding a C# library to decode MP3's(ryanheaney.info)

submitted by rheaneyrheaney(160) 4 years, 1 month ago

Mp3Sharp bills itself as being able to "decode MP3 Files natively in .NET using a Managed application written in C#." Perfect! And it does just that. It's pretty darn easy. read more...

add a comment |category: |Views: 11

tags: another

Silverlight and Firefox 3(tempvariable.blogspot.com)

submitted by w3stfa11w3stfa11(645) 4 years, 1 month ago

A post on the status between Silverlight 2 beta and Firefox 3 beta. (Hint: Beta + Beta = Crash) read more...

add a comment |category: |Views: 26

tags: another

The Linq let keyword(codethinked.com)

submitted by dengar007dengar007(3084) 4 years, 1 month ago

Make your Linq queries more readable using the "let" keyword. read more...

1 comment |category: |Views: 1625

tags: another

Visual LINQ Query Builder - VS 2008 Add-In(dotnetproject.blogspot.com)

submitted by adventureradventurer(2244) 4 years, 1 month ago

Visual Linq Query Builder helps you create Linq to SQL queries for your programs read more...

add a comment |category: |Views: 173

tags: another

.NET Developers: Recommend Your Favorite Open-Source Projects(blog.jeffreymcmanus.com)

submitted by jeffreymcmanusjeffreymcmanus(105) 4 years, 1 month ago

VSLive speaker Jeffrey McManus is asking .NET developers for help with recommendations on their favorite open source tools. read more...

add a comment |category: |Views: 4

tags: another

February / March 2008 Recap - Jon Galloway(weblogs.asp.net)

submitted by javeryjavery(5523) 4 years, 1 month ago

Good recap of the last two months for developers read more...

add a comment |category: |Views: 3

tags: another