Posts tagged "C#"

How to perform web search in Windows Phone using C# ?

You can use the “Search Task” Launcher to launch the web serach App and perform search of the keyword . How to perform web search in Windows Phone using C# ? Read More @ WindowsPhonerocks.com

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - November 19, 2011 at 3:30 pm

Categories: How To's   Tags: ,

How to modify Cellular Settings in Windows Phone using C# ?

You can access the Cellular Settings of the Windows Phone from your App by using the Launcher “ConnectionSettingsTask” . The ConnectionSettingsTask will launch the settings form of the specified property of the ConnectionSettingsType . Read More @ WindowsPhoneRocks.com

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - November 18, 2011 at 6:03 pm

Categories: How To's   Tags: , , ,

How to set Airplane mode in Windows Phone using C# ?

Airplane mode is a feature in Windows Phone that lets the user to easily turn off the cellular , Wi-Fi , Bluetooth etc . If you want to access turn on / off the Airplane mode from your Windows Phone App , then you can use the Launcher “ConnectionSettingsTask” to [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - November 16, 2011 at 4:14 pm

Categories: How To's   Tags: , ,

Interesting .NET Links – November 15 , 2011

Databinding an Auto Complete Box in Windows Phone – WindowsPhoneRocks Locking the Workstation Programmatically – BlackWasp LINQ Pitfalls: Using external variables in projections – Adam Bar Information on upgrading Kinect Applications to MS SDK Beta 2 – Michael Crump MSBuild Extension Pack November 2011 Release – Mike User-defined Server Roles [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - November 15, 2011 at 4:12 am

Categories: Dotnet   Tags: , ,

Installing Silverlight Toolkit for Windows Phone

What is Silverlight Toolkit for Windows Phone ? Silverlight toolkit for Windows Phone is a opensource framework which provides additional controls for the developing Windows Phone Applictaion apart from the standard Windows Phone controls . These controls are available for download including the sourcecode which is Microsoft Public Licensed and [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - November 11, 2011 at 4:31 pm

Categories: How To's   Tags: , ,

How to read data from a text file in Isolated Storage in Windows Phone ?

In my previous blog post , i explained How to write data to a file in Isolated Storage in Windows Phone ? In this blog post , will show you How to read data from a text file in Isolated Storage in Windows Phone that was written to the Isolated [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - November 11, 2011 at 3:23 pm

Categories: How To's   Tags: , ,

How to enable disable Bluetooth in Windows Phone using C# ?

If you are a Developer and have an task to change or access the Bluetooth Settings via some user interaction , you can use the Launcher “ConnectionSettingsTask” to achieve it. Just use the ConnectionSettingsType to Bluetooth and call the show method of the ConnectionSettingsTask . This will Launch the Bluetooth [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - November 4, 2011 at 6:20 pm

Categories: How To's   Tags: , , ,

How to get the list of Songs,Genres,Albums from the Windows Phone MediaLibrary ?

You get the Get the List of Songs / Albums from the Windows Phone using the MediaLibrary class defined in the Microsoft.Xna.Framework.Media Namespace . To access the MediaLibrary Class , you should add the reference of the Microsoft.xna.Framework dll to your Windows Phone Application and add the following Namespace Microsoft.Xna.Framework.Media; [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - November 1, 2011 at 12:08 pm

Categories: How To's   Tags: , , , , ,

Interesting .NET Links – November 1 , 2011

Unity 3.0 Preview for .NET 4.5 – Grigori Melnik Three .NET “tools” that I use every day and you want to know about – Dror Helper How to Dynamically Add Controls to Windows Phone Page ? – Windows Phone Rocks Inner Fields and Lazy Initialization in C# – Steve Smith [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - November 1, 2011 at 6:28 am

Categories: Dotnet   Tags: , , ,

Interesting .NET Links – October 31 , 2011

Visual Studio 11 .NET Advances – Somasegar Windows Phone Programming in C# (Windows Phone Version 7.5) Material now Available – WindowsPhoneRocks Layout adjustments Snapping and OrientationChanges in Metro Applications – Abhishek Sur Better Web Forms with HTML5 Forms – Brandon Satrom Nokia Lumia WP7 Emulator Skin from Telerik – WindowsPhoneRocks [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - October 31, 2011 at 4:53 am

Categories: Dotnet   Tags: , , ,

Interesting .NET Links – October 27 , 2011

Connecting your WinPhone 7 app to an ASP.Net Razor page with a little REST and JSON – Greg Duncan Query Methods in Roslyn Syntax API – Dhananjay Kumar Telerik AJAX Q3 2011 Beta – New Org Chart and Social Share controls, Metro skin and more (Stefan Rahnev) Property change notifications [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - October 26, 2011 at 11:40 pm

Categories: Dotnet   Tags: , , ,

Interesting .NET Links – October 26 , 2011

C# As A Scripting Language In Your .NET Applications using Roslyn – Anoop Madhusudanan How to enable / disable Wifi in Windows Phone using C# ? C#/.NET Little Wonders: The Complete Collection – James Michael Hare OData Service Validation Tool Update: New feature and rules – Turker Keskinpala Inside C# [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - October 26, 2011 at 9:50 am

Categories: Dotnet   Tags: , , , , ,

How to enable / disable Wifi in Windows Phone using C# ?

If you are a Developer and have an task to change or view the Wifi Settings via some user interaction , you can use the Launcher “ConnectionSettingsTask” to achieve it. Just use the ConnectionSettingsType to Wifi and call the show method of the ConnectionSettingsTask . This will Launch the Wifi [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - October 26, 2011 at 9:36 am

Categories: How To's   Tags: , , ,

Interesting .NET Links – October 25 , 2011

State of .NET Image Resizing: how does imageresizer do? – Bertrand Le Roy How to choose right WCF binding? – Kalyan Bandarupalli Code First and DbContext are now “The Entity Framework” – Julie Lerman Continuation Tasks Implementing Programming Languages using C# – Christopher Diggins Using the BingMapsDirectionsTask in Windows Phone [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - October 25, 2011 at 5:48 am

Categories: Dotnet   Tags: , , ,

Interesting .NET Links – October 23 , 2011

C# – ThreadPooled – James Using the BingMapsDirectionsTask in Windows Phone Mango RadChart for Windows 8 WinRT – Taking its First Breath – Georgi Atanasov Build Online C# Syntax Checker with Roslyn – Nandip Makwana How to choose right WCF binding? – Kalyan Bandarupalli How to enable Windows Phone Application [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - October 23, 2011 at 6:43 am

Categories: Dotnet   Tags: , , , ,

Interesting .NET Links – October 22 , 2011

Connect Your Web Site to Your Windows 8 App – Rahul Lalmalani Code to Search in Windows Phone 7 – Dhananjay Kumar Microsoft Touch Mouse Sensor API is now available for Download Easiest ever comparison with Code Compare version 2.70! – Devart Regular Expressions with Timeout in .NET 4.5 – [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - October 22, 2011 at 8:27 am

Categories: Dotnet   Tags: , , ,

How to enable Windows Phone Application Tombstone in Emulator when Debugging ?

The Visual Studio 2010 provides the option in the Windows Phone Project to set the Application Tombstone upon deactivation when debugging .   You can set this option by following the below steps   1. In Visual Studio 2010 Express / Professional / Ultimate , Right click on the project [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - October 20, 2011 at 5:17 pm

Categories: How To's   Tags: , , ,

Interesting .NET Links – October 19 , 2011

Helping others become Visual Studio Keyboard Ninja’s with the Code Ninja Spy – Greg Duncan Using HTML5 Geolocation API in ASP.NET Application – Harish Ranganathan Tiles in Windows Phone Mango – Create and Delete Secondary Tile Windows 8 Metro declarations: User Tile Provider – Andrej Tozon Reading coordinate values using [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - October 19, 2011 at 3:04 am

Categories: Dotnet   Tags: , , ,

Interesting .NET Links – October 18 , 2011

Working Hours Tracker for Windows Phone 7 Search Toolbox controls in Visual Studio 2011 – Abhijit Jana Quick Tip – Converting JSON Serialized .NET DateTime to JavaScript Date – Gil Fink Tiles in Windows Phone Mango – Create and Delete Secondary Tile .NET and CoffeeScript: comparing Jurassic, Jint, and IronJS [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - October 18, 2011 at 3:29 am

Categories: Dotnet   Tags: , , ,

Tiles in Windows Phone Mango – Create and Delete Secondary Tile

This is the 4th part of my series on the Tiles in Windows Phone Mango .   In this Blog post , i will explain how one can create Secondary Tiles in Windows Phone .   The Secondary Tile is generally created from the App programatically based on the users [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - October 18, 2011 at 3:23 am

Categories: How To's, Windows Phone 7   Tags: , ,

Interesting .NET Links – October 17 , 2011

How to find the SQL Server Version with a query ? Finding Control Recursively From Controls Collection in C#? Webinar – REST and Mobile DataSnap Client Development ( WP7 ) – WindowsPhoneRocks RadChart for Windows 8 WinRT – Taking its First Breath – Georgi Atanasov Webinar – Data Abstract: Cross-platform [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - October 17, 2011 at 4:04 am

Categories: Dotnet   Tags: , , ,

Interesting .NET Links – October 8 , 2011

SortedDictionary and SortedList – Simon Cooper Improving developer productivity with Visual Studio 11 Developer Preview – Visual Studio Team Bundling and Minification in ASP.NET 4.5 – Abhijit Jana SQL Server 2008 Service Pack 3 has been released – Denis Gobo Windows Phone Silverlight Poor Man’s Double-Tap – Tim Murphy Start [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - October 8, 2011 at 4:01 am

Categories: Dotnet   Tags: , , , ,

Interesting .NET Links – October 7 , 2011

Silverlight 5 Toolkit – September 2011 Released – Kunal Chowdhury Creating a Horizontal ListBox in Silverlight and Windows Phone – Jevgeni Tšaikin SQL SERVER – Detecting Database Case Sensitive Property using fn_helpcollations() – Pinal SortedDictionary and SortedList – Simon Cooper Microsoft’s Roslyn ‘compiler as a service’ support unlikely to be [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - October 7, 2011 at 3:00 am

Categories: Dotnet   Tags: , , ,

Interesting .NET Links – October 6 , 2011

So what’s new in Orchard 1.3? – Bertrand Le Roy Use Visual Studio 2010 to Profile your ASP.NET Application which is hosted on IIS – Abhijit Jana Macros Have Been Dropped from Visual Studio 11 – Jonathan Allen DataContract serialization on Windows Phone – Arian Kulp Know About WP7 Page [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - October 6, 2011 at 7:02 am

Categories: Dotnet   Tags: , , ,

Interesting .NET Links – October 4 , 2011

Visual Studio 11 Programming Language Advances – Somasegar C # Sizeof Keyword – Richard Carr First Review of ASP. NET MVC 4.0 Developer Preview – Jalpesh P. Vadgama Expression Blend 4 does not start after installing the NET Framework 4.5 Developer Preview – Rich Griffin Tiles in Windows Phone Mango [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - October 4, 2011 at 4:14 am

Categories: Dotnet   Tags: , , ,

Interesting .NET Links – October 2 , 2011

Tiles in Windows Phone Mango Part 2 – Tile Properties SQL Server “Denali”: Installing on a Virtual Machine Why WebSockets? – Kalyan Bandarupalli Code Katas: Kicking off With a Little JavaScript – Composite Code Frame navigation policies in web browsers | One big reason why you should get rid of [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - October 2, 2011 at 5:14 am

Categories: Dotnet   Tags: , ,

Interesting .NET Links – September 22 , 2011

Windows Phone 7.1 (Mango) – Tcp Socket acts differently on emulator and device (HTC Mozard) – Michael Sync Empowering Enums – Kodefuguru Core .NET Types Usable from a Metro Style Application – Jeffrey Richter Windows Phone 7: Performance Monitoring – Peter Kuhn Enabling Frame Rate Counters for XAML Applications in [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - September 22, 2011 at 4:25 am

Categories: Dotnet   Tags: , , ,

Interesting .NET Links – September 21 , 2011

Are .Net programmers planning to abandon Win 8? – Don Burnett Calling the Yahoo Term Extraction from C# to generate keywords (for web page, etc) – Greg Duncan More on Async, Win8, and C# – Bill Wagner Telerik JustCode Keeps Getting Better – Michael SQL SERVER – Introduction to expressor [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - September 21, 2011 at 3:36 am

Categories: Dotnet   Tags: , , ,

Interesting .NET Links – September 18 , 2011

Welcome to Zombieland, the Metro Style Land of WinRT and the Undead – Rene 8 ways Windows 8 improves on Windows 7 – Patrick Goss MSDN – Windows Developer Preview Metro style app samples “What’s New in the .NET Framework 4.5 Developer Preview” (and Yield is coming to VB.Net!) – [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - September 18, 2011 at 8:52 am

Categories: Dotnet   Tags: , , ,

Windows Phone Camp – Reston Virginia on September 29 , 2011

Windows Phone Camp is a free, full day event with chock-full of everything you need to know to develop a Windows Phone application. Whether you’re a seasoned veteran or just getting started with .NET development this full-day event is for you. “Don’t miss the new Windows Phone 7.5 (codename “Mango”) [...]

Share

Read more...

Be the first to comment - What do you think?
Posted by Admin - September 15, 2011 at 5:07 pm

Categories: Events   Tags: , , ,

Next Page »