Blog
-
Determine an Assembly’s Fully Qualified Name
While extending the Visual Studio development you might be working on an extension that would be…
-
ClickOnce Application Patching
Problem description: We a desktop application including other components like windows service, Local SQL express database…
-
Microsoft Surface & Windows 8
Microsoft Surface Black, bevelled and beautifully designed, a tablet that’s a unique expression of entertainment and…
-
Complex Layout in WPF and Silverlight
WPF/Silverlight – Complex Layout -Simple solution Will write soon on this.. Binding to XML WPF supports…
-
Styling Buttons in XAML
XAML Button’s in 5 mins.. XAML <Grid x:Name=”LayoutRoot” Background=”#FF54126A”> <Grid Height=”87″ Width=”400″ Margin=”31,85.5,209,0″ VerticalAlignment=”Top” d:LayoutOverrides=”Height” >…
-
N-tier Sync Framework – OCA (Occasional connected Application)
Sync Framework is a comprehensive synchronization platform that enables collaboration and offline access for applications, services,…
-
Async Entity Framework for WPF
– Sample application , implemented ObjectContext, – base class for your entity data modal classes in…
-
Building a Page-Flip Photo Album with Deep Zoom
Book control is another excellent page flip control which allows you to add any silverlight element…
-
Fixing @@SERVERNAME in SQL Server
If @@servername returns null or return wrong host name, execute below mentioned sql Query. DECLARE @Current…
-
Export data from corrupted database
Below is the sql script to import data from source database into target database, It is…
-
Compare DB – record counts
Code snippet will loop through all tables of Database SOURCEDB and compare record counts with tables…
-
Creating a Custom XAP Loader Splash Screen
[silverlight:http://www.pixytech.com/rajnish/uploads/code/Splash.xap,550, 550] The objective of this article is to create custom xap loader screen without any background image…