posted by 네코냥이 2013. 9. 9. 17:12


Kimstar's Second Blog __ ASP.pdf


posted by 네코냥이 2013. 9. 4. 11:28


Bind, Eval, Container.DataItem _ The Official Microsoft ASP.pdf


'.NET > .NET' 카테고리의 다른 글

[ASP.NET] 페이지간 데이터 전송  (0) 2013.09.13
[.NET MVC] 레이저 문법  (0) 2013.09.09
[ASP.NET MVC] 커스텀 롤프로바이더  (0) 2013.09.01
[ASP.NET MVC] 캐싱 caching  (0) 2013.08.29
[Entity Framework] Dataset Template  (0) 2013.08.22
posted by 네코냥이 2013. 9. 1. 11:53


Custom Role Provider for MVC.pdf



.NET에 내장되어 있는, System.Web.Security.Roles을 잘 활용하기 위해서는 필수.

'.NET > .NET' 카테고리의 다른 글

[.NET MVC] 레이저 문법  (0) 2013.09.09
[ASP.NET] [Repeater] Bind, Eval, Contatiner, DataItem  (0) 2013.09.04
[ASP.NET MVC] 캐싱 caching  (0) 2013.08.29
[Entity Framework] Dataset Template  (0) 2013.08.22
[Entity Framework] Linq2SQL  (0) 2013.08.22
posted by 네코냥이 2013. 8. 29. 12:45


Caching in ASP.pdf


caching_검색결과.pdf



posted by 네코냥이 2013. 8. 22. 10:12


Using DataSet (Creating a Data Access Layer).pdf


단순히 Xml 데이터를 읽고 저장하는 역할만 하는 줄 알았는데, Database 연결이 가능한가 보다.

posted by 네코냥이 2013. 8. 22. 09:27


Linq2SQL.pdf


posted by 네코냥이 2013. 6. 18. 14:40


Well if you are doing this in Asp.Net or have access to HttpContext.Current.Request I'd say these are easier and more general ways of getting them:

var scheme = Request.Url.Scheme; // will get http, https, etc.
var host = Request.Url.Host; // will get www.mywebsite.com
var port = Request.Url.Port; // will get the port
var path = Request.Url.AbsolutePath; // should get the /pages/page1.aspx part, can't remember if it only get pages/page1.aspx

I hope this helps. :)


http://stackoverflow.com/questions/21640/net-get-protocol-host-and-port

posted by 네코냥이 2013. 6. 17. 11:39





Can an ASP.Net MVC controller return an Image.pdf


posted by 네코냥이 2013. 6. 17. 11:03


asp.net - How to write a simple Html.pdf


posted by 네코냥이 2013. 6. 12. 15:25


원본  : http://www.c-sharpcorner.com/UploadFile/84c85b/delegates-and-events-C-Sharp-net/



Creating PDF Files in ASP.pdf



iText 라이브러리는 MPL 라이센스를 따른다.


MPL은 Netscape 브라우저의 소스코드를 공개하기 위해 개발된 라이선스로 공개하여야 할

소스코드의 범위를 좀 더 명확하게 정의하고 있다. 즉, GPL에서는 링크되는 SW의 소스코드를

포함하여 공개하여야 할 소스코드의 범위가 모호하게 정의되어 있지만 MPL에서는 링크 등의

여부에 상관없이 원래의 소스코드가 아닌 새로운 파일에 작성된 소스코드에 대해서는 공개의

의무가 발생하지 않는다. 따라서 MPL SW 그 자체는 어떻게 하든 공개를 해야 하지만 원래

소스코드에 없던 새로운 파일들은 공개하여야 할 의무가 발생하지 않으므로 GPL에 비해 훨씬

명확하다. 


저작권 관련 정확한 참조는 아래의 문서를 참조하세요.

open_source_guide.pdf