NinjaCross

Stories submitted by friends of NinjaCross

Running .NET CF applications and code on Symbian based Phones(shafqatahmed.com)

submitted by raasielraasiel(865) 2 years, 4 months ago

How run .net code on Nokia Series 60 Phones ( E61, E71, 6680) read more...

add a comment |category: |Views: 11

tags: another

Use Google's Closure Compiler in C#(madskristensen.net)

submitted by madskristensenmadskristensen(8565) 2 years, 6 months ago

A very simple and small C# class for utilizing the Google Closure Compiler API for minifying JavaScript. read more...

add a comment |category: |Views: 432

tags: another

Serializing Web Service Requests to run Load Tests(shafqatahmed.com)

submitted by raasielraasiel(865) 2 years, 9 months ago

How to record web service requests and play them later on to emulate use cases and then run in multi threads to simulate stress in a real life scenario. read more...

add a comment |category: |Views: 6

tags: another

Executing Powershell Scripts in the Same Execution Context(shafqatahmed.com)

submitted by raasielraasiel(865) 3 years ago

How to executes scripts and retains variables and functions written in the script even after the script executes. read more...

add a comment |category: |Views: 8

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

InterOp: Using .NET COM in non .NET platform with Isolated Application(shafqatahmed.com)

submitted by raasielraasiel(865) 3 years, 1 month ago

How to use a .NET based COM component in a non .NET environment without registering the application by using Registry Free COM read more...

add a comment |category: |Views: 15

tags: another

Checklist for high quality websites part 2(blog.madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 3 years, 3 months ago

The second part of the checklist is about server side code and security read more...

add a comment |category: |Views: 412

tags: another

Checklist for high quality websites(blog.madskristensen.dk)

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

A checklist for things to do that will highten the quality of any website. read more...

add a comment |category: |Views: 543

tags: another

WPF Kid Stuff: Extracting a Control Template(shafqatahmed.com)

submitted by raasielraasiel(865) 3 years, 4 months ago

How to extract a controls template read more...

add a comment |category: |Views: 34

tags: another

Which Open Source License to select -“With Comparison Chart!”(shafqatahmed.com)

submitted by raasielraasiel(865) 3 years, 7 months ago

A simple comparison of different open source licenses. Lets you have an idea on thier features and have preview for selection of a license for your open source project. read more...

add a comment |category: |Views: 24

tags: another

A very simple C# interview question that most developer fails(shafqatahmed.com)

submitted by raasielraasiel(865) 3 years, 7 months ago

This is a very simple C# question that most developer fails in the interview. Do you know the answer? read more...

add a comment |category: |Views: 59

tags: another

Get started JQuery by example in 15 mins : Reduce Your Javascript Size(shafqatahmed.com)

submitted by raasielraasiel(865) 3 years, 7 months ago

A 15 minute startup tutorial that will enable you do things that you could not imagine doing in a day in regular Javascript read more...

add a comment |category: |Views: 40

tags: another

Extend WPF: Add your own keywords and functionality to XAML with Custo(shafqatahmed.com)

submitted by raasielraasiel(865) 3 years, 8 months ago

Shows how you can add custom keywords into Xaml by writing a markup extension. A sample such extension is written and demonstrated. read more...

add a comment |category: |Views: 16

tags: another

Google Chrome: I liked it at first but … its memory usage is ABSURD!.(shafqatahmed.com)

submitted by raasielraasiel(865) 3 years, 8 months ago

I was going to replace Flock with Google Chrome, but I had refrained from doing because huge memory usage of the Chrome browser read more...

1 comment |category: |Views: 21

tags: another

Localize text in JavaScript files in ASP.NET(blog.madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 3 years, 9 months ago

Shows a very simple and powerful way of serving .js files with the right localized text strings. read more...

add a comment |category: |Views: 481

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