lor3

Stories kicked by lor3

Using Obscure Windows COM APIs in .NET(moserware.com)

submitted by moserwaremoserware(1665) 3 years, 1 month ago

A lot of the new Windows Vista and Windows 7 APIs are exposed via COM. Here's a simple introduction for how to use them when no wrappers are available. read more...

add a comment |category: |Views: 329

tags: another

Programming in the Age of Concurrency (C9 video)(channel9.msdn.com)

submitted by JudahGabrielJudahGabriel(814) 4 years, 7 months ago

C# creator Anders Hejlsberg and Parallel LINQ architect Joe Duffy talk about ParallelFx: the .NET library that helps developers more easily write parallel programs to take advantage of the multiple cores in today's machines. read more...

add a comment |category: |Views: 5

tags: another

Using SingleTagSectionHandler Instead Of appSettings(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 4 years, 8 months ago

As an alternative to appSettings you can use SingleTagSectionHandler to store settings in a web.config file. Learn how. read more...

4 comments |category: |Views: 439

tags: another