http://baldi.myopenid.com/
Name: http://baldi.myopenid.com/
Score: 4,555.45
Last Seen: 663 days, 23 hours, 26 minutes ago
Member Since: 11 January, 2010
DotNetShoutout
atom rss
4
Shouts

.NET 4 Optional and Named Parameters - superiorcode.com

published 1089 days, 3 hours, 56 minutes ago posted by WarspawnWarspawn 1089 days, 11 hours, 23 minutes ago
Thursday, May 27, 2010 12:30:52 PM GMT Thursday, May 27, 2010 5:03:36 AM GMT
.NET 4 Optional and Named ParametersApril 29, 2010WarspawnView Comments.NET 4 Optional and Named Parameters .Net 4 has been out for a couple of weeks now and I have started to delve into the new features. Now we are up to C# version 4 as well, and one of the new features that I find really exciting is Optional and Named Parameters. Being able to use optional parameters in functions is something that is built into C++ and until now has been completely missing from C#. In the past, you basically had to ov... (more)
category: How To | clicked: 0 | comment | | source: superiorcode.com
tags: .net 4
5
Shouts

Download IE9 preview for developers

published 1088 days, 4 hours, 42 minutes ago posted by http://baldi.myopenid.com/http://baldi.myopenid.com/ 1089 days, 7 hours, 59 minutes ago
Friday, May 28, 2010 11:44:42 AM GMT Thursday, May 27, 2010 8:28:13 AM GMT
The second preview of the Internet Explorer 9 is available. It allows developers to get a early look at the new features. It is called a platform preview because it isn't a full browser, many functions are missing. It can be installed side by side with earlier versions of the Internet Explorer and so doesn't damage your system. (more)
category: Web Dev | clicked: 0 | comment | | source: www.code-in.net
tags: HTML, HTML 5, Browser
6
Shouts

Extending CLR types « IronRuby rocks

published 1089 days, 3 hours, 56 minutes ago posted by ThorstenHansThorstenHans 1090 days, 10 hours, 55 minutes ago
Thursday, May 27, 2010 12:30:52 PM GMT Wednesday, May 26, 2010 5:31:43 AM GMT
Extending CLR types 0 comments Posted on 18th May 2010 by Thorsten in IronRuby | Scripts IronRuby, Metaprogramming Extending .NET Framework types could be achieved by .NET Extension Methods since release 3.0. But there is an alternative way to add functionality to core CLR types. You can utilize IronRuby Metaprogramming to add new methods to common CLR types such as System::String or System::IO::File class System::IO::File def self.Equals(firstFile, secondFile) sel... (more)
category: How To | clicked: 4 | comment | | source: ironruby-rocks.com
tags: DLR, IronRuby
6
Shouts

Customizing ASP.NET MVC 2 - Metadata and Validation

