mohammedhossam

Stories kicked by mohammedhossam

ASP.NET MVC 2 Preview 1 is released!(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 2 years, 9 months ago

ASP.NET MVC 2 first preview is released to public now and you can download it from Microsoft download site. Here is short overview of technical requirements and main new features of ASP.NET MVC 2 Preview 1. read more...

add a comment |category: |Views: 243

tags: another

ASP.NET MVC 2 Preview 1 released!(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 2 years, 9 months ago

Today, Phil Haack did a blog post on the release of ASP.NET MVC 2 Preview 1! Get it while it’s fresh :-) An updated roadmap is also available on CodePlex. Guess now is about time to start revising my ASP.NET MVC 1.0 Quickly book… read more...

add a comment |category: |Views: 193

tags: another

WhyLinuxIsBetter.net needs better reasons(blogs.msdn.com)

submitted by bashmohandesbashmohandes(3000) 3 years ago

I enjoy going in debates with Linux fans, and I always enjoy reading about Linux and how it evolves, and how every single calendar year Linux fans consider it Linux Desktop year, however this time I need to write this reply on what is listed on http://www.whylinuxisbetter.net/ because some of the reasons just don’t make sense, and it is always the same Linux 2009 vs Windows 9x kind of reasons I will go through them one by one, and remember this is my own opinion from my experience, it is not by any means Microsoft’s opinion read more...

add a comment |category: |Views: 11

tags: another

jQuery and Microsoft(weblogs.asp.net)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

ScottGu announce that Microsoft will be shipping jQuery with Visual Studio going forward. We will distribute the jQuery JavaScript library as-is, and will not be forking or changing the source from the main jQuery branch. The files will continue to use and ship under the existing jQuery MIT license. read more...

1 comment |category: |Views: 380

tags: another

The Complete Reference for Any jQuery Developer(effectize.com)

submitted by YuraYura(995) 3 years, 9 months ago

If you ever to do something with jQuery, you should find it in this extensive list. read more...

add a comment |category: |Views: 1067

tags: another

Something you probably don't know about enums in C#(blog.spontaneouspublicity.com)

submitted by HoolieManHoolieMan(1715) 4 years, 3 months ago

Do you think the use of an enum in your code is limiting the possible values that can be used? Think again. Maybe we need to learn to be more careful about checking our enums for valid values. read more...

5 comments |category: |Views: 13

tags: another

C#.Next, What do you expect?(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 4 years, 4 months ago

I have been searching for any clue about the next version of C# and what the features to be included, and I finally found something on Charlie Calvert's blog. read more...

add a comment |category: |Views: 5

tags: another

Using WebHttpBinding & JSON Support in WCF(spellcoder.com)

submitted by korayemkorayem(1240) 4 years, 4 months ago

Create a simple chat application From the page: "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" read more...

add a comment |category: |Views: 210

tags: another

LINQ let Keyword (How did I miss that)(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 4 years, 5 months ago

This is strange, because I've been working with LINQ for almost 2 years since (March 2006 CTP), and I've never noticed the new keyword "let" which is used inside LINQ queries to create temporarily variables. read more...

add a comment |category: |Views: 66

tags: another

Microsoft Parallel Extensions (PFX) or PLINQ is now a CTP(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 4 years, 5 months ago

At last now we can play around with PLINQ :) read more...

add a comment |category: |Views: 26

tags: another

PLINQ = Parallel FX = PFX = The new Concurrent World(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 4 years, 7 months ago

Microsoft is developing a number of technologies to simplify the expression of parallelism in code. An example of this work is Parallel Extensions for the .NET Framework (PFX), a managed programming model for data parallelism, task parallelism, scheduling, and coordination on parallel hardware. read more...

1 comment |category: |Views: 78

tags: another

BlogEngine.NET needs translators(dotnetblogengine.net)

submitted by madskristensenmadskristensen(8565) 4 years, 8 months ago

We are just about to ship the next release, but we need help translating a resource file (.resx). If you can, please help out. You will be credited with name and URL on the official BlogEngine.NET website. read more...

add a comment |category: |Views: 4

tags: another

SOA via WCF - Part 2-(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 4 years, 8 months ago

This is the second part of my presentation in SilverKey Demo Day 2 (SKDD 2) last July, for the first part, Check Here, you will also find the presentation slides & samples read more...

add a comment |category: |Views: 350

tags: another

One Shell Command to delete all svn hidden folders(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 4 years, 8 months ago

If you are using Subversion source control, you will be familiar with the .svn folders that SVN adds to any folder under the source control, these folders are used to keep track of the current state of the folder, but sometimes, I want to copy my code and get rid of these folders, and instead of doing this manually which becomes a headache if you have a very deep hierarchy of folders, this is a Shell Script comes to the rescue read more...

3 comments |category: |Views: 17

tags: another

Don’t rely on obfuscation(barmagy.com)

submitted by FadyFady(275) 4 years, 9 months ago

A white paper demonstrating the weaknesses of managed code obfuscation known protection techniques read more...

add a comment |category: |Views: 9

tags: another

SOA via WCF - Part 1(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 4 years, 9 months ago

# Part 1- Service Oriented Architecture * Background * Motivations * What is a service ? * Message Exchange Patterns (MEP's) * Industry Standards * Web Standards read more...

add a comment |category: |Views: 742

tags: another