How to prepare for c# and .NETinterviews?

Start from the beginning
                                        

Section 8: WPF andSilverligh

What is WPF?

What is the need of WPF when we had windowsforms?

How does hardware acceleration work with WPF?

Does that mean WPF has replaced DirectX?

So can we define WPF in a precise way?

What is XAML?

So is XAML meant only for WPF ?

Can you explain the overall architecture of WPF?

Which are the different namespaces and classes in WPF ?

What is App.xaml in WPF project?

What are dependency properties?

Are XAML file compiled or built on runtime?

Can you explain how we can separate code and XAML?

How can we access XAML objects in behind code?

What is SilverLight?

Can SilverLight run in other platforms other than window?

Come on, even WPF runs under browser why SilverLight ?

Can SilverLight run in other platforms other than window?

What is the relationship between Silver Light, WPF and XAML?

What is XAP file in Silverlight?

Can you explain Sliver Light architecture?

What are the various basic steps to make a simple Silver Light application?

What are the different kinds of bindings in Silverlight?

How does Silverlight connect with databases?

What are the 2 important points we noted when we call WCF service from Silverlight?

What are the different ways of doing alignment in Silverlight and WPF?

What is expression blend?

Section 9: LINQand Entity framework

Define LINQ?

How does LINQ help us from the perspective of business objects?

Can you explain how a basic LINQ Query looks like?

How do we write a LINQ query to search with criteria?

How can do a join using LINQ query?

How can we do a group by using LINQ query?

What are entity classes in LINQ?

How can we load the LINQ entity  class ?

How do we define 1 to many and many to 1 relationship in LINQ?

How can we call a stored procedure using LINQ ?

How can we insert, update and delete using LINQ?

What are DBML files in LINQ?

What is Entity framework?

What’s the difference between LINQ to SQL and Entity framework?

What are CSDL, SSDL and MSL?

What is the work of EDMX file?

How can we browse using entity framework classes?

How can we add using EF?

How can we use stored procedures in entity frame work?

What are POCO classes in Entity framework?

How to prepare for c# and .NETinterviews?Where stories live. Discover now