logo

We had a great event on 10th August on Windows Phone application development in our C# Corner Chapter meet. We had a no. of enthusiastic attendees this time in our event and everyone enjoyed the sessions a lot. Thanks to everyone who attended. Looking forward for your participation in the coming days.

 

In this post I am going to share the agenda, pictures and slides. Also, I am announcing the date of the next monthly meet. Don’t forget to register for the event and join us in September.

Published by on under C# Corner | Events

How to Start, Stop, Recycle IIS application pool programmatically?

IIS application pool defines a set of web applications and their corresponding worker processes to provide a convenient way to administer a set of web sites and applications. Sometime developers need to programmatically start, stop or recycle the IIS application pool.

 

In this post, we will learn how to programmatically call the directory service to invoke the start, stop and recycle operation on IIS server.

Published by on under CSharp | DZone

Most of you have already used BusyIndicator control in your Silverlight or WPF application while communicating with server or processing a huge data. Sometime developers want to focus to a particular control like TextBox once the busyIndicator stops.

 

I noticed in various forums that developers really suffer a lot focusing to a TextBox at the end of the processing and when the busy indication stops. Let’s read the trick to resolve this.

Published by on under Silverlight | Telerik

Everyone wants to build their apps, whether you are a geek or not. And when you have a website or blog with RSS, it’s by nature to build a RSS phone of your blog. A developer who has knowledge of programming can easily start with that. But what about non-techie?

 

Microsoft has recently launched a tool called “App Studio” which will allow you to build a Windows Phone app without any programming skill. Today we will discuss how to use this tool.

Published by on under WP7 | WP7.8

It’s time for developers to easily build Windows Phone applications and host them in the Windows Phone Store (Marketplace). Microsoft came with a great online tool which will guide you to build WP apps in four easy steps. Though the app is currently in beta stage but you can create professional apps with it.

 

Not only that, Microsoft also came with some offers for the WPDevs which will encourage you to get started with building apps for Windows Phone community.

Published by on under News | Tips

It does not sound good but this is the real fact. If you have a Microsoft Surface RT device with Windows 8.1 Preview installed and facing issue with battery consumption while in standby mode, it’s time for you to turn ON the Bluetooth of your device.

 

Microsoft support team answered in a forum thread that it is a bug and the current solution to resolve the quick draining of battery is to turn on the Bluetooth.

Published by on under Surface | Tips

If you are a Silverlight application developer and working with Telerik’s RadRichTextBox control, you might have already used the InsertSymbolDialog that comes in-built with the control. This dialog provides you a direct API to insert symbols in your rich text box.

 

By default the said dialog opens in non-modal dialog and there are no easy way to make it modal. In this blog post, we will learn how to customize it to make a modal window for that.

Published by on under RadRichTextBox | Silverlight

Microsoft released Windows Phone SDK 8.0 Update for Windows Phone 8.0.10322 with four new emulator images to an existing installation of WP SDK 8.0. The new SDK version no is: 8.0.10322. You must have an existing WP8 SDK installed before installing this latest bit.

 

If you are a WPDev, don’t forget to download the latest SDK to test your apps. Find herewith the link to download the WP 8.0.10322 SDK update.

Published by on under News | WP8

Recently after upgrading to latest Telerik binaries in my Silverlight RIA Service application, I noticed a different behavior in the auto generated code. After searching a lot on the issue, came to know that the RoundtripOriginalAttribute was missing in the entity set.

 

As we can not add the attribute explicitly in a auto generated file, I had a tough time to find out the solution of this issue. Lately, got the solution which I am going to document it here for you.

Published by on under RIA Service | Silverlight

Sometime it happens with most of us when Visual Studio stops showing the intellisense menu. Most of the time it happens when the license of some Visual Studio plugin expires or when you uninstall any productivity plugins like ReSharper. It makes you annoyed to think what is the root cause here.

 

If you faced similar issue in your Visual Studio IDE and unable to bring back the beloved intellisense menu, here is the solution for you.

Published by on under Tips | VisualStudio

If you are a WPDev and looking for a way to retrieve the Geo Location of the user and integrate that Geo Coordinates in your Windows Phone 8 application, this post will help you step-by-step to understand the API and the way to use it.

 

The Geolocator class provides us details about the user’s location. To use this class, you need to add proper capabilities to your application. Let’s start discussing on that.

Published by on under WP8 | WP8Dev