惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
CXSECURITY Database RSS Feed - CXSecurity.com
Stack Overflow Blog
Stack Overflow Blog
月光博客
月光博客
T
Threat Research - Cisco Blogs
小众软件
小众软件
有赞技术团队
有赞技术团队
酷 壳 – CoolShell
酷 壳 – CoolShell
Apple Machine Learning Research
Apple Machine Learning Research
C
Cyber Attacks, Cyber Crime and Cyber Security
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
T
Tailwind CSS Blog
Cisco Talos Blog
Cisco Talos Blog
V
V2EX
博客园 - 【当耐特】
C
Cybersecurity and Infrastructure Security Agency CISA
Hugging Face - Blog
Hugging Face - Blog
The Cloudflare Blog
The Last Watchdog
The Last Watchdog
Simon Willison's Weblog
Simon Willison's Weblog
T
Threatpost
S
Secure Thoughts
O
OpenAI News
P
Proofpoint News Feed
S
SegmentFault 最新的问题
Forbes - Security
Forbes - Security
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Application and Cybersecurity Blog
Application and Cybersecurity Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Last Week in AI
Last Week in AI
宝玉的分享
宝玉的分享
Scott Helme
Scott Helme
T
Tenable Blog
A
Arctic Wolf
L
LINUX DO - 热门话题
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
www.infosecurity-magazine.com
www.infosecurity-magazine.com
V
Visual Studio Blog
Hacker News: Ask HN
Hacker News: Ask HN
Hacker News - Newest:
Hacker News - Newest: "LLM"
腾讯CDC
博客园 - Franky
WordPress大学
WordPress大学
Know Your Adversary
Know Your Adversary
博客园_首页
雷峰网
雷峰网
IT之家
IT之家
PCI Perspectives
PCI Perspectives
L
LINUX DO - 最新话题
H
Heimdal Security Blog

博客园 - Advance

