Month: July 2008
OWASP Top 10 and Data Mining in Financial Sector
OWASP’s list have been changed since 2004 in terms of priorities; XSS and inject flaws are on the rise. Details can be found on OWASP’s website. 2007 2004 A1 - Cross Site Scripting (XSS) A1 - Unvalidated Input A2 - Injection Flaws A2 - Broken Access Control A3 - Malicious File Execution A3 - Broken…
REST and WCF 3.5 Talk Slides and Code Samples
On Thursday July 17th, I presented "RESTFul Web Services – UriTemplates and REST support with WCF 3.5". to SoCal.NET architecture group (http://www.socaldotnetarchitecture.org/). It was well recieved and I got good feedback. The code samples and slides are as follows. REST using WCF 3.5.pdf - Slides in PDF (529.21 KB) REST using WCF 3.5.pptx - Slides…
INETA's David Yack on ADO.NET and My REST Talk at SoCal Architecture Group.
Tomorrow, July 16th, David Yack will be speaking on Exploring the Entity Framework at SGV.NET User Group (www.sgvdotnet.org). It's an INETA sponsored event and for those interested in understanding a core strategic part of Microsoft's data access strategy, please join us. David would walks us through how Entity Framework aims to improve the mismatch between…
Attending KDD 2008; Top 10 DM Algorithms & 10 challenging problems
So its final now, I'll be attending the KDD 2008 conference, 24-27 August in Las Vegas. As it says on SIGKDD website, I expect "awesomeness"!. "The annual ACM SIGKDD conference is the premier international forum for data mining researchers and practitioners from academia, industry, and government to share their ideas, research results and experiences. KDD-08…
Https with BasicHTTPBinding - Note to Self
So if you are looking to implement SSL using basicHttpBinding for your WCF service, look no further. Here is your config file settings The modified basicHttpBindinging to allow security mode = Transport <bindings> <basicHttpBinding> <binding name="defaultBasicHttpBinding"> <security mode="Transport"> <transport clientCredentialType="None"/> …
ASP.NET MVC and Dependency Injections - Links
The preview 3 of ASP.NET MVC framework can be downloaded from here. Download details: ASP.NET MVC Preview 3 Links pertaining to the dependency injection and how it relates to ASP.NET MVC framework. Dependency Injection was made for ASP.NET MVC Inversion of Control Containers and the Dependency Injection pattern ASP.Net MVC Framework - Create your own…
Code Camp Presentation Downloads
Following are the links to my talks from the SoCal Rock and Roll Code Camp in UCSD Extension Campus, San Diego. Using ASP.NET MVC to build a blogging engine in 60 minutes or less. MVC is a framework methodology that divides an application's implementation into three component roles: models, views, and controllers. ASP.NET now has…
