bar
mohamedradwan.com - Nothing can beat experience
Mohamed Radwan
Cancel

LINQ basics

Obtain the data sources(s) Create the query Declare variable var query = the following From variable Name in obtained data Source [//Declaration] Where variable name. Pr...

How to pass function by name variable not by body to JQuery?

It is a very small tip but the final comments are very important and it just here for fast remember, the story begin when I start re-factoring my team JQuery code, I found that there are many funct...

How to enhance Visual Studio 2010 performance?

There is a very good post on how to improve Visual studio 2010 performance, this post try to help you to enhance the performance of visual studio http://msdn.microsoft.com/en-us/vstudio/ff716700

Create a localized version of DisplayName attribute for MVC

As most of my followers know I am now working on MVC Enterprise project and when the time come to start refactoring my team code I found that, they didn't use DsipalyName attribute to read from the...

Yield return, what does it mean?

Yield return, it's a very strong keyword, all the LINQ to object use it when we use foreach or yield return. It is used to iterate through acollection returned by a method. you can create methods t...

MSBuild Tutorial

I created a Tutorial on MS Build this tutorial include the following points: What is the build mean? What are we need to know to start MS Build? What are the parameters that you wi...

Automated appraisal from the TFS

From a few days ago my manager request me to create appraisal for my team, this appraisal has many factors like code quality, quantity of the tasks, and many other factors. So as you may already kn...

Flexibility and exception, it is not the main scenario!!

Most of people around me think that I am a person that is very sharp and not flexible at all, but actually this is not true, I believe in flexibility and exception but I also believe that the flexi...

Good posts that need to remember

I read very good posts for coding horror and it's awesome, so++ I decide to just mark it to be remembered. Playing poker, on how to estimate the agile story points, this technique introduced by Mik...

MVP design pattern for Web application vs. MVC, with Example

I start reading about MVP design pattern in web application and I found it very useful, but I get out of one main important concept, the MVP pattern is very good in web application if we working wi...

Disclaimer
The postings on this site are my own.
Trending Tags