Wednesday, October 10, 2012

Dark Visual Experience in Visual Studio 2012

I have written whole series related to Visual Studio 2012 features and this post will also be part of same series.You can get all my post related to visual studio from the following link.

Visual Studio 2012 feature series

Before some days I was searching something and found a great way to change the visual experience of visual studio 2012. I found that there are two type of themes available in visual studio 2012 light and dark under Tools->Option-> General environment value. This is one of newest feature I have found in visual studio 2012.

Dark Visual Experience in Visual studio 2012- A new visual studio feature.
Share:
Wednesday, September 12, 2012

Tips for increasing Alexa rank of your technical blog

Today I am not writing any technical post. This post is out of subject for this technical blog. But the intension of this blog to reach more and more people to help community so I am writing this. In this post I am going to explain few tips for improving Alexa rank for your technical blog.

What is Alexa Rank?


Alexa.com is a private company founded in 1996. They defined themselves as the “Web information company”. But in simple words for us Alexa is a company that measures web traffic in almost every site on the internet through their toolbar plugin. On the internet Alexa rank becomes a standard in the webmasters world. If you have good Alexa ranking then there will more people,advertisers,sponsors and visitors will be attracted your site.

Tips for increasing Alexa rank on your technical blog:


I am not kind of guru on this. I am just sharing what I have learnt from the experience. Followings are few tips that will help you increasing Alexa rank.

  1. First thing I need to clear that alexa rank and google page rank are both different. So If you are having higher page rank that does not mean that you will have higher Alexa rank. Both are measured in different way.
  2. To have perfect Alexa rank first thing you need to is to claim your site at Alexa.com. You can claim your site via putting a meta tag suggested by them. That way Alexa.com can access your site better and you could have possibly better and accurate rank over there.
Share:
Saturday, September 8, 2012

Predicate delegate in C#

I am writing few post on different type of delegates and this post also will be part of it. In this post I am going to write about Predicate delegate which is available from C# 2.0. Following is list of post that I have written about delegates.

  1. Delegates in C#.
  2. Multicast delegates in C#.
  3. Func delegate in C#.
  4. Action delegate in C#.

Predicate delegate in C#:

As per MSDN predicate delegate is a pointer to a function that returns true or false and takes generics types as argument. It contains following signature.

Predicate<T> – where T is any generic type and this delegate will always return Boolean value. The most common use of a predicate delegate is to searching items in array or list. So let’s take a simple example. Following is code for that.
Share:

Support this blog-Buy me a coffee

Buy me a coffeeBuy me a coffee
Search This Blog
Subscribe to my blog

  

My Mvp Profile
Follow us on facebook
Blog Archive
Total Pageviews