OData Querying Options in ASP.NET Web API | TechBubbles
What is OData? Open Data Protocol is a web protocol for accessing information via services. It is built upon technologies such as XML and JSON. OData allows you to exposing the data and metadata in a...
View ArticleParallel and The C# Memory Model - Bnaya Eshet
Parallel programming can be tricky, both compiler and CPU's optimization can lead into a twilight zone's debugging.
View ArticleTracking application errors with Raygun.io | Nick Josevski
Raygun.io is designed to make it a pleasure to track your software errors. This post shows how easy it is to sign up to Raygun.io and be tracking your application errors in minutes.
View Article[Picture] ASP.NET MVC: Action Filter Life Cycle | dotnetExpertGuide.com
Picture post on ASP.NET MVC action filter life cycle.
View ArticleEF 6: Async - Bnaya Eshet
this post is the first in a series about what's new in EF 6. great improvements are about to come with Entity Framework 6. it is a major release and the first one since EF become an open source. each...
View ArticleSocial Features in SharePoint 2013 Part2 | TechBubbles
A Big boost for social features in SharePoint 2013 which were an extension for the features introduced in SharePoint 2010. In SharePoint 2013 Collaborating and exchanging information options have been...
View ArticleSetting up software based Site-to-Site VPN for Windows Azure with Windows...
Two days ago, only one week after Virtual Machines and Virtual Networks reached general availability, Scott Guthrie already announced a few new improvements to Virtual Machines and Virtual Networks....
View ArticleWindows Azure support to SharePoint 2013 | TechBubbles
Last week Microsoft announced general availability of Infrastructure as a Service(IaaS) support for Windows Azure. You can signup here to see what is new in this release? Key Enhancements are made in...
View ArticleScript to automatically configuring Remote PowerShell for Windows Azure...
In my last post I explained how to leverage the support for Remote PowerShell in your Windows Azure Virtual Machines. While this is fairly easy to setup, it can get a little boring if you need to...
View ArticleUsing Remote Powershell with Windows Azure Virtual Machines
Just before the weekend Scott Guthrie announced a few improvements to Virtual Networks, Virtual Machines and Cloud Services. One of these improvements was the support for Remote Powershell. This means...
View ArticleIntroducing the Event-Driven Message Programming Model for the Windows Azure...
Only a few days after announcing improvements to IaaS, Scott Guthrie announced the release of the Windows Azure SDK 2.0. This release improves the Visual Studio tooling, deployment, automation, … And...
View ArticleReference implementation: Creating a hybrid cloud with Windows Azure Virtual...
After Microsoft announced software based Site-to-Site VPN support between Windows Azure Virtual Networks and Windows Server 2012 Routing And Remote Access I wrote a blog post on how easy it is to...
View ArticleTop Developer News this week (May Week 2) | TechBubbles
This post outlines Top links for Microsoft developers in May week2. Windows Blue public preview available date Build conference will announce the Windows Blue public preview. “Windows Blue” is a code...
View ArticleBuiling MVC aplication with multiple database support using Ninject
Tutorial on how you can use Ninject to build and MVC application with multiple databases. This approach will save you a lot of time and also allows to keep your code tidy.
View ArticleConfiguring Commands and attaching to the Keyboard and Mouse events in...
Configuring Commands and attaching to the Keyboard and Mouse events in Windows Presenation Foundation.
View ArticleAdvanced Usage of Grouping in CollectionView with ItemsPresenter
Advanced implementation of Grouping in ICollectionView with ItemsPresenter
View ArticleExtending the Windows Azure Management Portal with your own Javascript...
Today I want to share a little trick I’ve been using for a while now to automate or improve some things in the Windows Azure Management Portal. Let’s start with the beginning. As you all probably know...
View ArticleTrends in carpet cleaning
Trends in carpettentic players . The care you provide to your carpets ensures the life ll; Stain removal from pets and their lingering smells left on your carpets • Cleaning of furniture and other...
View ArticleCaller info attributes for Portable Libraries or somewhere it isnt supported
Caller info attributes plays a very vital role while logging things from a log handler. But it has been introduced in .NET 4.0. How about using this compiler feature somewhere which doesnt support it?...
View ArticleCorruptedStateExceptions in .NET, a way to handle
CorruptedStateException causes a process to terminate. But do you know you can still add your exception stack before your process terminates in .NET? Check how.
View ArticleSwitch case using Lambda expressions in C# for Type and TypeInfo
In the fourth section, let us introduce Switch over Type and Typeinfo such that you can pass a variable and based on their type it determines which switch to call.
View ArticleBuilding WPF Applications
A common scenario for many software developers is the need to build an application over a database and allow the end users to view, edit and delete data. The purpose of this article is to look at this...
View ArticleUsing your Belgian eID or any other smartcard to securely deploy Windows...
Just like most people I love how easy it is to work with the Windows Azure platform. You download a publish settings file, import it in Visual Studio and now you have access to the complete...
View ArticleRemotely accessing the Windows Azure Compute Emulator
We tend to use virtual machines from the modern.ie site to do browser compatibility tests and most of the time it’s sufficient to deploy to a Cloud Service we use for testing (eg:...
View ArticleHow to start working with EF 6 on VS 2012 - Bnaya Eshet
Entity Framework 6 is finally having a NuGet stable release (version 6.0.1), but you should be aware that start working which this version will required more than adding NuGet reference.
View Article