bashmohandes

Stories submitted by bashmohandes

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

IIS7 Rewrite module CTP(blogs.iis.net)

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

Finally a neat solution for the nasty problem IIS url rewriting, this solution doesn solve the problem only for ASP.net, but because it works on IIS level, it can be used with PHP, ColdFusion, ASP Classic, ..... etc read more...

add a comment |category: |Views: 25

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

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

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

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: 743

tags: another

C# 3.0 Sets support, a first look(spellcoder.com)

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

I heard that .net 3.5 will have support for Set operations on lists like Union, Intersect so I gave it a try and it turned out to be cool check this out read more...

2 comments |category: |Views: 3

tags: another

Javascript tricks for ASP.net developers(spellcoder.com)

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

This is a post I wanted to write really long time ago, but I never had enough time to sit and write. The following listing will be my agenda for this post 1. Why Javascript for ASP.net developers is different ? 2. Javascript tricks for ASP.net developers * Reading ASP.net controls values from Javascript * Passing values calculated by Javascript to the server side. * Passoing values from ASP.net to Javascript 3. Javascript development tools read more...

add a comment |category: |Views: 25

tags: another

SQL Server code name "Katami"(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years ago

SQL Server code name "Katmai" is a complete enterprise-class offering that builds upon the success of SQL Server 2005 and delivers increased functionality to a comprehensive range of applications from the desktop to the data center. SQL Server code name "Katmai," the next release of Microsoft SQL Server, provides a comprehensive data platform that is secure, reliable, manageable and scalable for your mission critical applications, while enabling developers to create new applications that can store and consume any type of data on any device, and enabling all your users to make informed decisions with relevant insights. read more...

add a comment |category: |Views: 1

tags: another

Microsoft and Facebook Launch a Partnership(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years ago

Microsoft and Facebook partner to provide a great development experience for the Facebook Platform using Microsoft Popfly and Visual Studio Express. "Facebook Platform empowers developers to utilize the social graph -- the network of connections through which people communicate and share information -- like never before. And, by building tools that ordinary people can use to develop experiences on top of the social graph, Microsoft helps people define their experience on Facebook." read more...

1 comment |category: |Views: 3

tags: another

Astoria Data Services, Pure Data Service for the Web(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years ago

Meet Pablo Castro one of the folks behind Astoria. Astoria exposes "data services" that enable applications to access and manipulate data over regular HTTP connections, using URIs to identify pieces of information within the data service, and simple payload formats such as XML and JSON to represent the data exchanged between the client and the server. Click here for the Video on Channel9 You can also see Pablo's presentation about Astoria in MIX-07 read more...

add a comment |category: |Views: 8

tags: another

.net Framework 3.5 is not just about LINQ(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years ago

.net framework 3.5 is the next version of .net framework which is going to be shipped with Microsoft Visual Studio codename "ORCAS", which you can find a Beta 1 of it on msdn, and also a beta 1 of .net framework 3.5 Most people thinks that this version is all about LINQ integration, which is not the complete story, may be LINQ is the one of the important new API's that ships with 3.5, but not the only thing. read more...

add a comment |category: |Views: 0

tags: another

One year of technical blogging(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years ago

Yeah, it had been one year since I've started this blog, It was a great chance to publish some of my daily work challenges and also personal code challenges. after 1 year I had 56,000 unique visitors from all over the world, and 141 blog entries,I hope most of are useful and easy to understand. These are list of the most visited articles I wrote in the last year read more...

add a comment |category: |Views: 1

tags: another