bdesmet

Stories submitted by bdesmet

LINQ through PowerShell(community.bartdesmet.net)

submitted by bdesmetbdesmet(290) 3 years, 11 months ago

Access all sorts of LINQ-supporting data sources directly from PowerShell using familiar pipeline syntax. read more...

add a comment |category: |Views: 54

tags: another

Q: Is IQueryable the Right Choice for Me?(community.bartdesmet.net)

submitted by bdesmetbdesmet(290) 4 years ago

IQueryable<T> is just one way to create custom LINQ providers, but this post outlines different approaches that are attractive for less-complicated query providers. read more...

add a comment |category: |Views: 128

tags: another

The Return of the Pattern Matcher - Sample Code Available(community.bartdesmet.net)

submitted by bdesmetbdesmet(290) 4 years, 1 month ago

A sample implementation of pattern matching techniques in C# using expression trees. read more...

add a comment |category: |Views: 2

tags: another

Pattern Matching in C# - Part 6(community.bartdesmet.net)

submitted by bdesmetbdesmet(290) 4 years, 1 month ago

More fun with pattern matching in C# 3.0: a look at collection initializers. read more...

add a comment |category: |Views: 15

tags: another

Pattern Matching in C# - Part 5(community.bartdesmet.net)

submitted by bdesmetbdesmet(290) 4 years, 1 month ago

Read how the functional concept of pattern matching can be built using C# 3.0 features like expression trees. read more...

add a comment |category: |Views: 12

tags: another

Pattern Matching in C# - Part 4(community.bartdesmet.net)

submitted by bdesmetbdesmet(290) 4 years, 1 month ago

Read how the functional concept of pattern matching can be built using C# 3.0 features like expression trees. read more...

add a comment |category: |Views: 4

tags: another

Pattern Matching in C# - Part 3(community.bartdesmet.net)

submitted by bdesmetbdesmet(290) 4 years, 1 month ago

Read how the functional concept of pattern matching can be built using C# 3.0 features like expression trees. read more...

add a comment |category: |Views: 3

tags: another

Pattern Matching in C# - Part 2(community.bartdesmet.net)

submitted by bdesmetbdesmet(290) 4 years, 1 month ago

Read how the functional concept of pattern matching can be built using C# 3.0 features like expression trees. read more...

add a comment |category: |Views: 12

tags: another

Pattern Matching in C# - Part 1(community.bartdesmet.net)

submitted by bdesmetbdesmet(290) 4 years, 1 month ago

Read how the functional concept of pattern matching can be built using C# 3.0 features like expression trees. read more...

add a comment |category: |Views: 10

tags: another

Pattern Matching in C# - Part 0(community.bartdesmet.net)

submitted by bdesmetbdesmet(290) 4 years, 1 month ago

Read how the functional concept of pattern matching can be built using C# 3.0 features like expression trees. read more...

add a comment |category: |Views: 43

tags: another

Windows PowerShell 2.0 Feature Focus - Script cmdlets (community.bartdesmet.net)

submitted by bdesmetbdesmet(290) 4 years, 1 month ago

Previously cmdlets could only be created in managed code, but with the advent of Windows PowerShell 2.0 this goodness is available through PowerShell script as well. read more...

add a comment |category: |Views: 1

tags: another

Windows PowerShell 2.0 Feature Focus - Script Debugging(community.bartdesmet.net)

submitted by bdesmetbdesmet(290) 4 years, 1 month ago

This blog post introduces the script debugging capabilities introduced in Windows PowerShell 2.0. read more...

add a comment |category: |Views: 2

tags: another

Tiny IIS Manager - Layering MMC 3.0 snap-ins on top of Windows PowerSh(community.bartdesmet.net)

submitted by bdesmetbdesmet(290) 4 years, 2 months ago

The next-generation manageability story for the Microsoft platform is based on Windows PowerShell as the core foundation with management GUIs built on top. This blog post shows how to establish such a layering in MMC 3.0. read more...

add a comment |category: |Views: 4

tags: another

Programming the Windows Vista Task Scheduler in C#(community.bartdesmet.net)

submitted by bdesmetbdesmet(290) 4 years, 2 months ago

Windows Vista comes with an improved Task Scheduler but did you know you can tweak it programatically from managed code? This blog post shows you how. read more...

add a comment |category: |Views: 338

tags: another

The custom MSBuild task cookbook(community.bartdesmet.net)

submitted by bdesmetbdesmet(290) 4 years, 2 months ago

Learn how to extend the MSBuild build system with your own custom tasks. You'll learn how to write, register and debug custom tasks easily. read more...

add a comment |category: |Views: 67

tags: another

Invoking PowerShell scripts from MSBuild(community.bartdesmet.net)

submitted by bdesmetbdesmet(290) 4 years, 2 months ago

Automation in build systems: a must have. This article shows you how to integrate Windows PowerShell scripting capabilities directly in MSBuild with barely 45 lines of C#. read more...

add a comment |category: |Views: 35

tags: another