zoukankan      html  css  js  c++  java
  • One good websit for c#

    http://www.aisto.com/roeder/dotnet/ is a very good websit for .net
    Below is some snippet from the front page of the web site.
     

    Tools and source code for .NET, C#, Visual Basic and WinFX. Reflector is a popluar class browser. Resourcer is a .NET resource editor. [Back]





     
    Reflector for .NET

    Reflector is a class browser for .NET components. It supports assembly and namespace views, type and member search, XML documentation, call and callee graphs, IL, Visual Basic, Delphi and C# decompiler, dependency trees, base type and derived type hierarchies and resource viewers.

    Reflector.zip - .NET Reflector, Version 4.1.95.0




      Resourcer for .NET

    Resourcer is an editor for .resources binaries and .resX XML file formats used with the .NET platform. The program allows the integration of bitmaps, icons and text strings into resource packages. Resourcer allows editing of name/string pairs, import of various kinds of data formats (bitmaps, icons, etc) and merging of resources from different sources.

    Resourcer.zip - .NET Resourcer, Version 4.1.0.0



      CommandBar for .NET

    The CommandBar class library extends System.Windows.Forms with classes for CommandBar, ReBar, CoolBar, and bitmaped menu controls. A unified command item representation is provided which makes it easy to switch the rendering between Menu, ToolBar and ContextMenu. 24 bit alpha channel images are supported on Windows 2000.

    CommandBar.zip - Library + C# source code



      Writer for .NET

    Writer is a simple WYSIWYG editor for HTML files. The program allows you to edit HTML files using simple editing functionality like Undo, Redo, Cut, Copy, Paste, Find, Replace. Writer also supports text layout and formatting, hyperlink editing and insertion of dates and pictures.

    Writer.zip - is available here.




      Digger for .NET

    The .NET version of an old East German Boulderdash game. The source is only 1000 lines so it might be a good example for C# and Windows Forms starters. The goal is to collect a given number diamonds and exit the level without getting hit by stones or ghosts. The status line tells you the level, number of lives, diamonds you collected and how many you need to collect.

    Digger.zip - Desktop and Smartphone version + C# source code
    Digger.cab - Smartphone installer



    Mapack for .NET

    Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank, Condition, Trace, Cholesky, LU, QR, Single Value decomposition, Least Squares solver, Eigenproblem solver, Equation System solver. The algorithms were adapted from Mapack for COM, Lapack and the Java Matrix Package.

    Mapack.zip - Class Library for .NET + C# source code


    Disclaimer: The software and source code on this website is provided "AS IS" with no warranties of any kind. The entire risk arising out of the use or performance of the software and source code is with you.
  • 相关阅读:
    10月27日PHP加载类、设计模式(单例模式和工厂模式)、面向对象的六大原则
    数据解析2:JSON解析(2)
    数据解析2:JSON解析(1)
    数据解析1:XML解析(3)
    数据解析1:XML解析(2)
    数据解析1:XML解析(1)
    设计模式4:装饰模式(1)
    设计模式3:模板模式(1)
    设计模式2:工程模式(1)
    设计模式1:单例模式(1)
  • 原文地址:https://www.cnblogs.com/xiexiaokui/p/316357.html
Copyright © 2011-2022 走看看