Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Archives
Archives
June 2009
(2)
May 2009
(1)
September 2008
(4)
August 2008
(1)
July 2008
(1)
June 2008
(2)
May 2008
(1)
January 2008
(1)
October 2007
(1)
September 2007
(1)
August 2007
(1)
June 2007
(2)
March 2007
(2)
February 2007
(1)
December 2006
(1)
October 2006
(1)
June 2006
(1)
May 2006
(1)
Tags
Arabic
Architecture
ASP.net
Astoria
C#
CMIC
design patterns
javascript
json
LINQ
Linux
MCDC
Mesh
Microsoft
News
Pages
REST
soa
wcf
WF
Windows
Windows Live
Common Tasks
Blog Home
Email Blog Author
About
RSS for posts
RSS for comments
MSDN Blogs
>
Bashmohandes (Mohamed Elsherif)
>
All Tags
>
c#
Tagged Content List
Blog Post:
C# 4.0 Meet the team
Mohamed Elsherif
Almost an hour of conversation about C# 4.0 from the (Almost new) C# team, you will be surprised who joined the new C# team which can give you a hint about the future of C#. C# 4.0 is one of the greatest achievements of MS and it is still proving that with every new release, I can't wait to get my hands...
on
14 Jul 2008
Blog Post:
Using WebHttpBinding & JSON Support in WCF
Mohamed Elsherif
I had some cool time working with WCF new features shipped with .net 3.5, one of the most ineteresting and useful features is the JSON support and how easy you can enable the JSON support for your current WCF services by changing the configurations. Why do we need JSON support? Well, JSON (JavaScript...
on
5 Jan 2008
Blog Post:
Command Design Pattern in C# 2.0
Mohamed Elsherif
I have posted before about how to implement the observer pattern using C# in a way that is more suitable to C# and uses its functionalities to produce more elegant code. This time I am re-implementing the Command pattern in a C# way. First of all, let's see the classic Command Pattern UML diagram As...
on
25 Mar 2007
Blog Post:
Observer Pattern in C# = Events & delegates
Mohamed Elsherif
One of the most interesting patterns in Design Patterns is the Observer pattern which is listed under Behavioral Patterns, it is really important how to make other classes which are interested in the state of another object get notified when the state changed. To read more about Observer pattern This...
on
10 Mar 2007
Blog Post:
.Net & C# Interview question, along with general programming questions
Mohamed Elsherif
Hey, These are some Interview Questions with suggested answers we collected in Middle-East-Developers , for more questions in other fields like C++, you can check the group. These questions are collected by Adel Khalil Yehia Megahed Hisham Abd El-Hafez Mohammed Hossam Q1: Can DateTime...
on
26 Feb 2007
Blog Post:
StructLayout attribute magic
Mohamed Elsherif
I've been reading for a while in the great CLR via C# second edition book, and here is one of the best things I've seen there, When you declare a type, the CLR in runtime automatically rearrange the order of your type members for performance, so the access to these members are faster, and also trying...
on
21 Dec 2006
Blog Post:
C# 3.0 Lambda Expressions and Expression Trees
Mohamed Elsherif
From the first days of C# 1.0 we could do stuff like this public static int Add( int x, int y) { return x + y; } and also C# gives you the ability to write the function signature in the form of delegate, that allows function pointers so you can do something like this delegate int MathOperation( int x...
on
12 Jun 2006
Blog Post:
How to increase application scalability using Plugins
Mohamed Elsherif
This time I will talk about how to implement a plugin module that loads and runs plugins in your application. but first why do we need such thing? In so many cases, you need to provide a way that enables someone else to write a piece of code that can be loaded in your application in runtime and runs...
on
17 May 2006
Page 1 of 1 (8 items)