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.
  • 相关阅读:
    vue如何实现数据双向绑定?
    vuex 学习--由浅入深
    Vue.js开发去哪儿网WebApp
    前端必学---JavaScript数据结构与算法---简介
    学习JavaScript数据结构与算法---前端进阶系列
    前端一面/面试常考题1-页面布局:假设高度已知,请写出三栏布局,其中左栏、右栏宽度各为300px,中间自适应。
    flask之路由详解
    flask的配置文件
    flask的响应
    flask简介
  • 原文地址:https://www.cnblogs.com/xiexiaokui/p/316357.html
Copyright © 2011-2022 走看看