Dotnetbhupesh - dotnetbhupesh.com - Welcome to my .Net World

Latest News:

Ho to use XML files In WinPhone 26 Aug 2013 | 10:22 pm

If we are storing static data in our Win Phone app, xml files can be used  for that. Following sample explains how to do that: <CountrList> <country name="Abkhazia" capital ="Sukhumi" /> <country ...

Useful links related WinRT app 12 Aug 2013 | 09:26 pm

1) Hands-on labs for Windows 8 http://msdn.microsoft.com/en-us/windows/apps/jj674832 2) Create a trial Version of your app: http://msdn.microsoft.com/en-us/library/windows/apps/hh694065.aspx

List of Images needed for WinPhone app 5 Aug 2013 | 03:45 am

Here goes the list  of Images needed for WinPhone app: Application Image's: ApplicationIcon  (100x100) FlipCycleTileSmall (159x159) FlipCycleTileMedium (336x336) StoreTitle (300x300) BackGroundImage ...

Marketing for developers 12 Jun 2013 | 09:13 am

Great ideas: http://www.ubelly.com/2013/06/marketing-101-for-developers/

3rd Party library for Visual Studio 20 May 2013 | 07:46 pm

1) Callisto https://nuget.org/packages/Callisto A control suite for some common things a Windows 8 XAML application might want to include such as a Flyout, Menu, Rating, Settings Pane, and Pivot contr...

Callisto:A control suite for some common things a Windows 8 XAML application might want to include such as a Flyout, Menu, Rating, Settings Pane, and ... 3 May 2013 | 10:26 pm

Callisto:A control suite for some common things a Windows 8 XAML application might want to include such as a Flyout, Menu, Rating, Settings Pane, and Pivot control http://visualstudiogallery.msdn.mic...

Assign color from codebehind 2 May 2013 | 08:39 pm

Assign color from codebehind MySettings.HeaderBrush = new SolidColorBrush(Windows.UI.Colors.BlueViolet); MyBackGround..Background = new SolidColorBrush(Windows.UI.Colors.BlueViolet);

Passng Data Between Pages in Windows Phone 9 Apr 2013 | 11:30 pm

•Can pass string data between pages using query strings private void passParam_Click(object sender, RoutedEventArgs e) { NavigationService.Navigate(new Uri("/SecondPage.xaml?msg=" + textBox1.Text, Ur...

Overriding the Back Key in Windows Phone 9 Apr 2013 | 11:23 pm

Here is the code to override the e Back Key in Windows Phone In code: private void PhoneApplicationPage_BackKeyPress(object sender, System.ComponentModel.CancelEventArgs e) { e.Cancel = true; // T...

Detecting Network Connection in Windows Store Apps 4 Apr 2013 | 08:54 pm

If you developing a Windows Store Apps, it’s a possible likelihood that you rely on some sort of service to either get data or store data. This means that you will probably at the mercy of the Interne...

Recently parsed news:

Recent searches: