Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am new to XAML, originally i want to use silver-light tools in asp.net project to make its look and feel better. i surf the net and got to knw about the Xaml for developing silverlight application. thus asp.net and xaml are different. is xaml is required for silverlight. i m able to develop a web page using microsoft expression and with visual studio 2008.but its extention is mypage.xaml.cs and mypage.xaml. and nowhere i found .aspx...
please help
Posted

1 solution

I believe this would help you in understanding what XAML is:
http://msdn.microsoft.com/en-us/library/ms752059.aspx[^]
http://msdn.microsoft.com/en-us/library/ms747122.aspx[^]

Extensible Application Markup Language (XAML) is a declarative XML-based language created by Microsoft which is used to initialize structured values and objects. XAML is used extensively in .NET Framework 3.0 technologies, particularly Windows Presentation Foundation (WPF), Silverlight, and Windows Workflow Foundation (WF)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900