OneNote as personal travel guide: Planning
In previous post we gathered and organized information about places we want to visit and we have now pretty good overview about what is where, how we can move around and what delicious things we want to try. It’s time now to make guiding plan for our trip, work out informative pages and share our travel guide with our friends.
OneNote as personal travel guide: Discovering places
When you know where you want to travel you can start with gathering information. This is time consuming process and I start with this as early as possible. This step in process produces a lot of information and you need some good way how to organize it so you don’t get lost. It’s easy for short trip to somewhere but when you plan to move around about week the situation is totally different. Let’s see how OneNote can help you out here.
OneNote as personal travel guide: Introduction
When going to travel then well done home work is must be – otherwise you spend a lot of valuable time on trip to find information and do time consuming planning. Poor planning means also way bigger expenses on mobile data traffic and most of your trip will be mess. I had problems like these when I was beginner traveller. For now I have elegant solution to this problem and here is how I use OneNote.
How innovation can turn to burning hell
During years in software development business I have seen many cases when layering in system architecture is made innovative way and later innovation turns out to be the worst nightmare developers and their managers have ever seen. Years ago I got very painful experience on how things can fail with unapproved bleeding-edge technologies that were selected to support sales to customer. Let’s take a look at hell for a moment. (more…)
What is claims-based authentication?
Before going on with my other posts I want to introduce you claims-based authentication that makes is way to almost all Microsoft web-based platforms around. It is more complex than old username-password method but also more secure and general. In this posting I will give you short and not very technical overview about claims-based authentication.
Improved version of ASP.NET checkbox list values collecting method
In my last post about ASP.NET MVC checkbox list I came up with solution that makes it easy to update values in collection based on what was selected by user. I made some more progress meanwhile and here you can find improved version of collection update that breaks base class dependencies intoduced by previous solution. (more…)
Code Information Indicators in Visual Studio 2013
Visual Studio 2013 introduces new code editor enhancement called Code Information Indicators (CII). CII is set of code editor extensions that make it easier to get information about code structure and changes. Also tests and test results can be easily accessible from code editor. In this posting I will introduce you most important new code indicators.