- [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
Scientific Literature Digital Library incorporating autonomous citation indexing, awareness and tracking, citation context, related document retrieval, similar document identification, citation graph analysis, and query-sensitive document summaries. Advantages in terms of availability, coverage, timeliness, and efficiency. Isaac Councill and C. Lee Giles.
autonomous citation citeseer citeseerx computer digita index indexing literature researchindex science scienceindex scientific
in Public bookmarks with article csharp good links tbu
- A full-duplex audio player in C# using the waveIn/waveOut APIs @ CodeProject
in Public bookmarks with audio csharp tutorial
- 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 by 3 users
- 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)
An extensible .NET-based API for accessing Google's Gmail service. The model is very modular, as it follows common OOP design patterns. A small …
cgi code community development downloads email free libraries open secure software source tools
in Public bookmarks with csharp
- c# image processing (p)
Explains the basic image processing support in C#.
image processing
in Public bookmarks with csharp
- C# in Depth - web companion to book by Jon Skeet
in Public bookmarks with csharp
- C# Mode for Emacs (p)
in Public bookmarks with csharp emacs
- C# MP3 Sound Capturing/Recording Component @ CodeProject
comments include monitoring sound level
in Public bookmarks with apps csharp
- 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 5 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
Next »
csharp from all users