mhelsherief

Stories kicked by mhelsherief

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

My Silverlight 1.1 Hello World Application(chinhdo.com)

submitted by chinhdochinhdo(395) 4 years, 5 months ago

Imagine being able to author rich internet applications in your .NET language of choice, without having to mess with Javascript, cross-browser compatibility issues, or ActionScript. That’s the promise of Microsoft Silverlight 1.1. In this article, I will document my attempt at creating a Silverlight 1.1 “Hello World” application. My Hello World application is a little bit more fancy than the typical one… this one involves some animation, and drawing a few shapes from code. read more...

add a comment |category: |Views: 17

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

Implementing filters in asp.net mvc(flanders.co.nz)

submitted by casualjimcasualjim(520) 4 years, 5 months ago

This post demonstrates how you could go about implementing filters for the asp.net mvc handler read more...

add a comment |category: |Views: 34

tags: another

Catch hackers red handed using http modules(barmagy.com)

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

Here is a nice trick to help you to detect hackers in action while trying to hack your web applications. The idea is very simple, we want to set a layer there between your application and the internet to watch the web traffic for anything suspicious. These suspicious things might be a query string that contains a XSS script or a SQL injection query. So we will monitor the web traffic that is passing through that layer for well known and common patterns of attack methods that most hackers use to scan your web applications for vulnerabilities. We will use http modules to implement that layer, here is some dirty code to demonstrate the idea. read more...

1 comment |category: |Views: 34

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

Silverlight 1.0 Released and Silverlight for Linux Announced(weblogs.asp.net)

submitted by dzengdzeng(815) 4 years, 8 months ago

Silverlight is a cross platform, cross browser plug-in that enables designers and developers to build rich media experiences and .NET based RIAs for the web. Expression Encoder is part of the Microsoft Expression suite of products, and enables designers and content professionals to enhance, encode and publish media content for Silverlight. You can use it to import media files from a variety of formats (QuickTime, WMV, AVI and more), add leaders and trailers to videos for advertising or roll credits, easily watermark video with corporate logos or brands, and then tune the encoding settings to create optimal web-friendly Silverlight experiences. Over the last few months we've been working to enable Silverlight support on Linux, and today we are announcing a formal partnership with Novell to provide a great Silverlight implementation for Linux. Microsoft will be delivering Silverlight Media Codecs for Linux, and Novell will be building a 100% compatible Silverlight runtime implementation called "Moonlight". Moonlight will run on all Linux distributions, and support FireFox, Konqueror, and Opera browsers. Moonlight will support both the JavaScript programming model available in Silverlight 1.0, as well as the full .NET programming model we will enable in Silverlight 1.1. read more...

add a comment |category: |Views: 7

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

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) 4 years, 11 months 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) 4 years, 11 months 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