微软的操作系统已占据96.97%的市场份额(来自OneStat.com的权威调查) 软件测试常识(转载自51testing.com) 安装Rational Enterprise Suite(Robot...)时遇到的问题及解决办法! 如何解决:将字符串转换为 uniqueidentifier 时出现语法错误 这是春的气息? Microsoft系列 常见漏洞及解决方法 .NET(C#)连接各类数据库-集锦 让人深恶痛绝的编码问题?博客园也出现了乱码现象! 炎炎夏日,酷暑难耐! Mono使用日志(1) Visual Studio 2005 Beta2 简体中文版发布 C#-Imaging - Moire Fringe (摩尔纹) C#在OpenGL编程中的应用--关于摩尔纹的研究 VS.NET2005为何无法连接数据库? C#中对ActiveX控件的调用 怎样获取本地机器的MAC地址 在ASP.NET中指定出错页面,不让代码外泄! 有人尝试过用C#写一个操作系统吗? [发布]★以学校为背景做的CS游戏地图★
Mono使用日志(2)
Advance · 2005-06-20 · via 博客园 - Advance

Mono使用日志(1)

6月16日,Mono 1.1.8发布了.Mono 1.1.8 是Mono发展到现在的第八个版本.
从1.1.1到1.1.2 ……再一直到现在, Mono 1.1.x series 最终将会通往下一个稳定的版本:Mono1.2,期待这一里程碑的到来!不过1.1.8版本对于大多数开发者来说,已经足够稳定了

Mono官方网站上介绍1.1.8增加了以下新的特性:

Building with Visual Studio     

Visual Studio solution to build Mono runtime natively on Windows. This is useful if you are embedding the Mono runtime into your application and want to debug and single step inside Mono.

Debugger  

The Mono Debugger is being released in sync for the first time with the Mono runtime. We need testers to try it out (the command line debugger is called `mdb').

Windows.Forms

Here a toplevel list of all things new for 1.1.8 MWF:

  • DomainUpDown and NumericUpDown implemented
  • First version with DataGrid support (still incomplete)
  • First version with MDI support (still incomplete)
  • Drag & Drop implemented for X11 and Win32
  • Clipboard implemented for X11 and Win32
  • HelpProvider implemented
  • ErrorProvider implemented
  • Cursor class completed
  • ResXWriter and ResXReader completed
  • SWF.Timers now working properly
  • A bunch of compatibility fixes
  • Image I/O now working on Win32 (this is actually in System.Drawing)

Scaling, Performance

Harinath has been fine tuning our Regular Expressions class library to reduce allocations which translate into an increase in performance (about 10% on the output match). Regexp.Replace will now be O(number of $s in the replacement string) instead of O(length of replacement string). The

The 1024 limit on Socket.Select is gone, Mono will now use poll when available.

System.Web will consume less memory as well (Gonzalo).

Code Access Security

Sebastien's progress in this release:

  • AppDomain based sandboxes are supported (limited by #74411);
  • Stack propagation for async code, threads and SWF;
  • Default policies (like LocalIntranet, Internet...) are now supported;

The new features allows NRobot 0.20 (http://home.gna.org/nrobot/) to "work" (as much as the permissions are currently present in the class libraries) on Mono 1.1.8 with a single modification (change the imperative assert in NRobot/Engine/GameArena.cs to a declarative assert).

ASP.NET 2.x controls

Lluis completed various new controls for ASP.NET 2.x: ImageMap, Wizard, SiteMapDataSource and SiteMapPath.

Reflection

Lluis added support for producing debugging information from Reflection.Emit. This means that all the Reflection-based compilers and VMs will be able to produce debugging information and have the Mono debugger step through the code.

Packaging

mono-ikvm has been merged into mono-core. Should make it easier for people to get ikvm

mono-nunit is back with the nunit stuff. Needed for mono-tools

Mono-shlib-cop

Jonathan Pryor has contributed this tool to assist developers that use P/Invoke.

mono-shlib-cop is a tool that inspects a managed assembly looking for erroneous or suspecious behavior of shared libraries.

The tool takes one or more assembly filenames, and inspects each assembly specified.

The errors checked for include:

  • Does the shared library exist?
  • Does the requested symbol exist within the shared library?

    It also checks if a program uses shared libraries that are part of a -devel package.

VB.NET

New on this release: late binding, decimal, named arguments, optiona byrefs,

Mono.Unix

The Mono.Unix namespace will be replacing the old Mono.Posix in Mono 1.2 and is still under development. In this release cleanups continued and a few new features are present.

Changes since the last release: Removed types: MapAttribute, IncludeAttribute, ErrorMarshal, ErrorMarshal.ErrorTranslator

  • Removed UnixMarshal.IsErrorDescriptionThreadSafe property
  • Renamed LockFlags enum to LockfCommand
  • Removed StdioFileStream.FilePosition property and replaced with RestoreFilePosition() and SaveFilePosition() methods
  • Renamed UnixConvert.ToFilePermissions(string) to UnixConvert.FromOctalPermissionString(string)

      Additions

      • Syscall.execv(), Syscall.execve(), Syscall.execvp(), Syscall.fexecve()
      • Syscall.fcntl (int, FcntlCommand, DirectoryNotifyFlags)
      • Syscall.mmap, Syscall.munmap, Syscall.msync, Syscall.mlock, Syscall.munlock, Syscall.mlockall, Syscall.munlockall, Syscall.mremap, Syscall.mincore, Syscall.remap_file_pages
      • Syscall.mkstemp
      • Thread safety for "obvious" exports from Stdlib, Syscall
      • UnixConvert.ToOctalPermissionString, UnixConvert.FromUnixPermissionString, UnixConvert.ToUnixPermissionString
      • UnixFileInfo uses stat(2) now, not lstat(2), so a UnixFileInfo created on a symlink will give information about the target, not the link.

      Lots of documentation added

      JScript

      Cesar implemented access to local variables in nested functions in JScript.

      Bug fixes, scalability

      There are plenty of bug fixes, performance and scalability improvements that are too detailed to list on the release notes.