Attaching detached objects to NHibernate session
Source: kristofdegrave While I was developing for my customer I suddenly received a NonUniqueObjectException while deleting some data. NHibernate.NonUniqueObjectException: a different object with the...
View ArticleAttaching detached objects to NHibernate session
Source: kristofdegrave While I was developing for my customer I suddenly received a NonUniqueObjectException while deleting some data. NHibernate.NonUniqueObjectException: a different object with the...
View ArticleThings you can do with WCF RIA Services and a regular .svc file
Introduction Let”s say you create a new DomainService called TasksDomainService and host this service in an ASP.NET website. The HttpModule DomainServiceModule will make sure you can access this...
View ArticleMaking WCF RIA Services work in a DMZ/Multitier architecture using...
Introduction In large companies / governments / … most of the time the application architecture needs to follow a set of rules (focused on maintainability and security).These could be rules like the...
View ArticleCode metrics and more with NDepend
Introduction Do you know the quality of the project you”re currently working on? Sure you can have guidelines and rules… but projects where a few people have worked on for a few weeks/months/years tend...
View ArticleImportant event: Cloud Applications with Windows Azure Jump Start
After the Silverlight Firestarter online event now it”s time for Azure…Microsoft is organizing a 3-day online event on 15-17 december with a single focus: Azure. The teachers: David S. Platt:...
View ArticleSlide deck for my session at Belgian Dynamics Community – Connection Day
Last week I got the opportunity to speak at the Belgian Dynamics Community Connection Day: The Inevitable Cloud 19:30 – 21:00CRM track – Integrating CRM Online and ERP systems using Windows Azure...
View ArticleArchi(Mate): Architecture modeling language and tool
Source: Christoph De Baene ArchiMate is an open and independent Enterprise Architecture modeling language that supports the description, analysis and visualization of architecture within and across...
View ArticleFederated Authentication with Azure AppFabric ACS v2.0: Part 1 – Setup
Yesterday and today I”ve been teaching the Azure introduction training for MIC Belgium. Even though Azure AppFabric ACS wasn”t part of this course it was a hot topic. I showed a demo and we did a small...
View ArticlePerformance Architecture Checklist
Source: OMG! I'm lovin' IT This checklist can be used to help you in your design for a scalable application. The idea is, you take performance into consideration while you are designing your...
View ArticleLINQ to Indexed DB
Source: kristofdegrave Since I started experimenting with the Indexed DB API, I have been searching for a simple way to add, retrieve, change, … data. In the beginning I wrote a little framework that...
View ArticleUsing LINQ to Indexed DB
Source: kristofdegrave While the library is still under development, I want to take some time to explain how you can use this framework, and show how easy it gets to work with the Indexed DB. As...
View ArticleSmall change, Big difference!
Source: OMG! I'm lovin' IT Performance testing can save you a lot of time ;-) and money. While load testing the new site of Selor (recruitment agency/testing agency for the Belgium Government), We, the...
View ArticlePromises: jQuery deferred object vs WinJS Promise
Source: kristofdegrave When I was adjusting my Linq2IndexedDB library to enable Windows 8 development, I had some little issues porting the jQuery promises to WinJS promises. In this post I will show...
View ArticleIndexedDB: MultiEntry explained
Source: kristofdegrave For a long time I was not sure what the purpose of the multiEntry attribute was. Since non of the browsers supported it yet, but since sometime Firefox and even the latest builds...
View ArticleHost-named site collections in SharePoint 2013
Source: JOPX on SharePoint, Windows Phone and Windows 8 One of the recommendations in SharePoint 2013 is the usage of Host Named Site Collections (HNSCs) over using multiple web applications when you...
View ArticleJavaScript: OO programming using the Revealing Prototype Pattern
Source: kristofdegrave I’m currently playing around with SPA (Single Page applications), meaning a lot of JavaScript to write. One of the principals in OO programming is don’t repeat your self. That is...
View ArticleUnderstanding Azure Event Hubs–ingesting data at scale
Source: JOPX on SharePoint, Big Data and the future of work Azure Event Hubs are an extension on the existing Azure Service Bus which provides hyper-scalable stream ingestion capabilities. It allows...
View ArticleSoftware boundaries and limits for Dynamics CRM 2015/2016/Online Part 1
Source: JOPX on Collaboration and CRM One of the TechNet pages that I consulted quite often as SharePoint architect was the Software boundaries and limits for SharePoint 2013, so I expected the same...
View ArticleComponents in angular 1.5.x
Source: kristofdegrave In my previous article I described my view on a component based architecture. In this post I want to focus on how I applied this in a real life application with angular. Since...
View Article