Sign in
Janne Mattila's blog
From programmer to programmer -- Programming just for the fun of it
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET General
2007 Office system
ACT
Application Compatibility
Application Development
asp.net
C/C++
Excel
Excel Services
Fun
IE8
InfoPath
Microsoft CRM
Microsoft Office SharePoint Server 2007
Mobile
Programming
Silverlight
tips and tricks
Visual Studio
WCF
Browse by Tags
MSDN Blogs
>
Janne Mattila's blog
>
All Tags
>
.net general
Tagged Content List
Blog Post:
Web Services and namespaces (or WCF?)
Janne Mattila 2
You might have encountered following situation: 1. You have created class library “MyLibrary” and it contains following class: 1 2 3 4 5 6 7 8 namespace MyLibrary { public class Employee { public string FirstName; public string LastName; } } 2. You have...
on
15 Oct 2008
Blog Post:
Maximize the use of CPU with parallel extensions (+ some WPF stuff)
Janne Mattila 2
Since this is my 40th post to this blog I decided to go back to square one… or post one actually :-) I’m going to create Windows Presentation Foundation (WPF) application that solves the Knight’s Tour puzzle. I actually didn’t know about this puzzle before I bought book called Puzzles for Programmers...
on
26 Aug 2008
Blog Post:
Transferring attachment file from Web Service to InfoPath
Janne Mattila 2
I previously posted about InfoPath and Web Service data connections. Back then I didn't mention that you could use the same method to transfer InfoPath attachments as well. It's actually pretty straightforward thing. All you need to do at the web service is wrap up you existing file data to InfoPath...
on
8 Feb 2007
Page 1 of 1 (3 items)