Filed under

Screencast

 

Finally! Edit and Continue in x64!

To x64 or not to x64? One thing that was troubling me answering this question was the lack of 'Edit and Continue' feature when Visual Studio works under x64 (64 bit) operating system.

'Edit and Continue' allows editing code while being in debug mode and resuming execution without restarting the application. Yes, yes. Some people will argue that this is not a big deal, since 'Edit and Continue' is just a nice to have feature and not that important. I will tell you something. Most of the times these people are web developers that never had the chance to use it, since it was never available when developing on ASP.NET.

Good news! Edit and Continue is available on .NET 4 even when using x64 OS! Still not possible on ASP.NET. Watch my screencast...

Filed under  //   .NET   Screencast   Visual Studio   x64  

Comments [0]

Create user interface mock-up smartly and quickly

My start-up weeknd friend Nikos Anagnostou recommended to me a tool called 'Balsamiq Mockups' recently. This tools is excellent! You can create a user interface mock-up (mock-up: a draft graphical design) in a few minutes. You can use this tool to present a user interface idea to your customer, manager, subordinate or any person to whom you want to prove a point. I tried to use Visio for this purpose in the past but somehow it seemed too complicated. With Balsamiq Mockups is pretty simple.

Watch the video...

Filed under  //   Screencast   Tools  

Comments [0]

Workflow Foundation - Κλήση Workflow από Windows Forms

Σε αυτό το 2ο screencast βλέπουμε πως μπορούμε να εκτελέσουμε ένα workflow από μια Windows Forms εφαρμογή, καθώς και πως μπορούμε να περάσουμε δεδομένα σε αυτό, έτσι ώστε να συμμετέχουν στην εκτέλεση.

Τίτλος: Windows Workflow Foundation - Windows Forms Integration
Διάρκεια: 6 λεπτά


Click here to download:
ScreenCast2_WWF_WindowsForms_Code._zip (13 KB)

Filed under  //   .NET   Screencast   WF  

Comments [0]

Workflow Foundation - Hello World Screen Cast

Σε αυτό το screen cast δείχνω πως μπορεί κανείς να ξεκινήσει με το Windows Workflow Foundation (WF) του .NET Framework 3.0 ή 3.5. Πρόκειται για ένα απλό παράδειγμα τύπου Hello World. Είναι το πρώτο μου screen cast, οπότε.... παρακαλώ για την επιείκιά σας!

Τίτλος: Windows Workflow Foundation - Hello World
Διάρκεια: 3 λεπτά
Κατεβάστε τον κώδικα

Click here to download:
ScreenCast1_WWF_Hello_Code._zip (4 KB)

Filed under  //   .NET   Screencast   WF  

Comments [0]