image Last week I held a presentation about WPF for Microsoft Student Community at NTNU (Norwegian University of Science and Technology).

As I’ve mention before in my blog; Microsoft Student Community is an organization for students with interest in Microsoft related technologies and especially .NET. The organization is driven students on voluntarily basis. 44 people had registered for the event and I think and 30 of them came. The content of the event was WPF and LINQ which my friend Jonas Follesø held. If you continue to read you will find Q&As from the session. And If you fingers are itching to touch XAML and WPF you can download the source code I posted in the "NNUG WPF presentation" post.

In my presentation I focused on XAML (eXtensible Application Markup Language) and some basic WPF; standard controls, triggers, data binding style and templates. During my speech I got a lot of questions. The students particularly seemed to care about XAML. No doubt they saw the trade off by developing the user interface in a markup language.

Someone also asked about the deployments scenarios. Here is the full overview of the scenarios. Scenario 1; compile a WPF application as a standard EXE. Then the application will be run as a process on the OS with security context from the user that started the application.

Scenario 2; compile a WPF application as XBAP (eXtensible Binary Application Protocol). These applications can run inside a web browser but they will run in sandbox mode. This means that you will get limited access to different APIs. For instance you will not get access to the hard drive. Both of these scenarios require .NET 3.0/3.5 installed.

Scenario 3; use Silverlight. Silverlight is a browser plugin and it’s almost cross platform. It works on IE, Safari (yes on Mac OS X) and Firefox. The Open Source community (Mono project) is also working with porting this technology to the Linux platform. You can read more about it on the Mono-Project site. What I almost forgot to mention is that Silverlight contains a subset of the WPF API. It's like .NET microframework for .NET.

If you attended the session and have any question please post me a comment or send me an e-mail.

Tuesday, December 04, 2007 12:16:43 PM (W. Europe Standard Time, UTC+01:00) 
  Permalink  |  Comments [0]  |  View blog reactions  | 

Yesterday we kicked of Microsoft Student Community at NTNU in Trondheim for this school year. We got 100 registered participants, 80 of these came to the event. It could have been more, but we had to close the registration today because of the size limitation of the room and the size of the pizza order.

image image image

The meaning of the event was to enlighten and motivate new students to be a part of Microsoft Student Community. Microsoft Student Community NTNU is an organization for students with interest in Microsoft related technologies, especially .NET. It’s driven by students, and has no commercial influence by Microsoft. It’s a place where students can come together to learn new cool stuff. So if you want to stand out from the crowd and be little different form all the other students, this is the place to be. My experience is that students with experience in Microsoft and .NET related technologies, will certainly get positive responses from potentially employers.

The theme for the kick-off was a bit vivid, but it certainly caught the eye of the students since 80 students did care to participate. We branded the event with lots of posters saying “Do you want a job?”. I think we hit bullseye, because it’s not a secret that students/employees with background in .NET related technologies are very hot in the job market today.

Hans Olav started the event by telling who we are (Microsoft Student Community) and what can we do for you. He also said something about Imagine Cup, and he talked about our experience within this contest. We also had some technology sneak peak previews on WPF, LINQ and XNA for the students and what they have coming if they continue to participating in Microsoft Student Community events this year.

I gave the presentation on WPF where most of it really was a demo. In the demo I did create and photo viewer application that read photos from disk. The demo contained of 3 lines of C# and the rest was XAML. I used the HTML/CSS analogy for the XAML and XAML template feature, since many of the students as I expected had has some experience with web/HTML development.

Resources

I promised some of the students that I would post links to WPF resources on my blog. Here you go:

Here are the tools you need to get started with WPF development:

Here is my source code from the presentation. Feel free to drop me a comment or send me an e-mail if you have any question concerning the source code or Microsoft Student Community.

Happy hacking and coding!

Friday, October 12, 2007 1:33:42 PM (W. Europe Standard Time, UTC+01:00) 
  Permalink  |  Comments [1]  |  View blog reactions  | 

Me and some guys from the Microsoft Student Community NTNU arranged an event at Gløshaugen campus today. 60 students from NTNU registered for the event, and almost every one showed up.

We invited Lars Bjørnar Listhaug from Abeo to come and talk about their experience in use of Microsoft and .NET technologies implementing solutions for their customers. Abeo is an It-consultant company with about 90 employees. With on office in Oslo and one in Trondheim. Abeo is an Microsoft Gold Partner and focus a lot on Microsoft Technologies. 

Lars Bjørnar also gave us a demo of the Point Of Sale solution he have been working on as an Architect for the last two years. The solution is developed for Lindbak Retail and the team have spent over 15 000 hours on this project!! It was really cool.

Abeo sponsed the event and bought pizza and beverage for the students! High five Abeo!

I talked about developing solution on the Windows Vista Platform. I focused on the Windows Desktop Search Engine and the Windows RSS Platform. 

By the way, I'm also going to give this presentation on NNUG 10.05.2007 18:15. Hope to see you there!

Here is the slides from the presentation:

I've uploaded some pictures on Flickr from this event!

 

 Me talking about developing applicatio for the Windows Vista Platform
Me talking about Windows Vista (Picture taken by Jonas Follesø)

 

Lars Bjørnar Listhaug shows off the fantastic UI of the Lindbak Retail Point Of Sale Solution

Thursday, April 19, 2007 8:14:05 PM (W. Europe Standard Time, UTC+01:00) 
  Permalink  |  Comments [1]  |  View blog reactions  |