raasiel

Stories submitted by raasiel

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

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

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

add a comment |category: |Views: 11

tags: another

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

submitted by raasielraasiel(865) 2 years, 5 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) 2 years, 8 months 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

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

submitted by raasielraasiel(865) 2 years, 9 months 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

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

submitted by raasielraasiel(865) 3 years, 1 month 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, 4 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: 23

tags: another

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

submitted by raasielraasiel(865) 3 years, 4 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: 57

tags: another

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

submitted by raasielraasiel(865) 3 years, 4 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, 4 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, 5 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

A developers quest to select a good Antivirus for the year 2008(shafqatahmed.com)

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

As a developer I am busy and I am also sure that the whole community is busy as well and like me everyone is keen on security. I wanted to share my experience to find a good antivirus for the current year as the top 3 antivirus position changes dramatically each year. This is not a coding related post, but I want to help out my fellow developers to spend less time in their search as well. read more...

add a comment |category: |Views: 18

tags: another

Memory control : Use GCHandle to pin down the objects(shafqatahmed.com)

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

Shows how can you pin down an object in memory and described how pinning down works with GC read more...

add a comment |category: |Views: 69

tags: another

Selected posts on CLR, threading, Internationalization and WPF(shafqatahmed.com)

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

Links to some previous posts on CLR, threading, Internationalization and WPF read more...

add a comment |category: |Views: 25

tags: another

Basic WPF: Stylize standard tabs into Aqua Gel(shafqatahmed.com)

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

A graphical guide to chaning the basic look ot tab control using WPF styles. read more...

3 comments |category: |Views: 239

tags: another

Dynamic Language Runtime: What is it?(shafqatahmed.com)

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

On many blog entries around the world, specially from the bloggers from Microsoft, one would find a numerous mention about the Dynamic Language Runtime (also known as the DLR). So I was questioning myself a few days ago about the DLR and how is it different from the CLR? Here are my findings. read more...

add a comment |category: |Views: 7

tags: another

New features: .NET Compact Framework 3.5(shafqatahmed.com)

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

Just an introduction on what is new in .NET 3.5 read more...

add a comment |category: |Views: 5

tags: another