摘要:
writing secure code using csharp......
摘要:
using system.text.regularexpressions;
using system;
class validation
{
public static void main()
{
string strtotest;
validation objvalidate=new validation();
console.write("enter ......
微软开放.net的部分源代码(c#编译器等)
this morning microsoft announced that it will be releasing shared
source implementations of the .net common language infrastructure (cli),
c# compiler, and ecmascript compiler for both windows and freebsd.
the license will be considerably more liberal than the shared source
license previously announced for windows. availability is expected
in the fourth quarter.
tim oreillys exclusive interview with dave stutz, the group program
manager for the project, has just been published on the oreilly
network, and i thought you would be interested.
microsoft plans shared source .net
by david sims, tim oreilly, rael dornfest
http://www.oreillynet.c...
下一页 摘要:
c#是微软.net架构的主力开发语言,它功能广泛而强大,web开发人员应该毫不犹豫地
拥抱它。本文就通过一个摄氏温度与华氏温度间相互转换的例子对c#
的gui编程进行介绍,旨在带领你快速步入c#之强大与神奇的编程世界。
准备条件
要理解本文所举例程,首先要对c#和面向对象的编程有一个基本的了解。关于 c#的基本
知识,请参阅 c#入门
这篇文章。要编译并运行举例的应用程序,就需 下......