Interesting .NET Links – June 27, 2012
INotifyPropertyChanging is not defined Error in Windows Phone NuGet 2.0 (.NET Package Manager) released – GO UPGRADE NOW and here’s why – Scott Hanselman Some more .NET/C# Generics Research Project History – Don Syme Don’t Use LINQ’s join Navigate! – Anders Abel SimpleCQRS the F# version – Jérémie Chassaing 5 [...]
Categories: Dotnet Tags: .NET Links
5 Analytics API for Windows Phone Apps
5 Analytics API for Windows Phone Apps Do you want to keep track of the App statistics, analyze the most frequently used pages or features in your Windows Phone App ? If yes, below are 5 different Analytics API for Windows Phone Apps. 1. Microsoft Silverlight Analytics Framework Microsoft Silverlight [...]
Categories: WP News Tags: Analytics API, How to, tips, Windows Phone, Windows Phone 8
Most Commonly used sentences by Programmers
Most Commonly used sentences by Programmers Below are list of some of the most commonly used sentences by programmers either during programming, discussions / meetings, code review, testing. •I/We’ll will try •WTF •It works on my machine •We will do it Read more about Most Commonly used sentences by Programmers [...]
Categories: General Tags: Commonly used sentences, programmers
Interesting .NET Links – June 21 , 2012
My 10 favorite Visual Studio Shortcuts Batching Handler for ASP.NET Web API – Brad Wilson Using controllers from an external assembly in ASP.NET Web API – Filip W Announcing One Year of Windows Azure FREE with WebsiteSpark – Himanshu Singh Wrapping Begin/End Asynchronous API into C#5 Tasks – Toni Petrina [...]
Categories: Dotnet Tags: .NET Links
Interesting .NET Links – June 20, 2012
Configuring Json.NET (A Safer Way) Part 2 – Eddy Killer .NET Ninja Skills – Telerik JustCode Team Hosting Web API in Windows service – Piotr Walat HTML5 Asynchronous JavaScript The theory behind covariance and contravariance in C# 4 – tomaspetricek Activating Windows 8 Contracts in Your App – Steven Sinofsky [...]
Categories: Dotnet Tags: .NET Links
Interesting .NET Links – June 19 , 2012
Providing cloud-based, JSON data to Windows 8 Metro Grid Applications – Bruce Kyle Download Microsoft .NET Framework Repair Tool Domain based routing with ASP.NET Web API – Maarten Balliauw How To: Bing Maps For Windows 8 Metro Apps – Shai Raiten How to Set Clipboard text (Copy Paste) programmatically in [...]
Categories: Dotnet Tags: .NET Links
How to Encrypt Data in Windows Phone using Data Protection API?
How to Encrypt Data in Windows Phone using Data Protection API? If you are a Windows Phone Developer and deal with some sensitive data like passwords etc., you can utilize the Data Protection API that is part of the Windows Phone 7.1 SDK. One of the interesting aspects of the [...]
Categories: How To's Tags: Data Protection API, Encrypt Data, Windows Phone
Interesting .NET Links – June 17 , 2012
Using Instapaper and other Mobilizer services in Offline Browser for Windows Phone – Roboblob Throttling Immediate TextBox Binding Behavior for Windows Phone – Slodan Pavkov Tuple in C# 4.0 – Jalpesh How to Encrypt Data in Windows Phone using Data Protection API ? Deconstructing a “Windows Phone Application” Visual Studio [...]
Categories: Dotnet Tags: .NET Links
Interesting .NET Links – June 15 , 2012
Advances in JavaScript Performance in IE10 and Windows 8 – Andrew Miadowicz Behavior to make Bing Maps view area bindable – Joost van Schaik Exposing .NET tasks as WinRT asynchronous operations – Stephen Toub An Error You May Run Into When Using Blend For Windows Phone – Caleb Jenkins NavigationService [...]
Categories: Dotnet Tags: .NET Links
How to Set Clipboard text (Copy Paste) programmatically in Windows Phone?
How to Set Clipboard text (Copy Paste) programmatically in Windows Phone? If you have to set the Clipboard text programmatically in your Windows Phone, you can use the Clipboard Class that is defined in the System.Windows Namespace. Clipboard is a static class that exposes 3 properties 1. ContainsText 2. GetText [...]
Categories: How To's Tags: Clipboard, How to, Set, Windows Phone
How to remove duplicate rows in Microsoft Excel 2010?
In Excel, you can remove duplicate rows easily using the Data Tools available in Excel 2010. How to remove duplicate rows in Microsoft Excel 2010? Follow the below steps to Remove duplicate rows in Microsoft Excel 2010. 1. Select the list of rows that you want to find the duplicate [...]
Categories: Excel Tags: Excel, excel 2010, How to, Microsoft, remove duplicare rows
How to write in two lines in a cell in Excel?
Most of the users would be aware of the Word-wrap feature which is quite commonly used to arrange the data in excel to occupy the cell width so that the complete data in cell is visible. You can set the Word-wrap for a cell or column via the Format Cells [...]
Categories: Excel Tags: Excel, excel 2010, How to, multiple lines, two lines
How to put zero in the front of a number in Excel 2010?
Sometimes in Excel, you may want to format the columns / cell such that it prefixes 0 to the cell value. For example, assume the cell contains 98765, and you may want to put or prefix 0 in front of this value making 098765 and always show six digit numbers. [...]
GiveAway – Win a Free Copy of Packt’s Windows Identity Foundation eBook
We are pleased to announce that we have teamed up with Packt Publishing and are organizing a giveaway especially for you. All you need to do is just comment below the post and win a free copy of Microsoft Windows Identity Foundation Cookbook . Three lucky winners stand a chance [...]
Categories: Announcement, General Tags: download, eBook, free, Windows Identity Foundation
How to Refresh Windows 8?
There might be a time when your Windows 8 system might show fatal exceptions and Windows 8 getting corrupted. In these scenarios, you might use the Windows 8 Refresh feature. This feature will enable the Windows 8 user to restore Windows 8 to original state without reinstalling. Note that this [...]
How to calculate Age in Excel 2010 based on Birthday?
In Excel 2010, you can calculate the Age of a person by applying the below formula. How to calculate Age in Excel 2010 based on Birthday? Assume that you will enter the date of birth in the cell C1, the formula to calculate age in Microsoft Excel will be =DATEDIF(C1,TODAY(),”Y”) [...]
Categories: Excel Tags: Birthday, calculate Age, excel 2010, How to
How to change the Windows user Password without knowing the old password?
If you are Windows 7 or Windows 8 user and wish to change the Windows user’s password for which you don’t know the password. Here’s a small tip to achieve it. How to change the Windows user Password without knowing the old password? Read more about How to change the [...]