Monday, October 22, 2007

WPF Example Applications

In .NET 3.x microsoft added new options to create a web application with smart client abilities
you can see list of web application in this link : http://channel9.msdn.com/wiki/default.aspx/WPF.ApplicationPortfolio

Legend:
XBAP - XAML browser application (like java applets)
Application - click once deployment


for help and other learning materials
visit our site: Bina

Monday, October 8, 2007

Linux Without install

if you want to try linux without installation you have 2 options
  1. Download and burn one of the Live CD distributions , boot from the cd and enjoy. for a list of live cd distributions click here
  2. Download vmware image and try linux from vmware client. for a list of images click here
for help and other learning materials
visit our site: Bina

Friday, October 5, 2007

Linux Vixta

If you can't choose between windows vista and Linux there is a solution: Vixta
Vixta is a linux distribution with exact look and feel as vista. Its based on kernel 2.6.23 and fedora distribution.

for help and other learning materials
visit our site: Bina

C# in embedded systems

Most of the times developers uses C language to write embedded applications. If time is not an issue or its not critical you can easily use java or c#
Microsoft has now 3 platforms for embedded:
  • Windows XP embedded for large systems
  • Windows CE for small to medium systems
  • .NET micro framework for very small devices
to use C# and .NET you can use:
  • .NET framework in XP embedded
  • .NET compact framework for windows CE
  • .NET micro framework - native
.NET micro framework supported by some small devices such as this board



for help and other learning materials
visit our site: Bina

Visual Studio 2008

.NET framework 3.0/3.5 gives us a lot of new technologies such as:
WPF/WPFE
WCF
Workflow
....

if you want to evaluate it without installation you can download a VPC image from here


for help and other learning materials
visit our site: Bina

Tuesday, October 2, 2007

CLI specifications

If you want to know the exact standard of CLI or C# you can find it in this pdf file

for help and other learning materials
visit our site: Bina