BizTalk Utilities CV ,   Jobs ,   Code library
 
Go to the front page to continue learning about XML or select below:

Contents

ReBlogger Contents

Previous posts in XmlSerializer

 
 
Page 2925 of 17672

??: .NET?????????

Blogger : MSDN Blogs
All posts : All posts by MSDN Blogs
Category : XmlSerializer
Blogged date : 2008 Feb 26

???: Scott Hanselman ??
??: Tony Qu ????: http://feed.yeeyan.com/articles/view/15070/5074

?????????ASP.NET??? ??. ?????????,????????,??????????????????“????,?????????????” ?????????,?????????????

???????.NET???????????????,?????????????????????ASP.NET(?WinForm)???????????????????,???????????????????????????????,???????????????

????????????——???????,???????????????????????????????,???????????????????????,?????????????????????ASP.NET,?????????ASP.NET????????????????,?????????????????????????4??,????????????,?????????????????????????????,????????????????????? 

.NET??????????

??????.NET??

  • ???????????
  • ???Windows??,??????????EXE???????
  • Windows????????????????????????????????????????????????
  • EXE?DLL?????????
  • ??????,?????????????????
  • PID????????????????????
  • ??TCP/IP?????????????
  • ???GAC??????????

??.NET????

  • ?????????????????????
  • ???Interface???Class??????
  • ??????
  • ??ASMX?XML Web?????SOAP?.NET Remoting????
  • ??????XMLSchema?????CLS?XMLSchema?????
  • ??????????(early-binding)?????(late-binding)????
  • ??Assembly.Load????????????
  • ????Assembly.LoadFrom?????Assembly.LoadFile?
  • ???Assembly Qualified Name?????????????????
  • Assembly.Load("foo.dll"); ????????
  • ?????assembly???????assembly??????
  • DateTime?????null?
  • ???JIT????NGEN??????????????
  • .NET CLR?????????????????????????????????
  • Finalize()?Dispose()??????
  • using() ?????????IDisposable??????????????
  • tasklist /m "mscor*" ?????????
  • in-proc?out-of-proc???
  • .NET???????????out-of-proc???
  • ???ASP.NET????????,??Windows XP, Windows 2000, Windows 2003????????????

??????/???

  • DateTime.Parse(myString); ??????????
  • PDB?????? ????????????
  • ???????(cyclomatic complexity)?????????
  • ??????lock(),?????????????,??"????",
  • ???FullTrust???GAC?assembly???FullTrust??
  • ???????????????????
  • gacutil /l | find /i "Corillian" ???????????
  • sn -t foo.dll ?????????
  • DCOM??????????????135??????
  • ??OOP?SOA,???????????
  • XmlSerializer???????????????????ACL???
  • ??????catch(Exception)?
  • Debug.Write?Trace.Write????????????????
  • Debug Build?Release Build???,??????????????????
  • JIT??assembly???????????????????????????
  • ????????????
  • a.Equals(b)?a == b????
  • ??????,????????????????
  • ?.NET????????(deep copy)?
  • ?????IClonable
  • ??????
  • string???????????
  • XmlSerializer????????????????????????
  • ???????.NET???out??????????
  • ???????????????????,??????

C# ??????

  • ??????override???????new? ???shadowing?
  • ??virtual?sealed?override?abstract???
  • Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d ??????????????????
  • ??public?protected?private?internal???
  • ??Primary Interop Assembly (PIA)??????
  • NUnit???????????????????
  • catch(Exception e){throw e;}?catch(Exception e){throw;}???
  • typeof(foo)?myFoo.GetType()????
  • public class c{ public c(string a) : this() {;}; public c() {;} } ???????????????? ???????????
  • this??????????static????

ASP.NET (UI)????

  • ??????????Form POST?????????????,?Button1_OnClick?
  • ???PostBack?
  • ???ViewState? ???????? ???????????ViewState?
  • <machinekey>??????????????ASP.NET???
  • ??ASP.NET 1.1??3?Session State?????????????
  • ???Web Gardening? ??????????
  • ?????ASP.NET????,??????????????????????????????Web Gardening?2??????????????
  • ASP.NET??????????????????HttpRequest??????????????ASP.NET?Thread Local???
  • [ThreadStatic]???ASP.NET??????????????????
  • ????HttpHandler??????.aspx???????????
  • HttpModule???????????? ???????????????????ASP.NE????,??????
  • ??????????(URL)???,??ASP.NET??????????????
  • ??cookie????????????Cookie????
  • ??HttpRequest.ValidateInput()?????
  • ???????HTTP Header????
  • ??HTTP??GET?POST? ???HEAD?
  • ????6?HTTP??????????
  • if-not-modified-since????????? ?ASP.NET??????
  • ?? <@OutputCache%>?????VaryByParam?VaryByHeader.
  • VaryByCustom???????
  • ????q=? (??q=5)???ASP.NET HTML?????????(??http://localhost/page.aspx?q=5)?

XML????

  • XML????????
  • ??????DOM???????????????
  • ???WS-I????????????
  • ????XML??,?????????????,???????(??)????,??????????????????
  • ??????????????
  • ?????XML????XML??????
  • .NET?????XML?
  • myXmlDocument.SelectNodes("//mynode"); ???????????????????
  • ????(XmlReader)??????(Sax)???
  • XPathDocument?XmlDocument???? ?????????????
  • “XML??”?“XML??”?????
  • ????????XML?
  • XML InfoSet???Xml DOM?????? InfoSet?????????
  • ??DTD?XSD,?????????????????????????
  • System.Xml??DTD??????,?????
  • XML Schema?????????????????XML Schema?

Read comments or post a reply to : ??: .NET?????????
Page 2925 of 17672

Newest posts
 

    Email TopXML