- AI
- Architecture
- Cloud
- Code for Keeps!
- DevOps
- Experiences/Views
- Integrations
- Troubleshooting
- Uncategorized
💡Azure Development Quick Tip!!
Recently we were stumped with the following error while working on an Azure project Error 1 The spec…
Read More💡SQL Azure tip; Firewall rules: allow all incoming IPs during testing and Development!
Before we even show you how , do note that this should be done only during testing of non-critical d…
Read MoreMicrosoft Azure App-Fabric Caching Service Explained!
MIX always comes with a mix of feelings…excitement at the prospect of trying out the new releases an…
Read More💡Firing a Complex SQL Query using Entity Framework 4.0
In one of our recent projects, we decided to swap SQL Express with SQL Compact to ensure easy instal…
Read More💡Some practical WPF MVVMLight tips!
One of our major projects recently used WPF 4.0 with MVVM pattern.We used the MVVM Light Toolkit for…
Read MoreEF 4.0💡- Load only what you need!!
A small tip for those working with Entity Framework 4.0:- We all know the concept of Lazy Loading in…
Read MoreThe First Few Steps to Building a Claims Based Application
If you’ve been through my earlier blog “An Introduction to the world of claims” you are now familiar…
Read MoreIntroduction into the world of “Claims”( Windows Identity Foundation & Azure App fabric Access Control!)
Have you been working on a website or an application where you maintain a user database for people c…
Read MoreStore Retrieve image to/from Database
One of our early blogs was about extracting images from databases, websites and showing them on the …
Read More💡Complex objects from Stored Procedures in Entity Framework!
Sometimes when using the Entity Framework we decide to encapsulate a complicated piece of SQL into a…
Read More