Posted by Martin Konicek on 6:46 PM 5 comments
I published two new blogposts on the website of our add-in for Outlook called TaskConnect:
Adding custom data to Outlook emails
Searching emails from an Outlook add-in
Knowing the information published there before developing TaskConnect would definitely help me a lot so I'm sharing it. I hope you will also find it useful.
Posted by Martin Konicek on 12:00 AM 4 comments
You can download the first beta of TaskConnect now. I've been working on this for the last year with a team of cool guys in Prague.
TaskConnect is quite unique as it integrates TFS into Outlook in a new, clever way:
Posted by Martin Konicek on 4:50 PM 0 comments
A little quiz.
Given the following two delegates:
delegate void EventHandler(object sender, EventArgs e);
delegate void PropertyChangedEventHandler(object sender, PropertyChangedEventArgs e);
void propertyHandler(object sender, PropertyChangedEventArgs e)
{ }
EventHandler handler = propertyHandler;
handler(this, new EventArgs());
void handler(object sender, EventArgs e)
{ }
PropertyChangedEventHandler propertyHandler = handler;
propertyHandler(this, new PropertyChangedEventArgs("Name"))
Posted by Martin Konicek on 4:58 AM 0 comments
Former Software Engineer at Facebook London, worked on React Native. I like .NET (contributed to SharpDevelop IDE) and software engineering in general. Here's my Twitter profile.