published 1089 days, 3 hours, 56 minutes ago posted by KhaledKhaled 1090 days, 7 hours, 38 minutes ago
Thursday, May 27, 2010 12:30:52 PM GMT Wednesday, May 26, 2010 8:48:42 AM GMT
In the first article in this series, A First Look at ASP.NET MVC 2, we looked at the new templated input helpers. To recall, this means you can simply do:<%= Html.EditorFor(m=>m) %> Preview 2 introduced a slightly friendlier syntax for this...<%= Html.EditorForModel() %> With this the framework will generate scaffolding for you. The built-in scaffolding is very basic; however you can customize it by providing your o... (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
5
Shouts

Complex Class in System.Numerics namespace (Framework 4.0)

published 1089 days, 3 hours, 56 minutes ago posted by dotnetfundadotnetfunda 1089 days, 23 hours, 35 minutes ago
Thursday, May 27, 2010 12:30:52 PM GMT Wednesday, May 26, 2010 4:52:25 PM GMT
In this article I will explain you about, how to manipulate Complex numbers by using pretty much cool feature introduced in .net framework 4.0 with System.Numericsnamespace.Under this namespace there is a predefined Complex class with different parameters, properties and methods.This is one of the key enhancements in BCL(Base Class Library). (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: .net 4
4
Shouts

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

published 1089 days, 3 hours, 56 minutes ago posted by KhaledKhaled 1090 days, 2 hours, 21 minutes ago
Thursday, May 27, 2010 12:30:52 PM GMT Wednesday, May 26, 2010 2:06:07 PM GMT
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... (more)
category: How To | clicked: 0 | comment | | source: www.dotnetcurry.com
5
Shouts

Parallel Tasks in .NET 4.0

published 1089 days, 3 hours, 56 minutes ago posted by KhaledKhaled 1090 days, 2 hours, 21 minutes ago
Thursday, May 27, 2010 12:30:52 PM GMT Wednesday, May 26, 2010 2:05:39 PM GMT
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. (more)
category: How To | clicked: 0 | comment | | source: www.dotnetcurry.com
9
Shouts

4 .NET 4.0 Libraries You *Should* Know Better – MEF, Reactive, Tasks and Dynamic

published 1089 days, 3 hours, 56 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 1090 days, 1 hour, 3 minutes ago
Thursday, May 27, 2010 12:30:52 PM GMT Wednesday, May 26, 2010 3:24:05 PM GMT
In this post, I’ll consolidate few posts on four .NET libraries/frameworks, that’ll help you write better apps MEF or Managed Extensibility Framework - System.ComponentModel.Composition MEF or Managed Extensibility Framework is cool. Firstly, it allows you to decouple your components pretty easily. Secondly, it supports various component discovery scenarios, and enables you to write better frameworks. An Introduction to MEF- Creating a Zoo And Animals Reactive Extensions and LINQ To Events – System.Re... (more)
category: How To | clicked: 0 | comment | | source: amazedsaint.blogspot.com
tags: .NET, C#, .Net 4.0
8
Shouts

My VS 2010 and ASP.NET 4 Talks Online - ScottGu's Blog

published 1089 days, 3 hours, 56 minutes ago posted by mithumithu 1089 days, 23 hours, 26 minutes ago
Thursday, May 27, 2010 12:30:52 PM GMT Wednesday, May 26, 2010 5:01:29 PM GMT
The past 7 years I’ve done an annual all day event in Arizona – organized by the most excellent Scott Cate (who always does a phenomenal job organizing the event and making it a great one). Earlier this month I visited and presented 4+ hours of content covering VS 2010, ASP.NET 4 and ASP.NET MVC 2. The talks are demo-heavy and show off a ton of new features. (more)
category: Web Dev | clicked: 0 | 1 comment | | source: weblogs.asp.net
tags: .NET, ASP.NET MVC 2, Visual Studio, VS 2010, ASP.NET 4, ScottGu
5
Shouts

Dynamic Type in C# 4.0: Explained in Three Lines of Code

published 1089 days, 3 hours, 56 minutes ago posted by evannevann 1089 days, 20 hours, 29 minutes ago
Thursday, May 27, 2010 12:30:52 PM GMT Wednesday, May 26, 2010 7:57:41 PM GMT
If you’re comfortable with javascript, python, ruby, or any other dynamically typed programming language for that matter, the new dynamic type in C# 4.0 shouldn’t be too much trouble to understand. In fact, I think I can sum it all up in three lines of code. (more)
category: Web Dev | clicked: 0 | comment | | source: www.weirdlover.com
6
Shouts

Heartysoft.com | Anonymous Types are Internal, C# 4.0 Dynamic Beware!

published 1089 days, 3 hours, 56 minutes ago posted by ashicashic 1089 days, 16 hours, 53 minutes ago
Thursday, May 27, 2010 12:30:52 PM GMT Wednesday, May 26, 2010 11:33:57 PM GMT
This article explains why C# 4.0's dynamic features don't seem to work when evaluating instances of anonymous types returned from a public method of a different assembly. (more)
category: How To | clicked: 1 | 1 comment | | source: www.heartysoft.com
tags: C# 4.0
6
Shouts

Daily tech links for .net and related technologies - May 26-29, 2010 - Sanjeev Agarwal

published 1089 days, 3 hours, 56 minutes ago posted by sanjeevanasanjeevana 1090 days, 6 hours, 50 minutes ago
Thursday, May 27, 2010 12:30:52 PM GMT Wednesday, May 26, 2010 9:37:04 AM GMT
Porting MVC Music Store to Raven: StoreController - Ayende , Building a Store Locator ASP.NET Application Using Google Maps API - Scott Mitchell , Anti-Forgery Request Recipes For ASP.NET MVC And AJAX - Dixin , How to Localize an ASP.NET MVC Application - Michael Ceranski , Tekpub ASP.NET MVC 2 Starter Site 0.5 Released - Rob Conery , How to use Google Data API in ASP.NET MVC. Part 2 - Mahdi , jQuery.validate and Html.ValidationSummary playing nice together - simonince , Automatic Fluent Validati... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: SQL, Web Service, Agile, Architecture, Ajax
5
Shouts

C# 4.0 AccessPrivateWrapper – Instantiate and Access Private/Internal Classes and Members via dynamic + reflection

published 1091 days, 3 hours, 44 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 1092 days, 6 minutes ago
Tuesday, May 25, 2010 12:43:13 PM GMT Monday, May 24, 2010 4:21:35 PM GMT
A C# dynamic wrapper to expose private classes, private types etc. If you have a reason to access private members, or to un earth internal or private classes use this. (more)
category: How To | clicked: 10 | 1 comment | | source: amazedsaint.blogspot.com
tags: dynamic, C#, C# 4.0, Reflection
5
Shouts

Five New Visual Studio 2010 Features

published 1090 days, 6 hours, 8 minutes ago posted by DevGuruDevGuru 1091 days, 6 hours, 58 minutes ago
Wednesday, May 26, 2010 10:18:44 AM GMT Tuesday, May 25, 2010 9:29:07 AM GMT
Visual Studio 2010 offers new features and functionality. Take this developer IQ test and get a FREE copy of VS2010 Tricks XPS / PDF by Scott Mitchell, ASP.NET MVP TIP 1 - Better Multiple Monitor Support TIP 2 - IntelliSense Improvements TIP 3 - Pin Watch Variables TIP 4 - Better Searching TIP 5 - Search the Toolbox (more)
category: Architecture | clicked: 0 | comment | | source: mydeveloperiq.com
tags: Microsoft; Visual Studio
9
Shouts

OData Basics - At the AZGroups "Day of .NET" with ScottGu - Scott Hanselman

published 1089 days, 3 hours, 56 minutes ago posted by jantujantu 1091 days, 4 hours, 10 minutes ago
Thursday, May 27, 2010 12:30:52 PM GMT Tuesday, May 25, 2010 12:16:51 PM GMT
Recently I had the pleasure to speak at the 7th Annual AZGroups.org event in Phoenix, colloquially known as the "Day of ScottGu." Scott talked for about 4 hours or so, then Jeffrey Palermo, then myself. Tough acts to follow! You can view ScottGu's and Jeffrey's talks at http://azgroups.nextslide.com, and mine is here via direct link, and also embedded below.I spoke on OData and it was a great crowd. We had a blast. I'd encourage you to check out the talks, as there's lots of good information and demos.... (more)
category: Screencast | clicked: 2 | 1 comment | | source: www.hanselman.com
tags: Speaking, OData
5
Shouts

Going Lazy with System.Lazy

published 1090 days, 6 hours, 8 minutes ago posted by derikwhittakerderikwhittaker 1091 days, 2 hours, 47 minutes ago
Wednesday, May 26, 2010 10:18:44 AM GMT Tuesday, May 25, 2010 1:39:54 PM GMT
Taking a look at the how to use the System.Lazy namespace in .Net 4.0. One of the pretty cool new nuggets inside the .Net 4.0 framework is System.Lazy and System.Lazy. What System.Lazy brings to the table is a way to create objects which may need to perform intensive operations and defer the execution of the operation until it is 100% absolutely needed. (more)
category: Screencast | clicked: 0 | comment | | source: www.dimecasts.net
tags: .net 4, System.Lazy, DimeCasts.net
8
Shouts

Jon Skeet Dives Deep into C#

published 1090 days, 6 hours, 8 minutes ago posted by jbarnesjbarnes 1091 days, 1 hour, 43 minutes ago
Wednesday, May 26, 2010 10:18:44 AM GMT Tuesday, May 25, 2010 2:44:10 PM GMT
Peter Laudati & Dmitry Lyalin host the edu-taining Connected Show developer podcast on cloud computing and interoperability. Check out episode #30, “You Don’t Find Skeet, Skeet Finds YOU!”. In this episode, the man, the myth, the legend: C# MVP Jon Skeet joins Peter on a whirlwind tour into the bowels of the C# language. Jon talks up lambdas, expression trees, and other C# goodness. Prepare to have your brain tickled! (Interview starts at 31:18) (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
5
Shouts

LINQ: Where are my extension methods? « Mehroz’s Experiments

published 1090 days, 6 hours, 8 minutes ago posted by mehrozmehroz 1091 days, 1 hour, 46 minutes ago
Wednesday, May 26, 2010 10:18:44 AM GMT Tuesday, May 25, 2010 2:40:53 PM GMT
The powerful Extension Methods due to LINQ have made our development really simple and easy. However in some cases these methods are not available. This post will list a few such scenarios and will describe how to get those extension methods by converting IEnumerable to IEnumerable<T>. (more)
category: How To | clicked: 1 | comment | | source: smehrozalam.wordpress.com
tags: IEnumerable, Cast, extension method, oftype, Linq
8
Shouts

PlayReady DRM coming to IIS Media Services

posted by jbarnesjbarnes 1090 days, 23 hours, 9 minutes ago
Tuesday, May 25, 2010 5:18:33 PM GMT
Microsoft announced last week that IIS Media Services will support a version of PlayReady DRM to enable protected HTTP streaming with IIS Smooth Streaming. You can read the blog posting here. Microsoft is working on a version of PlayReady DRM directly within IIS Media Services to enable protected HTTP streaming – without the need for additional license fees or royalties. File-based encryption is the most robust way to secure high value content – much more so than stream encryption, which only secur... (more)
category: Metro | clicked: 0 | comment | | source: blogs.msdn.com
5
Shouts

VS 2010 productivity improvements - Part I - Somasegar's WebLog - Site Home - MSDN Blogs

published 1090 days, 6 hours, 8 minutes ago posted by mithumithu 1090 days, 11 hours, 49 minutes ago
Wednesday, May 26, 2010 10:18:44 AM GMT Wednesday, May 26, 2010 4:37:54 AM GMT
Every developer deserves a fantastic development environment that allows them to write, understand, navigate, and debug code as efficiently as possible. After all, developers spend most of their time in the IDE. As we designed and built Visual Studio 2010, we let this principle guide the product, and I think we've delivered an IDE that raises the development experience bar significantly. Starting today and over the coming weeks, I will highlight my favorite productivity features in Visual Studio 2010.... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: .NET Framework, Visual Studio 2010, IDE, MSDN, Developer Division