Pivot grid in WPF
Today I am going to show you how easy to achieve a pivot scrolling in wpf using scroll viewers and scroll bars.
By Mirek on (tags: pivot grid, WPF, categories: code)Today I am going to show you how easy to achieve a pivot scrolling in wpf using scroll viewers and scroll bars.
By Mirek on (tags: pivot grid, WPF, categories: code)Previous ASP.NET localization approach was quite old. It was just based on resources and there was nothing wrong with this but lot of projects uses other sources of localized texts (for example database). In ASP.NET Core 1.0 it’s completely rewritten!
By Dawid on (tags: asp.net core 1.0, localization, mvc6, categories: code)B2B is based on invitation model which lets you enable access to your corporate applications from partner-managed identities. You can provide email along with the applications you want to share and send invitation to your partners, customers or anyone else who have account in Azure Active Directory. Azure AD sends them an email invite with a link. The partner user follows the link and is prompted to sign in using their Azure AD account or sign up for a new Azure AD account.
By Dawid on (tags: active directory, azure, b2b, categories: azure, infrastructure, code)In this post I’ll try to explain how we can build an MVC application that uses Azure Active Directory Application Roles for authorization. This kind of authorization is implemented using role based access control – RBAC. When using this kind of authorization we can grant permissions to roles, not to individual users or groups. The administrator can then assign roles to different users and groups. Thanks to that he can control who has access to what content and functionality.
By Dawid on (tags: active directory, asp.net 5, azure, role, categories: azure, code, security)In ASP.NET 5, Microsoft has produced a Nuget package called Microsoft.AspNet.TestHost which you can easily use to run your ASP.NET 5 in memory. We can use that feature of self hosted application to create integration tests.
By Dawid on (tags: asp.net 5, mvc 6, testing, categories: code)Nowadays there are more mobile devices than desktops and every mobile device can have different resolution and aspect ratio. That means that we need to come up with optimal solution to that situation. There are basically two main approaches: a website that can dynamically adapted to every screen size - full responsive or additional dedicated mobile version of every page – mobil…
By Piotr on (tags: ASP.NET, responsive design, categories: code, web)If you’ve been following Microsoft announcements about Visual Studio Online over the last 12 months, you already know that you can easili integrate with VSO from any platform, technology, or device. Everything thanks to a new set of of JSON-based REST APIs. Those APIs enable a lightweight way to work with Team Foundation Server from virtually any device, platform, or technology…
By Dawid on (tags: api, hooks, online, REST, service, studio, tfs, visual, categories: tools, infrastructure, code)As we can read on the TypeScript it lets you write JavaScript the way you really want to. And guess what – you can do it in Visual Studio 2015!
By Dawid on (tags: asp.net 5, mvc, TypeScript, visual studio, vs, categories: code, web)APS.NET Core has introduced new environment variable called ASPNET_ENV. It allows us to control our application behaviour between multiple environments because it’s describing environment on which application is currently working on.
By Dawid on (tags: asp.net Core, environment, categories: code)Recently I struggled on my user control trying to make the dependency property be updated when I change the source of the binding. That confirmed my belief that WPF does not forgive any single developer’s mistake.
By Mirek on (tags: dependency property, user control, WPF, categories: code)