20 GB extra in SkyDrive for Windows Phone users
The Christmas just around the corner and the Microsoft bestows his users with gifts…
By Mirek on (tags: SkyDrive, Windows Phone, categories: web)The Christmas just around the corner and the Microsoft bestows his users with gifts…
By Mirek on (tags: SkyDrive, Windows Phone, categories: web)In my last post I have described a workaround for using a FileTable in Entity Framework 6.0. In this post I would like to show you the results of performance test of storing big documents in sql FileTable.
By Mirek on (tags: Entity Framework, FILETABLE, SQL, categories: architecture)FileTable is a great new feature in SQL Server 2012 which facilitates storing and working with unstructured blob data in SQL Server. Unfortunately is not yet supported in Entity Framework, so you cannot simply use FileTable in your entity model. But there is a workaround for this inconvenience, which I am going to show you in this post.
By Mirek on (tags: Entity Framework, FILESTREAM, FILETABLE, SQL, categories: architecture, infrastructure, code)This is a simple trick to handle already handled routed events in WPF application.
By Mirek on (tags: routed events, WPF, categories: code)In the Entity Framework we can easily enable lazy loading of navigation properties by marking them as virtual. This however applies only to properties that reference other related entity type. The framework does not support lazy loading of scalar or primitive properties. But there is a trick to fill this lack quite easily.
By Mirek on (tags: Entity Framework, lazy loading, shared primary key associations, table splitting, categories: architecture, code)Last time I showed a simple way of using application settings in our wpf application. This time I would like to present you my way of testing Properties.Settings, or rather mocking it in our application tests.
By Mirek on (tags: mocking, settings, testing, categories: code)Temporary folders in your system are used to store temporary files obviously. Unfortunately those temporary files, very often, stays there for ever and makes your hard drive wasted.
By Mirek on (tags: Process, Task, Temp, categories: code)When using angular turns out that it’s not as straightforward when it comes to foreign libraries.
By eidias on (tags: angular, javascript, jQuery, categories: web)Where should I store user and application settings in my WPF application? Well, in Settings of course.
By Mirek on (tags: c#, settings, WPF, categories: architecture)There are times when you need to have a small, easy to set up http server. Most of the time, you’ll think – node and yes, if you have it – a great choice. But there’s another option…
By eidias on (tags: python, categories: tools)