| |
Topic |
Replies |
Author |
Last Post |
|
Rocking the Enterprise with Kinect
Can you image playing Kinect at Work? During the last few years, Kinect has gained a space as one of the most innovative technologies in the entertainment industry. However, Kinect has the potential of extending way beyond the living room and completely revolutionize the way we build, think and interact with enterprise applications. Join me and...
|
0
|
Franco Martinig
|
Jan 7, 2013 12:15 PM
|
|
VG.net 7.4 Released
We have released version 7.4 of the VG.net vector graphics system. Changes include: Support for Visual Studio 2012, the SHOUTING MENU edition. Redesigned Picture Designer dialog windows: we reduced their size and made them more usable with all environment font sizes. A redesign of the CustomElement class API. This includes breaking changes...
|
0
|
Frank Hileman
|
Jan 7, 2013 10:04 AM
|
|
I'm becoming an independent consultant
I'd like to announce that as of the 1st of February I'll be an independent consultant.I've been with Mjølner Informatics for the past almost 6 years and thoroughly enjoyed the work as well as the colleagues there, but the dream becoming my own boss* has been taking over more and more of my spare brain cycles for a while, so now seems like the...
|
0
|
Christian Horsdal
|
Jan 7, 2013 3:27 AM
|
|
Thinking in Functional Style using F# and C#
Functional Programming has been around for a while, but it is gaining popularity, especially due to direct support in languages on the JVM and the CLR. Writing code in functional style is not about syntax. It is a paradigm shift. In this presentation, using examples from F# and C#, you will learn how to write code in functional style. We will...
|
0
|
Franco Martinig
|
Jan 2, 2013 3:41 PM
|
|
Life without distributed transactions
Occasionally I get questions about the issue of transactional messaging – why is it so important, why does NServiceBus default to this behavior, and if we didn’t use it, what bad things could happen. I’m talking specifically about the ability to enlist a queue in a distributed transaction here. I think the reason for this...
|
0
|
Udi Dahan
|
Dec 31, 2012 3:16 AM
|
|
Lean Development with TFServices
This presentation explores TFServices offering, features and possibilities how to engage full potential of cloud based collaboration platform made by Microsoft. It looks at project planning features found in TFServices. Team definition, project and sprint iteration planning possibilities, Scrum-like product backlog listing and agile planning...
|
0
|
Franco Martinig
|
Dec 20, 2012 12:51 PM
|
|
XAML or JavaFx?
This a quick, subjective, unauthorative and very non-scientific comparison of building applications with XAML and with JavaFx. The comparison is based on my personal experience working with each. On the XAML side this means WPF and Win8 store apps. On the JavaFx side this means a Windows 7 application.JavaFxJavaFx is touted by Oracle (and Sun...
|
0
|
Christian Horsdal
|
Dec 20, 2012 6:17 AM
|
|
Speaking at Warm Crocodile
In about a month from now I'll be at Warm Crocodile conference in Copenhagen. While there I'll be giving two talks, both on the Thursday. The titles and abstracts are:Introduction to Nancy: Nancy is a lightweight .NET web framework. It provides an easy to use, to-the-point alternative to the most commonly used .NET web frameworks. Nancy does...
|
0
|
Christian Horsdal
|
Dec 16, 2012 2:25 PM
|
|
Learning TypeScript-Function Expressions-Part3
In the last post we have discussed about functions, the most powerful feature of Javascript, and TypeScript as well.In this post we will look into anonymous functions and function expressions.Javascript supports functional programming where functions can be treated as objects,passed into other functions as parameters and can be return...
|
0
|
SANKARSAN BOSE
|
Dec 16, 2012 12:00 AM
|
|
Build Real-Time Web Applications with ASP.NET SignalR
Learn about the new real-time web framework for ASP.NET. ASP.NET SignalR is a new open source library for ASP.NET developers that makes it incredibly simple to add real-time web functionality to your applications. What is “real-time web” functionality? It’s the ability to have your server-side code push content to the...
|
0
|
Franco Martinig
|
Dec 13, 2012 11:56 AM
|
|
Dataflow Networks in .NET 4.5
Thread Parallel Library Dataflow is a new addition to the .NET parallel stack. It is based on agents and message passing blocks. Agent is based on the Actor Model and is one of the building blocks of a Concurrent Dataflow Network. The idea behind the TPL Dataflow library is that you build a network from agents and message blocks. Messages are...
|
0
|
Franco Martinig
|
Dec 12, 2012 3:55 PM
|
|
Server Side Programming with ASP.NET and Visual Basic
Tutorial of the basics of server side programming with Visual Studio Web Developer – Express Edition and ASP.NET and Visual Basic. The tutorial goes into submitting a form, utilizing variables on that form, setting session variable, and using cookies. There is also a brief introduction to debugging. Video Producer: http://www.codefurnace.net/
|
0
|
Franco Martinig
|
Dec 10, 2012 1:08 PM
|
|
Service-Oriented API implementations
It’s quite common for our systems to need to expose an API for external parties to call that isn’t exactly aligned with our service boundaries – at least, when you follow the “vertical services” model rather than the “layered services” approach. I’ve blogged many times about the problems with...
|
0
|
Udi Dahan
|
Dec 10, 2012 8:41 AM
|
|
Learning TypeScript-Functions-Part 2
Functions are one of the most important and powerful feature in Javascript and Typescript being a superset of the same, provides additional features related to functions on top of that.Let’s start with the simple function definition which is quite same as in javascript. TypeScript provides us the static type checking capability.So the function...
|
0
|
SANKARSAN BOSE
|
Dec 9, 2012 2:54 AM
|
|
ASP.NET 4.5 Web Forms ModelBinding - Custom Value Providers
ASP.NET 4.5 has introduced model binding and strongly typed templates for ASP.NET server controls.This simplifies the way a plain .NET object can be bound as a datasource of a server control like a GridView.Let’s get started off with a simple example of how model binding works. The snippet below is our model class: The way [...]
|
0
|
SANKARSAN BOSE
|
Dec 7, 2012 11:47 PM
|