January 2005 - Posts
One of my co-workers( Glen Gordon) found a good article, @ http://scottcate.mykb.com/Article_D5C6F.aspx Bottom line: secure the trace.axd file with an entry in web.config. J <location path="trace.axd"> <system.web> <authorization> <allow
Read More...
You have waited and waited and here it is: The patterns & practices Enterprise Library is a library of Application Blocks designed to assist developers with common enterprise development challenges. Application Blocks are a type of guidance, provided
Read More...
ADNUG brings Austin’s .NET community together with industry experts and guest speakers in a forum to promote an exchange of knowledge and experiences with the .NET platform, application development, tools, and practices. Join us at the Austin Microsoft
Read More...
Well, I would like to thank everyone what attended this week's MSDN Events, in San Antonio and Austin. As as you all know, I was sick last weekend and was a little but under the weather in San Antonio, but I was feeling fine in Austin. I got home last
Read More...
Creating Powerful Web Solutions with ASP.NET and Message-Oriented Architecture Mike Amundsen This wide-ranging talk covers the design and implementation of a message-oriented, data-driven multi-tier Web application using the ASP.NET framework. Live code
Read More...
Well, I have to thank my boss, Paul Murphy, for getting me sick!! Our team had a meeting in Dallas this week and he came in with a cold. Well by Friday when everyone was leaving they were having a cough and chest pains. So last night I got home and I
Read More...
David Waddleton, well-known for his "Geek Speak" webcasts, is presenting a 5-part series on testing and optimization entitled "Debugging and Tweaking Week". Join David as he dives into techniques you can use today with .NET 1.1 and into the future with
Read More...
Thanks for attending, Here is the link to the slides. http://www.we-learn.net/AppSecurityPart3DWadd.ppt How many Security Sessions did you attend this week?
Read More...
Supporting Artices from the Security WebCast Improving Web Application Security: Threats and Countermeasures Building Secure ASP.NET Applications: Authentication, Authorization, and Secure Communication Secure Coding Guidelines for the .NET Framework
Read More...
The Microsoft PDC conference is scheduled for September 2005. http://msdn.microsoft.com/events/pdc/ This is an event that you will not want to miss. I still have fond memories, of my first PDC, 2000. This was in my previous life, before Microsoft. It
Read More...
I am sure that you have heard people talk about needing to test your code. Well now you can do that testing in an integrated manner. Visual Studio Team System (VSTS) has unit testing built in. If you have used NUnit you are already 90 % of the way to
Read More...
Route64 is hands on training designed to bring the Enterprise Developer and ISV Partner community up to speed on how to build applications that take full advantage of the newest Windows 64-bit platforms. Route64 is a worldwide offering of intensive, professional
Read More...
Hey All, I will be speaking at the Hal-PC C# Sig meeting about Team System, a Technical Tour: Abstract: Visual Studio Team System aims to solve the problems facing every enterprise-level team and helps increase the predictability of success. Team System
Read More...
If you missed the SQL 2005 WebCast week, check it out here. http://msdn.microsoft.com/sql/2005/2005webcasts/default.aspx
Read More...
SYMPTOMS When you run a Microsoft Windows application with the TransparencyKey property of the form set to one of the colors of the background image, areas of the form that match the color that you set the TransparencyKey property to are not rendered
Read More...