For last two days we learnt about the new attributes named “CallerMemberName” and “CallerLineNumber” introduced in CSharp 5.0.

 

Today in this post we will learn about another attribute named “CallerFilePath” which has been newly included in C# 5. Tune in to know about it with a simple example to trace the development issues that one source file can generate.

Published by on under .Net | C# 5.0

Yesterday we discussed about “CallerMemberName” attribute. If you didn’t read it, you can find it here: “What’s New in C# 5.0 - Learn about CallerMemberName Attribute”.

 

Today we will discuss about another attribute named “CallerLineNumberAttribute” that has been newly added in latest CSharp version i.e. C# 5.0. Tune in to learn about it’s feature and uses to trace our development issues. Don’t forget to ask your queries and leave a comment below if this post was helpful for you.

Published by on under .Net | C# 5.0

C# 5.0 comes with Visual Studio 2012 and .NET Framework 4.5. Currently it is in RC (Release Candidate) mode and will get the final RTM version soon. In our last CSharp blog post “Evolution of C# (1.0 – 5.0)”, we learned about the evolution of C# and also we also came to know about the main features introduced in each C# version.

 

Today in this post, we will learn about one new attribute that has been introduced in C# 5.0 named “CallerMemberName” for developers. Yes, it is for developers to trace the information about the caller code. Let’s begin discussing about it.

Published by on under .Net | C# 5.0

Inspired from Windows Phone 7 Metro UI look and feel, Microsoft included the same lock screen in Windows 8 optimized for both PC and tablet users. This is by default available in Windows 8 but if you want to disable it, there are no options provided by Microsoft in the settings page and hence you need to set some tricks to disable this lock screen if you are not happy using it every time.

 

Today, we will discuss about the process to disable this Windows 8 lock screen as well as we will show you how to re-enable it if the option is already disabled. So, continue reading.

Published by on under Tips | Win8

C# is not new to us. We are using it since Visual Studio 2002. Currently it is in released version 4.0 and C# 5.0 is on the way to release with Visual Studio 2012. Though we are using it since a long time, but many of us don’t know the new features that has been introduced in each new release.

 

This post will cover the “Evolution of C#” from version 1.0 to version 5.0 along with the new features and respective Visual Studio version. Bookmark this post for future reference and share it to your network and help others to know.

Published by on under .Net | C# 4.0

My 5th Windows Phone application is now in Windows Phone Marketplace which you can download for free and motivate yourself and your friends with random motivational quotes. It provides sharing functionality to share the quotes in social networking sites.

 

The app has been designed using the Telerik controls and I am confident that, it will be the best quote app in the marketplace. Keep reading to know more about this free application, few screenshots of it and get the downloadable link to install it in your device.

Published by on under DZone | Silverlight

Microsoft Office 2013 (Customer Preview) has been released for general public availability. If you didn’t yet download it, check out the blog post for download links: “Download Office 2013 Customer Preview”.

 

The metro look and the features of the new office cheers the mind. Today in this post, we will discuss on the new features that has been introduced in Microsoft Office 2013 (aka. Office 15). Continue reading to find out more.

Published by on under Office | Office 2013

Microsoft CEO Steve Ballmer announces Office 2013 (aka. Office 15) Consumer Preview yesterday at San Francisco. The new version of Microsoft Office has natural touch functionality, feature to use stylus for data handling, availability for both Windows 8 and Windows RT.

 

This post will guide you to download the public release to explore more of this product and system requirements. Check out the Modern Office 2013 system video included in this post.

Published by on under News | Office

Yesterday we discussed “How to Create Windows 8 Bootable USB Device from ISO Image using WinUSB Maker?” and later mentioned that, today we will show you another tool to achieve this. Today we will use the “Windows 7 USB/DVD Download Tool” which you can freely download from Microsoft Store.

 

You will feel it like click of 1-2-3 and your bootable USB device will be ready with the Windows 8 installation files which you can use in your systems to install the Windows 8 OS without using the DVD drives. As I mentioned yesterday, this process is much faster and has chances of less error. So, continue reading to know about it.

Published by on under Tips | Win8

Want to install the Windows 8 on multiple systems but don't want to burn on a DVD? Here's how you can create a bootable USB drive containing the Windows 8 Operating System. An USB drive is always faster than DVDs and the chances of failed or corrupt installation are very low as compared to other optical medias. So lets see how you can create the bootable USB of Windows 8 in the easiest way possible.

 

WinUSB Maker is a tool to make any USB, External HDD as bootable with Windows Setup. In this post we will learn how to create a Windows 8 bootable USB device from ISO image. Though we will create the Windows 8 Release Preview installer, but it is applicable for OS.

Published by on under Tips | Win8

The world is big and there are various currencies available for various countries. Some time we need to convert an amount from one currency to another, some time we want to see the current market price of one currency to other. Maximum time we need to check the USA market value in terms of US dollar.

 

To do this, we generally search in Google to get the current market value of currency. Now think a scenario when you want to integrate it in your application. In this post I will discuss about the converter API and how to retrieve the result using JSON.

Published by on under Google | JSON