|
|
mhelsherief
mhelsherief
 |
|
Stories kicked by mhelsherief
|
|
submitted by
bashmohandes
10 months, 6 days ago
spellcoder.com — 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: C# | Views: 0
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
korayem
10 months, 23 days ago
spellcoder.com — 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: ASP.NET | Views: 45
|
|
tags:
WCF, JSON, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 11 months, 12 days ago, submitted by
bashmohandes
11 months, 14 days ago
spellcoder.com — 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: Linq | Views: 11
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
chinhdo
11 months, 16 days ago
chinhdo.com — 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: Silverlight | Views: 3
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Fady
11 months, 16 days ago
barmagy.com — 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: Security | Views: 7
|
|
tags:
Security | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
bashmohandes
1 year, 1 month ago
spellcoder.com — 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: Linq | Views: 12
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bashmohandes
1 year, 2 months ago
spellcoder.com — 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...
|
|
tags:
SOA, SOA/WCF, Architecture, WCF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 2 months ago, submitted by
bashmohandes
1 year, 2 months ago
spellcoder.com — 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: Tips & Tricks | Views: 5
|
|
tags:
Tips, Subversion, SVN | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 2 months ago, submitted by
dzeng
1 year, 2 months ago
weblogs.asp.net — 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: Silverlight | Views: 3
|
|
tags:
Mono, Silverlight, linux | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bashmohandes
1 year, 3 months ago
spellcoder.com — # Part 1- Service Oriented Architecture
* Background
* Motivations
* What is a service ?
* Message Exchange Patterns (MEP's)
* Industry Standards
* Web Standards read more...
|
|
tags:
SOA, WCF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 4 months ago, submitted by
bashmohandes
1 year, 4 months ago
spellcoder.com — 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: C# | Views: 1
|
|
tags:
Sets, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 5 months ago, submitted by
bashmohandes
1 year, 5 months ago
spellcoder.com — 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...
|
|
tags:
Tricks, JavaScript, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bashmohandes
1 year, 6 months ago
spellcoder.com — 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: Database | Views: 0
|
|
tags:
Katmai, SQL, Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bashmohandes
1 year, 6 months ago
spellcoder.com — 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: Community | Views: 1
|
|
tags:
news, Facebook, Microsoft | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|