부모글 보이기/감추기 AD BLOCK 해제 요청 이 글에는 광고가 많이 들어가 있지 않습니다. adblock을 해제하셔도 글을 읽는데 그다지 부담이 없으니 해제를 부탁드립니다. Microsoft Anti-Cross Site Scripting Library V1.0 ; http://www.microsoft.com/downloads/details.aspx?FamilyID=9A2B9C92-7AD9-496C-9A89-AF08DE2E5982&displaylang=en 말 그대로 사이트 경계를 넘어서는 스크립트 코딩에 대한 적절한 제어를 해주는 라이브러리인 것 같습니다. 예제도 같이 포함되어 있습니다. 사용법도 매우 쉽네요. ^^ using System; using Microsoft.Security.Application; namespace Microsoft.Security.Application { public class AntiXSSTest { public static void Main(String[] Args) { // Prompt user for some input Console.Write("Please enter some text to encode: "); String UserInput = Console.ReadLine(); Console.WriteLine("Encoded by AntiXSSLib.HtmlEncode: \n\t--> "+AntiXSSLibrary.HtmlEncode(UserInput)); Console.WriteLine(); Console.WriteLine("Encoded by AntiXSSLib.UrlEncode: \n\t--> "+AntiXSSLibrary.UrlEncode(UserInput)); } } } [다음 글] The New Anonymous Types Feature in C# 3.0 [이전 글] 왜 사용해야 하는가? [최초 등록일: 3/8/2006] [최종 수정일: 7/10/2021] 비밀번호 댓글 작성자 ... 31 32 33 34 35 36 37 38 [39] 40 41 42 43 44 45 ... NoWriterDateCnt.TitleFile(s) 213정성태4/13/200612745Introduction to the MSN Messenger Activity SDK212정성태4/13/200614725FIN_WAIT_2 상태에 대하여211정성태4/13/200613345Override CLR Assembly Probing Logic210정성태4/13/200613745Web.config의 기본 <appSettings /> Handler 교체209정성태3/25/200613495Win32 FileID API Library 208정성태4/13/200613045(거의)모든 DB 에 대한 ADO.NET Data Provider (유료)목록205정성태4/13/200613235Static Code Analyzer206정성태4/13/200612905 Visual C++ Express를 사용한 보안 응용 프로그램 빌드203정성태4/13/200612664WGF (Windows Graphic Foundation) [1]202정성태4/13/200612757사용자 컴퓨터 환경 조사 결과(외국 사례)201정성태4/13/200618315MySQLDirect .NET Data Provider207정성태4/13/200612175 무료: Download Connector/Net 1.0 (MySQL) [1]200정성태4/13/200612644Understanding Classic COM Interoperability With .NET Applications1199정성태4/13/200613028How to get a V2.0 ICorDebug object198정성태4/13/200613020Whidbey breaking change --- Caching binding failures [1]197정성태4/13/200612431The JIT does dead-code elimination in Debuggable code195정성태4/13/200612340910442 - Working with Web Resources in ASP.NET 2.0194정성태4/13/200612904ASP.NET 2.0 WebPart - SQL Server Error 26: Error Locating Server/Instance Specified193정성태4/13/200612900WCF - Breaking Changes between Jan CTP and Feb CTP1192정성태4/13/200612409Cassini Update191정성태4/13/200613403LeechBlocker ISAPI Filter189정성태4/13/200612506The New Anonymous Types Feature in C# 3.0 [1]188정성태3/8/200612696Microsoft Anti-Cross Site Scripting Library V1.0196정성태4/13/200612150 왜 사용해야 하는가?187정성태4/13/200612128제 1회 INETA 세미나186정성태4/13/200612683Internet Information Services (IIS) 6.0 Manager for Windows XP ... 31 32 33 34 35 36 37 38 [39] 40 41 42 43 44 45 ...