- [IronPython] Using Python special methods in C#
GetCustomMember(string name) - gets a 1st try at all attribute access (e.g. __getattribute__) GetBoundMember(string name) - gets a last try at attribute access (e.g. __getattr__) SetMember(string name, object value) - gets 1st try at all attribute sets (e.g. __setattr__) SetMemberAfter(string name, object value) - gets the last try at attribute sets (no Python equivalent, runs if no .NET binding is available) DeleteMember(string name) - runs for deletes (__delattr__, there are no .NET deletes so no before/after semantics)
in Public bookmarks with .net csharp ipython
- 1.7.5 Events (C#)
description of c# event keyword from msdn
in Public bookmarks with csharp documentation
- A 3 minute guide to embedding IronPython in a C# application
in Public bookmarks with .net csharp ironpython tutorial
- A Comparative Study of Language Support for Generic Programming - Garcia, Jarvi, Lumsdaine, Siek, Willcock (ResearchIndex)
This paper reports on a comprehensive comparison of generics in six programming languages: C , Standard ML, Haskell, Eiffel, Java (with its proposed generics extension), and Generic C#. Links to many other articles
CiteSeerX - Document Details (Isaac Councill, Lee Giles): Many modern programming languages support basic generic programming, sufficient to implement type-safe polymorphic containers. Some languages have moved beyond this basic support to a broader, more powerful interpretation of generic programming, and their extensions have proven valuable in practice. This paper reports on a c
andrew citeseerx garcia jaakko jeremiah jeremy järvi lumsdaine ronald siek willcock
in Public bookmarks with article csharp good links tbu
- attributed c# grammar
How to use CoCo/R and the attributed C# grammar
in Public bookmarks with csharp
- Browsable C# Grammar -recovered
in Public bookmarks with csharp tools good
- C# and .NET articles and links - Jon Skeet
in Public bookmarks with .net csharp good links reference
- C# Frequently Asked Questions
Expression Trees, etc
in Public bookmarks with csharp
- c# genetic algorithm for symbolic derivatives of functions (p)
in Public bookmarks with csharp warning2
- c# gmail api (p)
Get Gmail API at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory
cgi code community development downloads email free libraries open secure software source tools
in Public bookmarks with csharp by 2 users
- c# image processing (p)
Explains the basic image processing support in C#.
image processing
in Public bookmarks with csharp
- C# Mode for Emacs (p)
in Public bookmarks with csharp emacs
- c# refactoring
chapter one handout (p)
in Public bookmarks with csharp
- Code Snippets
Store, sort and share source code, with tag goodness (p)
in Public bookmarks with cplusplus csharp development free guide libraries programming python software tutorial by 13 users
- command prompt explorer bar c# .net com interop p/invoke windows hooking api interception (p)
band bar code command commandbar explorer free mfc object prompt source visual windows
in Public bookmarks with .net csharp com
- cs2py
takes c# forms designed in visual studio and converts them to python for IronPython (p)
in Public bookmarks with csharp ironpython
- CSDE - C# Development Environment for Emacs
in Public bookmarks with csharp emacs
- csharp help c# .net articles tutorials (p)
C# c-sharp portal with articles, message forum and sample source code
articles c-sharp code forum help search source
in Public bookmarks with articles .net csharp tutorials by 6 users
- davber does IT » Higher order C#
Everything for the advanced software developer and coder, from generative programming to meta programming. Using main-stream languages, like Java,C# and Ruby, and better languages, like O'Caml and Haskell.
functional higher net order programming
in Public bookmarks with csharp functional tbu
- Design Patterns – Using the Observer Pattern in C# (Events and Delegates)
good description with sample code -- also includs links to other patterns
in Public bookmarks with csharp patterns
Next »
csharp from all users