
dotnet-experience.blogspot.com
The DotNet ExperienceA Blog about .NET and Microsoft Development technologies with enhanced topics like software architecture.
http://dotnet-experience.blogspot.com/
A Blog about .NET and Microsoft Development technologies with enhanced topics like software architecture.
http://dotnet-experience.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Tuesday
LOAD TIME
0.4 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
10
SITE IP
172.217.6.65
LOAD TIME
0.357 sec
SCORE
6.2
The DotNet Experience | dotnet-experience.blogspot.com Reviews
https://dotnet-experience.blogspot.com
A Blog about .NET and Microsoft Development technologies with enhanced topics like software architecture.
The DotNet Experience: BASTA! 2012 Slides on Agile Architecture
http://dotnet-experience.blogspot.com/2012/09/basta-2012-slides-on-agile-architecture.html
Wednesday, September 19, 2012. 2012 Slides on Agile Architecture. This week I had the great honor and pleasure to speak at the german BASTA! 2012 conference on .NET, Visual Studio and more ( http:/ basta.net/. I gave a talk about software architecture in an agile environment or to be more precise the integration of the agile architecture lifecycle into Scrum by defining a separate role to manage the systems architecture. Subscribe to: Post Comments (Atom). 2012 Slides on Agile Architecture.
The DotNet Experience: Collection Synchronization in WPF
http://dotnet-experience.blogspot.com/2013/11/collection-synchronization-in-wpf.html
Sunday, November 10, 2013. Collection Synchronization in WPF. Ok That’s not 100% of the truth and of course it’s not that easy as it sounds. But there is not much to do. The data is coming from a background thread and it should be displayed in the UI thread. You know what that means? The invoke methods on the Dispatcher won’t help you. With WPF 4.5 there’s a better and more comfortable approach to that problem: The EnableCollectionSynchronization. EnableCollectionSynchronization(ListItems, lockObject);.
The DotNet Experience: March 2011
http://dotnet-experience.blogspot.com/2011_03_01_archive.html
Wednesday, March 9, 2011. Having fun with Pex. Now to the fun part: There’s an online version of Pex, called Pex for fun at http:/ www.pexforfun.com/. Monday, March 7, 2011. MVVM "In the Box". Recently I found a really cool MVVM training kit that integrates with guidance directly into Visual Studio 2010. It targets WPF and was created by. The extension package can be found on the. So you can just install it into the IDE. Subscribe to: Posts (Atom). Having fun with Pex. MVVM In the Box. Josh Smith on WPF.
The DotNet Experience: June 2011
http://dotnet-experience.blogspot.com/2011_06_01_archive.html
Friday, June 24, 2011. LightSwitch and Sharepoint 2010. Is a rapid application development tool that can be used to easily build applications. Given a data source, like SQL Server, it generates user interface components and a full running application to edit data. This post shows how to use a Sharepoint list as data source and how to create custom user interface fields and implement validation. Connecting to Sharepoint lists. After selecting the required lists you can finish the wizard. LightSwitch g...
The DotNet Experience: BASTA! Spring Slides on agile Architecture Patterns
http://dotnet-experience.blogspot.com/2013/04/basta-spring-slides-on-agile.html
Friday, April 5, 2013. Spring Slides on agile Architecture Patterns. It’s been some weeks now that I gave a talk at the german BASTA! Spring Conference. I talked again about software architecture in agile environments. The focus this time was more about patterns and their realization with C#/.NET. February 18, 2015 at 11:44 PM. Subscribe to: Post Comments (Atom). Spring Slides on agile Architecture Pattern. Production postmortem: The insidious cost of managed memory. Josh Smith on WPF. Just about .Net.
TOTAL PAGES IN THIS WEBSITE
19
Marcus Kohnert | passion: software development
https://passiondev.wordpress.com/author/passiondev
Things I came across in software development…. Author Archives: Marcus Kohnert. Custom IKinectController – Drag and Drop. September 11, 2014. Drag and Drop sample with IKinectManipulateableController. This sample shows how you can implement a custom KinectControl, for example to move things around in a. To hook into the whole. Magic you can implement your own. When you move your hand. Keeps track of the movements and will constantly check if there is some Kinect enabled control. Public sealed partial cla...
Drag & Drop with Kinect for Windows | passion: software development
https://passiondev.wordpress.com/2013/12/03/drag-drop-with-kinect-for-windows
Things I came across in software development…. Drag and Drop with Kinect for Windows. December 3, 2013. With the inclusion of the InteractionStream and the ability to detect a Grip gesture in the Kinect for Windows SDK Update 1.7 it’s now possible to grab UI elements on a screen and move them around. This blog post shows a possible implementation in a WPF application. Please notice that I’m using the following nuGet packages. To initialize the Kinect sensor. To have the LINQ operators available on events.
Custom IKinectController – Drag and Drop | passion: software development
https://passiondev.wordpress.com/2014/09/11/custom-ikinectcontroller-drag-and-drop
Things I came across in software development…. Custom IKinectController – Drag and Drop. September 11, 2014. Drag and Drop sample with IKinectManipulateableController. This sample shows how you can implement a custom KinectControl, for example to move things around in a. To hook into the whole. Magic you can implement your own. When you move your hand. Keeps track of the movements and will constantly check if there is some Kinect enabled control. At the current hand pointer’s position. Public sealed part...
Kinect.Reactive | passion: software development
https://passiondev.wordpress.com/2012/11/05/kinect-reactive
Things I came across in software development…. November 5, 2012. Events in the .NET programming model really don’t have anything in common with what the Object Oriented paradigm has taught us. Personally I dislike events because they are not first class objects but some kind of background compiler voodoo. So I decided to write my own IObservable extension methods to extend the Kinect API with the ReactiveExtensions programming model. And so on…. This entry was posted in Uncategorized. Follow me on Twitter.
ContinousGrippedState in Kinect.Reactive | passion: software development
https://passiondev.wordpress.com/2014/02/17/continousgrippedstate-in-kinect-reactive
Things I came across in software development…. ContinousGrippedState in Kinect.Reactive. February 17, 2014. So I thought about a way to get the same functionality when using the Kinect for Windows SDKs 1.x InteractionStream. This extension method solved my problem and is now part of Kinect.Reactive. Use the extension method this way and you’ll get continously events with e.HandEventType = InteractionHandEventType.Grip until you’ll release your hand. IDisposable subscription = null; KinectConnector.Ge...
passion: software development | Things I came across in software development… | Page 2
https://passiondev.wordpress.com/page/2
Things I came across in software development…. Newer posts →. BASTA 2013 – KINECTing the Enterprise. September 24, 2013. In diesem Post veröffentliche ich die Präsentation zum Vortrag: “KINECTing the Enterprise – Businessanwendungen mit Kinect for Windows” der BASTA 2013. Die gezeigten Code-Beispiele finden sie auf GitHub:. Tagged Kinect for Windows. July 30, 2013. In the first blog post about FluentKinect. Has now been updated and the KinectConnector’s static method GetKinect is now awaitable. Null) { k...
Kinect.ReactiveV2 – Rx-ing the Kinect for Windows SDK | passion: software development
https://passiondev.wordpress.com/2014/04/07/kinect-reactivev2-rx-ing-the-kinect-for-windows-sdk
Things I came across in software development…. Kinect.ReactiveV2 – Rx-ing the Kinect for Windows SDK. April 7, 2014. A few weeks ago I was finally able to get my hands on to the new Kinect for Windows V2 SDK. There are a few API changes compared to V1. So I started to port Kinect.Reactive. To the new Kinect for Windows Dev Preview SDK and Kinect.ReactiveV2 was born. An open source framework built by Microsoft. Here is an example of how to use the BodyIndexFrame data as an observable sequence. On every Ki...
Azure (WebSite-) deployment additional dependencies | passion: software development
https://passiondev.wordpress.com/2013/12/23/azure-website-deployment-additional-dependencies
Things I came across in software development…. Azure (WebSite-) deployment additional dependencies. December 23, 2013. To include files that are not directly referenced in your project edit the (WebProject) *.csproj-File in the following way:. The dll that should be included in the WebDeploy-package - /ItemGroup /Target. This entry was posted in Uncategorized. And tagged Azure Websites. Drag and Drop with Kinect for Windows. ContinousGrippedState in Kinect.Reactive →. April 15, 2014 at 5:31 pm. Enter you...
HeiRes – MS Hackathon – PartyCrasher | passion: software development
https://passiondev.wordpress.com/2014/05/26/heires-ms-hackathon-partycrasher
Things I came across in software development…. HeiRes – MS Hackathon – PartyCrasher. May 26, 2014. On 23rd May 2014 the company HeiRes. Organized together with Microsoft Germany a hackathon in my hometown Dresden. The goal was to build an app in about 8 hours through the night. I joined a team with Christian. So we’ve started the hackathon with this little architecture in our mind. Anyways the whole hackathon was really good fun. Big thanks to HeiRes and Microsoft and maybe some time in the future we...
TOTAL LINKS TO THIS WEBSITE
10
.Net (dotnet) Software Consulting in Wade
Wade Net (dotnet) Engineers. Cendien specializes in .Net (dotnet) staffing services and provides talented .Net (dotnet) expertise to Wade clients. With a proven process to qualify and deliver .Net (dotnet) consultants, we provide the right resources to support demanding engagements. Our .Net (dotnet) staffing team is dedicated to exclusively focus on .Net (dotnet) expertise. Net (dotnet) Staffing Expertise. We provide Wade .Net (dotnet) consulting expertise in the following areas:. Our client base consis...
.Net (dotnet) Experts with .Net (dotnet) Software in Fremont
Fremont .Net (dotnet) Engineers. Cendien provides technical and functional .Net (dotnet) consulting expertise locally in Fremont. We recruit the most senior .Net (dotnet) consultants, .Net (dotnet) developers and .Net (dotnet) programmers delivering professional consulting services for .Net (dotnet) project work. Engage us and you'll understand why our .Net (dotnet) consultants are the best in the fremont marketplace. Best of all, our consulting rates are very competitive, so you'll be able to fo...Time ...
Ashburn Consultants for .Net (dotnet) Software
Ashburn .Net (dotnet) Engineers. Cendien specializes in .Net (dotnet) staffing services and provides talented .Net (dotnet) expertise to Ashburn clients. With a proven process to qualify and deliver .Net (dotnet) consultants, we provide the right resources to support demanding engagements. Our .Net (dotnet) staffing team is dedicated to exclusively focus on .Net (dotnet) expertise. Net (dotnet) Staffing Expertise. We provide Ashburn .Net (dotnet) consulting expertise in the following areas:. Our client b...
dotnet-enthusiast.blogspot.com
.NET Enthusiast
Articles about .NET, C#, ASP.NET, SQL etc. Sunday, March 2, 2008. Custom ORDER BY in SQL. NET provides very useful techniques for custom ordering, e.g. generic comparison delegate, lambda expressions, IComparable interface etc. When the sort order is needed at database layer, you can use the following statement:. Monday, January 14, 2008. How to Test Private Fields and Methods using NUnit. In addition, tests may be in a standalone assembly. Have a look at the possible ways:. The last way is the right one.
Cobasoft GmbH
Cobasoft GmbH - .NET and SQL Entwicklung. Wir unterstützen Sie in allen Phasen des Software-Entwicklungszyklus. Ist-Analyse • Bestandsaufnahme • Requirements • Anforderungen • Kostenrahmen • Terminplanung • Vorhandene Technologien • Datenmengen • Umfeld • Antwortzeiten • Zuverlässigkeit • Gesetze • Standards • Machbarkeitsstudie • Kick-Off Meeting …. Wir beraten Sie gern und erarbeiten gemeinsame Vorgehensweisen!
dotnet-experience.blogspot.com
The DotNet Experience
Sunday, November 10, 2013. Collection Synchronization in WPF. Ok That’s not 100% of the truth and of course it’s not that easy as it sounds. But there is not much to do. The data is coming from a background thread and it should be displayed in the UI thread. You know what that means? The invoke methods on the Dispatcher won’t help you. With WPF 4.5 there’s a better and more comfortable approach to that problem: The EnableCollectionSynchronization. EnableCollectionSynchronization(ListItems, lockObject);.
Default Page
This is a temporary homepage we created to show that your temporary URL is working properly. You MUST delete this page before or after you upload your own webpage. The file name of this page is "Default.asp" and it's located in your site root folder.
Default Page
This is a temporary homepage we created to show that your temporary URL is working properly. You MUST delete this page before or after you upload your own webpage. The file name of this page is "Default.asp" and it's located in your site root folder.
Staffing Firm providing .Net (dotnet) Consultants in Fremont
Fremont .Net (dotnet) Experts. Cendien provides technical and functional .Net (dotnet) consulting expertise locally in Fremont. We recruit the most senior .Net (dotnet) consultants, .Net (dotnet) developers and .Net (dotnet) programmers delivering professional consulting services for .Net (dotnet) project work. Engage us and you'll understand why our .Net (dotnet) consultants are the best in the fremont marketplace. Best of all, our consulting rates are very competitive, so you'll be able to focu...Time ...
Fremont .Net (dotnet) Software Staffing and .Net (dotnet) Software Consulting in Fremont
Fremont .Net (dotnet) Experts. Cendien provides technical and functional .Net (dotnet) consulting expertise locally in Fremont. We recruit the most senior .Net (dotnet) consultants, .Net (dotnet) developers and .Net (dotnet) programmers delivering professional consulting services for .Net (dotnet) project work. Engage us and you'll understand why our .Net (dotnet) consultants are the best in the fremont marketplace. Best of all, our consulting rates are very competitive, so you'll be able to focu...Time ...