Let's go invent tomorrow instead of worrying about what happened yesterday|mail@jankowskimichal.pl

Michał Jankowski

avatar

About Michał Jankowski

Microsoft MVP Azure, an architect, designer, team leader and trainer. He began programming in the early ’90s from Basic and Assembler for 8-bit computers. During most of his career, he was delivering .NET platform targeted application for the world’s largest companies. Currently, he is specialising in the development of web applications and Azure environment. A great enthusiast of software craftsmanship, unit testing, software design and other topics related to software development. In his free time, when he is not playing with the code, he likes travelling, photography and writing a technical blog.

WPF hybrid application with parameters

Hmmmmm…… What is a hybrid application WPF? I tried to find some other term for this problem, but unfortunately it seems to be most relevant. Concept of a hybrid application WPF I will call the application, that works and presents the results in the console, as well as in its own window. Additionally, the application should support passing parameters during the boot. […]

By |2013-06-10T13:57:59+02:008 December 2011 |Categories: Software development|Tags: , , , , , |12 Comments

Debugging Visual Studio

Today I will try to describe the technique used rarely to find bugs. It involves the use of second instance Visual Studio to find errors in the first. Looking at the last sentence, you can begin to think about how to look for errors in Visual Studio can help you find bugs in our program. It should be realized, that really Visual Studio incorporates our code. And our goal is to trace the activities of this code. […]

By |2012-06-15T18:21:54+02:002 November 2011 |Categories: Software development|Tags: , , , |2 Comments

Customize search results in Visual Studio

Visual Studio has a lot of options, that allow you to customize the tools to individual user needs. Thanks to this, your daily work are becoming more enjoyable and more effective. Unfortunately, if you want to change the way of search result presentation you will encounter the problem. The Visual Studio settings do not contain such option, which would allow to change it. I wonder how many people is annoyed by the standard layout of search results window. […]

By |2012-06-15T18:24:38+02:003 October 2011 |Categories: Software development|Tags: , |0 Comments

Icons for Windows Phone 7

During development programs for Windows Phone 7 I have met quite often with the problem of icons. I’m not a graphic designer and making a decent icon for the program took me too long. The first attempts to look for an icon in the Internet ended in failure. Of course, I was looking for free solutions. The only think, what I have found it was a set of icons provided by Microsoft. […]

By |2017-09-21T21:13:41+02:0024 September 2011 |Categories: Software development|Tags: , |0 Comments

Assembly generation failed — Referenced assembly does not have a strong name

By creating programs, very often use various libraries created by others. As long as the code is created for its own, do not look at it as a library used was prepared. The first moment, when he begins to pay attention to it to decide to publish a solution for larger audience. At this point, begin to appear mean security code. The easiest way is to sign the resulting files. And here you may receive the first issue. It seams, that in order to compile the program receive the following message: Assembly generation failed — Referenced assembly ‘Foo’ does not [...]

By |2013-06-10T14:00:25+02:005 August 2011 |Categories: Software development|Tags: , , , , , |5 Comments
Go to Top