Projects tagged ‘csharp’ and ‘reflection’


Jump to tag:

Projects tagged ‘csharp’ and ‘reflection’

Filtered by Project Tags csharp reflection

Refine results Project Tags .net (5) asp.net (3) 3_5 (2) attributes (2) tweening (1) change (1) asp (1) animated (1) auditing (1) tween (1) serialization (1) joomla (1)

[10 total ]

0 Users

YamlSerializer serializes arbitrary .NET native objects into YAML text. It can also manipulates a generic YAML documents. YamlSerializer は任意の .NET のオブジェクトを YAML ... [More] ドキュメントにシリアライズすることができます。もちろん一般的な YAML ドキュメントも読み書きできます。 [Less]
Created 3 months ago.

0 Users

PigeonCmshttp://www.pigeoncms.com Cms made with c# (using NET framework 3.5, SqlServer2005 or Express edition) with many Joomla-like features: templates and themes urlrewriting (using ... [More] System.Web.Routing) easy to administer backend add-on modules and components with customizable views (using reflection) To-do list installation wizard admin area with dyanamically added controls modules using MVC pattern localization and labels loaded from xml files (not from app_globalresources) urlrewriting area to upload extensions (modules, themes) in admin area form generator articles with user's comments (blog) [Less]
Created 7 months ago.

0 Users

Change data capture helper for SQL Server 2008
Created 10 months ago.

0 Users

C#, dotNet, Reflection
Created 11 months ago.

0 Users

....
Created 2 months ago.

0 Users

This framework targeting the .Net Framework 2.0, generates user interface controls from objects.
Created 12 months ago.

0 Users

This framework targeting the .Net Framework 2.0, generates user interface controls from objects.
Created 12 months ago.

0 Users

OverviewThe Transitions library lets you create animated transitions of any properties of user-interface elements for .NET. It provides an easy way to perform UI animations in .NET in a similar way to ... [More] the Core Animation library for Apple and the iPhone. The Transitions library is built with Visual Studio 2008 but targets version 2 of the .NET runtime, so it can be used with projects built with VS2005. Getting startedYou can animate a single property of an object with a single line of code like this: Transition.run(this, "BackColor", Color.Red, new TransitionType_Linear(1000));If this code is in a Form class, it animates the background color from its initial color to red over the course of 1000ms. You can animate multiple properties (maybe across multiple objects) simultaneously with code like this: Transition t = new Transition(new TransitionType_EaseInEaseOut(2000)); t.add(pictureBox1, "Left", 300); t.add(pictureBox1, "Top", 200); t.run();This animates the movement of pictureBox1 from its initial location to (300, 200) over the course of 2000ms. Coding with TransitionsThe TestSample project (which is part of the code download) demonstrates a number of different transitions. It is fairly well commented, and can act as a tutorial to help get you started. For more information on how to code with the Transitions library see the coding reference. Version HistoryTransitions is currently at version 1.2. See the VersionHistory page for details of previous version. AcknowledgementsThanks to Maxim Gready for writing the critical-damping transition-type. [Less]
Created 4 months ago.

0 Users

Metascope allows to instrumentalize a Windows Forms program for reflection and debugging purposes. While it can be used for its original purpose, we add additional meta functionality. The core idea is ... [More] to access the objects of the GUI and go beyond from there. Features include: Reading even private properties and fields of any object. Modifying fields and calling methods. Compiling and Running C# Code at run-time. Load additional assemblies that then e.g. may be used in code compiled at runtime. The project came into being during the master's seminar "Meta-programming and reflection", offered by the Software Architecture Group at the Hasso-Plattner-Institute. [Less]
Created 10 months ago.

0 Users

Rflx
Created 11 months ago.