Follow us on X (Twitter)  Like us on Facebook  Connect with us on LinkedIn  Subscribe to our YouTube Channel  Subscribe to our WhatsApp Group

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