tanna

Stories kicked by tanna

LINQ To Flickr(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 1 month ago

I had some free time at last, so I implemented a LINQ extension to Flickr, so you can query for photos by tags, creation date, user id or title, the implementation was really easy because I didn't have to use the Flickr API's directly as I found a good open source library for this called FlickrNet which I used as my infrastructure. So this is a sample of a query read more...

1 comment |category: |Views: 15

tags: another

Command Pattern in C# 2.0 = Generics + delegates(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 2 months ago

How to implement Command Design pattern in C# 2.0 in a way that is more suitable with C# 2.0 read more...

1 comment |category: |Views: 2242

tags: another

Observer Pattern in C# = Events & delegates(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 2 months ago

One of the most interesting patterns in Design Patterns is the Observer pattern which is listed under Behavioral Patterns, it is really important how to make other classes which are interested in the state of another object get notified when the state changed. read more...

3 comments |category: |Views: 1532

tags: another

Interview Questions for DotNet, C#, OOP, ASP.net ... etc(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 3 months ago

These are the most important 20 interview questions, which should be like 1+1 for any developer. read more...

add a comment |category: |Views: 914

tags: another

AJAX, file downloads, and IFRAMEs(encosia.com)

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

A limitation inherent in AJAX applications is that it's difficult to perform any operation requiring a full HTTP request and response round trip. This article demonstrates one technique to circumvent that limitation and prompt the user with a file steam download on an async postback. read more...

add a comment |category: |Views: 27

tags: another

Some handy shortcuts for Windows Vista(blog.krisvandermast.com)

submitted by KvdMKvdM(1695) 5 years, 3 months ago

Some handy keyboard shortcuts for Windows Vista. read more...

add a comment |category: |Views: 8

tags: another

Increasing application scalability using Plugins (Updated)(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 3 months ago

This time I will talk about how to implement a plugin module that loads and runs plugins in your application. now With sample codes in C# (VS 2005) read more...

add a comment |category: |Views: 1

tags: another

CLR Hosting Magic(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 3 months ago

Have you ever thought of how ASP.net works on top of IIS ? read more...

add a comment |category: |Views: 6

tags: another

Is ASP.NET too easy?(madskristensen.dk)

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

How does the easy approach of ASP.NET affect you as a developer? read more...

add a comment |category: |Views: 0

tags: another

Mono is committed to support C# 3.0(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 4 months ago

Mono the open source implementation of CLI/CLR on Windows/Linux/Unix/Mac ... etc has announced that they are committed to support C# 3.0 & LINQ read more...

4 comments |category: |Views: 3

tags: another

LINQ Presentation, in SilverKey Demo Day 1 (SKDD1)(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 4 months ago

This is the second part of my presentation in SilverKey Demo Day 1 last November, this part is covering LINQ Project read more...

add a comment |category: |Views: 16

tags: another

Value Types vs Primitive Types(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 5 months ago

Questions of the day 1. Is there any difference between Primitive Types & Value Types ? 2. Are all Value Types primitive types and vise versa ? 3. Is there any difference between string & System.String ? read more...

add a comment |category: |Views: 11

tags: another

The baby version of CLR via C#(eknowledger.spaces.live.com)

submitted by indicatorindicator(675) 5 years, 5 months ago

It's free! It's on-line! It's 267 pages! It's .NET Book Zero: What the C or C++ Programmer Needs to Know about C# and the .NET Framework and you can download it here read more...

add a comment |category: |Views: 49

tags: another

Define Union types in C#.(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 5 months ago

An article discussing the advanced memory management you can do using CLR facilities, so you can get a Union type easily. read more...

add a comment |category: |Views: 97

tags: another

MSDN is jealous of developers(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 5 months ago

was reading some stuff on MSDN and when my mouse accidentally hit the top bar of the article and I found this.... read more...

3 comments |category: |Views: 2

tags: another

C# 3.0 Language Enhancements In Details(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 5 months ago

This is a detailed article about C# 3.0, which is covering what I said in SilverKey Demo Day 1, with the complete material Power Point Presentation and Samples. Have fun read more...

1 comment |category: |Views: 24

tags: another