Welcome to MSDN Blogs Sign in | Join | Help

Visual Studio Case Studies

Hear real developers tell of their experiences with Visual Studio (and a cool video player beyond the link):

See, it isn’t just me that thinks this stuff rocks! :)

Posted by AntonDelsink | 1 Comments
Filed under:

Microsoft Tech·Ed Africa 2009

Summer is here and the number one question in Dubai is “Summer Plans?”

Me, I’m going to Microsoft Tech·Ed Africa 2009, just after a short trip to the US for our annual technical training (TechReady9) in Seattle.

And after, I’ll be in Lusaka with SoCalDevGal for some more volunteer time at SmartCare. Back in Dubai just in time for Ramadan.

Enjoy your summer!

Posted by AntonDelsink | 0 Comments
Filed under: ,

Rapid Application Development (RAD) in ASP .NET

I keep forgetting to show this kind of demo: the fastest way from zero to ASP .NET app is via ASP .NET 3.5 SP1’s Dynamic Data feature that allows you to rapidly create web pages for data manipulation against existing data stores.

Check out this Channel9 video by Ingo Rammer on how to take that first idea even further by combining ASP .NET Dynamic Data with Entity Framework.

image

Windows 7 Compatibility – help for ISVs

Soon your customers will get their hands on Windows 7. Are you ready?

Microsoft is offering a wide range of support options to ISVs (as reported by ars technica). There are many benefits and also here in the Gulf we want to help, so let me know if you have an application in need of compatibility assistance.

You can start by posting on the MSDN Forums for App Compat or come ask your peers at the many user groups in the Gulf (see links on the left).

Tell me if you intend to ship a Windows 7-specific application – would love to hear what you’re up to!

image

Posted by AntonDelsink | 0 Comments
Filed under:

We Learned XAML at TechiesOnly UG meeting tonight!

Thanks to Rolf, Bruce and Alex - your patience with all our questions are much appreciated! 

I built my first WPF app and am sold on the value of Blend even for developers. One more reason to pick up Team Suite and get Expression included. The below is what I drew in Blend with drag & drop.

image

Yes, not pretty. Blame the student in this case. Then, with just two or three clicks, I set up a storyboard to change the colour of the rectangle, hooked up an event trigger to have a button click cause the storyboard to activate, and viola. Hello Animation World demo done!

<Window x:Class="TechiesOnlyXamlPractice.Window1"

   xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

   Title="Window1" Height="394" Width="422">

    <Window.Resources>

        <Storyboard x:Key="sbRectangleColourChange">

            <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="rectangle" Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)">

                <SplineColorKeyFrame KeyTime="00:00:02" Value="#FF212DB7"/>

            </ColorAnimationUsingKeyFrames>

        </Storyboard>

    </Window.Resources>

    <Window.Triggers>

        <EventTrigger RoutedEvent="ButtonBase.Click" SourceName="btn1">

            <BeginStoryboard Storyboard="{StaticResource sbRectangleColourChange}" x:Name="sbRectangleColourChange_BeginStoryboard"/>

        </EventTrigger>

    </Window.Triggers>

    <Grid>

        <Button Name="btn1" Margin="18,18,0,0" Height="43" VerticalAlignment="Top" Width="97" HorizontalAlignment="Left">Hello World</Button>

        <Rectangle Margin="67.333,100.667,65.333,84" Fill="#FFB72121" Stroke="#FF000000" x:Name="rectangle"/>

    </Grid>

</Window>

 

For those of you interested in "templates" of code, take a look at Code Snippets in Visual Studio 2008. For examples, see http://www.gotcodesnippets.net/

Posted by AntonDelsink | 0 Comments
Filed under: , ,

MCT Summit 2009

Apparently some of you are not registered yet. Bill summarized some possible reasons…

The top reason for not attending web casts from this side of the planet is, of course, GMT-8 vs. GMT+4. We’re typically at the movies or asleep when the US’ West Coast gets on with business, so this MCT Summit 2009 is both virtual and has a non-stop back-to-back 48 hours agenda!

See you there!

Facebook Developer Garage, Dubai

Thank you all who attended the Facebook Developer Garage in Dubai – I especially enjoyed the Q&A and also learned a great deal!

Several of you mentioned that you switched from “classic” ASP to PHP but never looked at ASP .NET. Well here is your chance: www.MyRampUp.com (MSDN) has free training for “classic” ASP developers who want to learn about ASP .NET. And for the people I talked to after the event: a course for those interested in moving from PHP to ASP.NET.

And don’t forget to mention to your admins that they can run PHP on IIS – they will love the ease of maintenance of a Windows web server and likely be impressed at the performance too!

Posted by AntonDelsink | 0 Comments
Filed under: , , ,

What is XAML, at TechiesOnly on June 17th

We don’t know what the topic is. Will you join us to tell us more about XAML as used in WPF? Or XAML as used with WF? Is there more to it? Learn, contribute, whatever.

UPDATE: Please register!

New Bloggers & Communities

New to Dubai and in some cases entirely new, take a look at my updated blogroll:

Communities
Dubai Bloggers
Posted by AntonDelsink | 0 Comments
Filed under:

Free Trial of hosted Team Foundation Server

If you’re like me and prefer trying TFS over a real network connection, take a look at TeamDevCentral: they are offering a free 6 week hosted trial Team Foundation Server.

image

Posted by AntonDelsink | 1 Comments
Filed under: ,

Arabic MOC

I’m told this is a first: Arabic language localization of Microsoft Official Curriculum! Two courses available today:

clip_image001clip_image001[4]

6268A - Installing and Configuring the Windows Vista Operating System (تثبيت و تكوين نظام التشغيل ويندوز فستا)

6269A - Configuring Windows Vista Mobile Computing and Applications (تكوين الحوسبة المحمولة و تطبيقات ويندوز فستا)

Apparently localized from the English MOCs: 5115 and 5116 respectively.

What do you think, useful?

Posted by AntonDelsink | 1 Comments
Filed under: , ,

Security Development Lifecycle in TFS

I have had this news pent up for ages: SDL in TFS!

The Security Development Lifecycle is important to include at every step of the software development process. Now you can see how to do this in TFS by looking at this Process Template that is SDL-enabled:

Download the Security Development Lifecycle Process Template - Check out this free downloadable template that integrates the Security Development Lifecycle (SDL) v4 into Team System. The new SDL template helps developers write more secure code using a familiar framework.

Posted by AntonDelsink | 0 Comments
Filed under: , , ,

TechiesOnly with Windows 7

Join the TechiesOnly User Group on Wednesday evening in Marina Walk for a look at Windows 7. First five people to install the RC at the event will receive a 2GB USB Flash Drive!

Please register. See you there.

Posted by AntonDelsink | 0 Comments
Filed under: , ,

SQL Server "Kilimanjaro"

There is just one summer, Ramadan and Christmas between now and the first half of 2010 - and I'm hearing SQL Server's next version will ship in the first half of 2010...

I will be learning about what's coming by joining this Academy Life sneak preview session.

See you there!

Dubai User Group gathering on April 15th

UPDATE: This is happening TONIGHT! :) 

TechiesOnly, the UAE-based technical community is meeting on April 15th in The Greens. Join us for snacks, prizes and a rare opportunity to discuss with your peers the topic of the day: Windows Azure!

Posted by AntonDelsink | 3 Comments
Filed under: , ,
More Posts Next page »
 
Page view tracker