erikuma

Stories kicked by erikuma

Visual Studio 2010 Beta 2 Facts: First looks of Visual Studio 2010(geeks.netindonesia.net)

submitted by erikumaerikuma(50) 2 years, 3 months ago

VS 2010 facts: First look of VS 2010 read more...

add a comment |category: |Views: 9

tags: another

How "semantic web" are you?(geeks.netindonesia.net)

submitted by erikumaerikuma(50) 3 years, 4 months ago

A nice short article about the emergence of interest in semantic web. Semantic web itself is also endorsed by W3C, although there's no explicit standard on defining semantically correct HTML. read more...

add a comment |category: |Views: 9

tags: another

Many-to-One Mapping with Composite-ID’s with FluentNhibernate(devlicio.us)

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

In this post I wanted to show you how you can create a mapping relationship for a many-to-one that uses a Composite-ID as the mapping key using the Fluent-NHibernate library. read more...

1 comment |category: |Views: 339

tags: another

An example of the Facade Pattern(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 3 years, 4 months ago

A simple code example of applying the facade pattern and it's benefits. read more...

add a comment |category: |Views: 34

tags: another

LINQ, Lambda, functional programming,C# 3.0, VB 9.0 (part2)(geeks.netindonesia.net)

submitted by erikumaerikuma(50) 4 years ago

Now, the story and also historical development that gives birth to LINQ in C# 3.0 and VB 9.0, also why functional construct in LINQ was needed. read more...

add a comment |category: |Views: 42

tags: another

LINQ, Lambda, functional programming,C# 3.0, VB 9.0 (part1)(geeks.netindonesia.net)

submitted by erikumaerikuma(50) 4 years ago

In this part one, a quick overview of LINQ, Lambdam and functional programming constructs in C# 3.0 and VB 9.0 read more...

add a comment |category: |Views: 29

tags: another

Reflecting Parameters(blog.dmbcllc.com)

submitted by ramiljoaquinramiljoaquin(465) 4 years ago

I got a question last week from a gentleman asking how to tell what parameters were available for a particular method. This is useful when you know that a method will be available on a class you are calling, but the method could have any parameters, or when you have used reflection to get the list of methods in your class, and need to pull out the parameter list for each. read more...

add a comment |category: |Views: 5

tags: another

Query Composition using Functional Programming Techniques in C# 3.0(blogs.msdn.com)

submitted by spavkovspavkov(1708) 4 years ago

This stuff is easy. It's also really fun. You don't have to read academic papers to learn about, enjoy, and benefit from functional programming in C# 3.0. There are about half a dozen concepts you need to learn, each one easy. Concepts like just a new way to write a method (that has no name), or a new way to write a static method for a class. Then you put them all together, and the result is more than the sum of the parts. read more...

add a comment |category: |Views: 325

tags: another

2 Easy Steps To Turn Your Blog Into An OpenID Gateway(coderjournal.com)

submitted by zigamorphzigamorph(3319) 4 years ago

Many of you probably have heard of OpenID, but have never had a chance to use it. However, I predict that most of you reading this will have used it by the end of the year. I can make this prediction with an almost 100% certainty because there is a growing movement behind it that has many big players actively buying developing and integrating their platforms with the OpenID protocol. To facilitate my prediction, of most of you using OpenID by the end of the year, I am going to give you 2 easy steps to turn your blog, or any website, in to a OpenID gateway. That will work for OpenID 1.0, 1.1, and 2.0 versions of the protocol. read more...

add a comment |category: |Views: 129

tags: another

Thinking in Concurrently in .NET(codebetter.com)

submitted by igoroigoro(815) 4 years ago

Matthew Podwysocki discusses several present and future approaches to handling concurrency in .Net. From the article: "We need not only a better way to handle concurrency, but a better way to describe them as well. This is where Pi-calculus comes into the picture... But before we get down that beaten path, let's look at a few options that I chose." read more...

add a comment |category: |Views: 215

tags: another

Regex in WPF(statestreetgang.net)

submitted by yesthatmcgurkyesthatmcgurk(4063) 4 years ago

First look at a WPF regex tool I'm working on to learn WPF (databinding, skinning, etc). read more...

1 comment |category: |Views: 194

tags: another

A Series on GPU-based Effects for WPF(blogs.msdn.com)

submitted by bokiboki(55) 4 years ago

Greg Schechter on the new GPU-based Effects in WPF coming with .NET 3.5 SP1. read more...

3 comments |category: |Views: 201

tags: another

Visual Studio 2008 and .NET Framework 3.5 Service Pack 1 Beta(weblogs.asp.net)

submitted by mosesmoses(295) 4 years ago

public beta of upcoming .NET 3.5 SP1 and VS 2008 SP1 releases is published read more...

1 comment |category: |Views: 130

tags: another

Why is it so F#...ing Difficult to Buy Visual Studio!?(devblog.ailon.org)

submitted by ailonailon(1335) 4 years ago

Have you tried upgrading Trial edition of Visual Studio or buying it through the official site while living outside of United States? I wasted half a day and failed. read more...

2 comments |category: |Views: 65

tags: another

Quick thoughts on .NET 1.x, 2.0, 3.0 and 3.5 (part five)(eridotnet.blogspot.com)

submitted by erikumaerikuma(50) 4 years, 4 months ago

Now, Eriawan discusses Extension Methods read more...

add a comment |category: |Views: 0

tags: another

Quick thoughts on .NET 1.x, 2.0, 3.0 and 3.5 (part three)(eridotnet.blogspot.com)

submitted by erikumaerikuma(50) 4 years, 4 months ago

This is a quick overview of .NET 1.x to .NET 3.5, Part three discuss a quick glimpse of LINQ as a language service of C# and VB.NET. read more...

add a comment |category: |Views: 0

tags: another