Auxon

Stories kicked by Auxon

Rx - for beginners (part 10): Concat expression(blogs.microsoft.co.il)

submitted by bnayaebnayae(350) 2 years, 2 months ago

the Concat expression is used to concatenate one Observable stream into the end of another Observable stream. once the first Observable stream is completed the the concat stream will be immediate subscribed. read more...

add a comment |category: |Views: 11

tags: another

Rx: Event composition - single-valued(minddriven.de)

submitted by MatthiasJMatthiasJ(446) 2 years, 5 months ago

This followup shows event composition operators of the Reactive Framework (Rx) that take several event streams as input and product a single output stream where each element on this stream maps identically to an element on any input stream. Diagrams and some demo code support the description and show the usage of those operators. read more...

add a comment |category: |Views: 7

tags: another

Rx: Event composition - multi-valued(minddriven.de)

submitted by MatthiasJMatthiasJ(446) 2 years, 5 months ago

This blog post shows which composing operators exist in the Reactive Framework (Rx) that combine input event streams to an output event stream, which contains elements with values from each input event stream. Visualization is done by some neat diagrams. PPT and demo sourcecode are included as well. read more...

add a comment |category: |Views: 11

tags: another

Tech-Ed 2007: Day 1(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 4 years, 11 months ago

It’s the end of the first day at Tech Ed 2007. I flew into Orlando yesterday, taking the 6 am flight from Seattle. We flew through Atlanta and landed in Florida only a little over an hour past schedule. Not a bad experience -- given the state of our transportation industry. read more...

add a comment |category: |Views: 0

tags: another

Microsoft Surface -homepage(microsoft.com)

submitted by JemmJemm(9604) 4 years, 11 months ago

Home page of a hot new technology coming this winter. Just imagine all the possibilities. read more...

2 comments |category: |Views: 4

tags: another

Silverlight and Friends: Read all about it(cjcraft.com)

submitted by CJCraftCJCraft(495) 4 years, 11 months ago

Silverlight, Windows Presentation Foundation, XAML, and Expression Blend are all best friends. And like any super hero team, they work best when they work together. I've been wanting to learn more about the fab four, so I've put together this collection of reference material for our consideration. I'll update as I discover more... read more...

add a comment |category: |Views: 0

tags: another

Any Interest in Building Test Driven Community?(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 4 years, 11 months ago

I'd like to gauge the interest in building a free, online community dedicated to discussing and learning test driven development. read more...

add a comment |category: |Views: 0

tags: another

Part 2 - Leveraging Workflow Foundation - Invest in the Infrastructure(keithelder.net)

submitted by TheElderTheElder(490) 4 years, 11 months ago

In Part 1 of Leveraging Workflow Foundation we discussed how Workflow Foundation is just an API. Since APIs don't provide business value out of the box, it is important engineers exploring Workflow Foundation for the first time approach it in the same manner they would any API: write once, run everywhere. In other words, instead of building out the workflow components for one application, look at it from the 10,000 feet view. This is of course going to take more time than one might originally think so be sure to allow for this in development time. We'll look at the basics engineers starting with Workflow Foundation will need to think about to invest in their workflow infrastructure. Who knows, we may even find some rusty washers and shinny pennies along the way. read more...

2 comments |category: |Views: 10

tags: another

ADO.NET Entity Framework cut from .NET 3.5/Orcas(weblogs.asp.net)

submitted by tomasrtomasr(480) 5 years ago

As Frans Bouma reports, it appears that the ADO.NET EF is being cut from orcas and moved to 2008 as an orcas update... read more...

add a comment |category: |Views: 5

tags: another

Visual Studio Orcas Beta 1 Available(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 1 month ago

You can now download Visual Studio Orcas Beta 1. The LINQ samples for Beta 1 are also available for download. read more...

2 comments |category: |Views: 15

tags: another

How to Create a WebService Based on a Workflow(nayyeri.net)

submitted by keyvankeyvan(4086) 5 years, 1 month ago

Keyvan describes how to create a webservice that runs a workflow. read more...

2 comments |category: |Views: 23

tags: another

Microsot Silverlight unveiled(microsoft.com)

submitted by JemmJemm(9604) 5 years, 1 month ago

"WPF/E" is now officially Silverlight read more...

add a comment |category: |Views: 1

tags: another

Static analysis to win business and influence others(weblogs.asp.net)

submitted by ScottWScottW(320) 5 years, 1 month ago

How static analysis tools can give a crucial competitive advantage read more...

add a comment |category: |Views: 4

tags: another

A Discussion on Domain Driven Design: Entities(lostechies.com)

submitted by agilejoeagilejoe(860) 5 years, 1 month ago

My last post was intended to help better explain how the ubiquitous language forms the back bone of Domain Driven Design (DDD). I am hoping that this post helps to explain some of the more foundational artifacts of DDD, namely Entities. What is an entity? Is it a business object? Is it a class that has persistence? Is it a sentient being manifested in the form of a polymorphic construct that is based on a real world object? Ok well maybe the latter is definitely out of scope but as we see there are many possibilities of what an entity is. Hopefully I will help to shed some light on the subject. Either that or I will help to perpetuate the existing confusion. At least we go somewhere! read more...

add a comment |category: |Views: 25

tags: another

SequenceViz :: generate sequence diagrams from .NET assembly file(weblogs.asp.net)

submitted by nlegharinleghari(205) 5 years, 1 month ago

SequenceViz is a free open source tool to automatically generate sequence diagrams from .NET assemblies. read more...

1 comment |category: |Views: 72

tags: another

Great introduction to Lambda expressions(weblogs.asp.net)

submitted by firstbytefirstbyte(175) 5 years, 1 month ago

Lambda expressions: When combined with the built-in standard query extension methods provided in the System.Linq namespace in "Orcas", they provide a really rich way to query and interact with any type of data while preserving full compile-time checking and intellisense. read more...

add a comment |category: |Views: 39

tags: another