Silverlight/Lecture
'실버라이트와 ASP.NET 2.0 인증(Membership, Profile & Role) 연동하기' 참고자료
길버트리
2008. 12. 31. 11:36
1 Brad Abrams씨의 포스트 Accessing the ASP.NET Authentication, Profile and Role Service in Silverlight를 보면,
샘플 프로젝트를 만들어 볼 수 있게 되고,
2 Omar Al Zabir씨의 포스트 10 ASP.NET Performance and Scalability Secrets를 보면,
ASP.NET 2.0도 서비스에 적용 할만하다는 위안이 생기게 됩니다.
특히 아래 Secrets 중 굵은 글자로 되어있는 주제에 주목하세요.
- ASP.NET pipeline optimization
- ASP.NET process configuration optimization
- Things you must do for ASP.NET before going live
- Content Delivery Network
- Caching AJAX calls on browser
- Making best use of Browser Cache
- On demand progressive UI loading for fast smooth experience
- Optimize ASP.NET 2.0 Profile provider
- How to query ASP.NET 2.0 Membership tables without bringing down the site
- Prevent Denial of Service (DOS) attack
Omar 씨는 Building a Web 2.0 Portal with ASP.NET 3.5의 필자이기도 하네요.