bashmohandes

Stories kicked by bashmohandes

Windows Phone 7 Line Up Announced(www.winphone7.net)

submitted by polymorphpolymorph(55) 1 year, 7 months ago

A definitive list of all Windows Phone 7 Devices (and their carriers) set for release in early November read more...

1 comment |category: |Views: 171

tags: another

Automating Web Deployment using Windows Installer XML (WIX)(ranjithk.com)

submitted by ranjithkranjithk(100) 2 years ago

Deployment of web sites is usually done by copying the compiled ASP.NET web site files into the target virtual directory using Copy Web Site or Publish web site features in Visual Studio and manually creating and configuring the Web Site in IIS. Though this method is simple, it involves lot of manual effort in verifying the Pre Requisites, Creating/Modifying or Configuring the Web sites in IIS. We can automate this whole process by building a simple Windows Installer Package using WIX. read more...

add a comment |category: |Views: 503

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

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

Meet the C# 4.0 team(blogs.msdn.com)

submitted by yesthatmcgurkyesthatmcgurk(4063) 3 years, 10 months ago

... and some dude from the VB team. Anders and the guys in room 2543, building 41 (where C# was born) talk about the new features that will be in the next version of C#. I so wanted to blogspam this one. Enjoy your direct link. read more...

add a comment |category: |Views: 659

tags: another

IronPython Studio(codeplex.com)

submitted by omar.qadanomar.qadan(275) 4 years, 3 months ago

IronPython Studio is a free full IDE (Integrated Development Environment) for the Python programming language. It is based on the existing IronPython example that is included in the VS SDK. IronPython Studio is based on the Visual Studio 2008 Shell runtime (royalty free) and can be installed without requiring any version of Visual Studio. read more...

1 comment |category: |Views: 119

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

Object Orientation In JavaScript II [Inheritance](aspxwizard.net)

submitted by bo2bo2bo2bo2(570) 4 years, 4 months ago

well there are two ways inheritance can be implemented in JavaScript read more...

2 comments |category: |Views: 2

tags: another

free e books(aspxwizard.net)

submitted by bo2bo2bo2bo2(570) 4 years, 4 months ago

Microsoft has opened 3 MS Press books completely FREE for public. read more...

3 comments |category: |Views: 20

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

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

Free Google Charts API Released(code.google.com)

submitted by gt1329agt1329a(7849) 4 years, 5 months ago

I'm not sure if this is .NET related enough, but it's got the potential to be very useful for any web development. You just pass the data and chart parameters on the QueryString and it returns a PNG with your chart. Pretty nifty. read more...

3 comments |category: |Views: 58

tags: another

Microsoft Live Labs - Volta(ifxplus.com)

submitted by m.casatim.casati(600) 4 years, 5 months ago

The Volta technology preview is a developer toolset that enables you to build multi-tier web applications by applying familiar techniques and patterns. First, design and build your application as a .NET client application, then assign the portions of the application to run on the server and the client tiers late in the development process. The compiler creates cross-browser JavaScript for the client tier, web services for the server tier, and communication, serialization, synchronization, security, and other boilerplate code to tie the tiers together. read more...

5 comments |category: |Views: 5

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