Uncategorized
Manning Special Offer for C# in Depth Readers – Save 50%
Last Day to Save 50%! Special Offer for C# in Depth Readers Last week we told you about a special offer for C# in Depth readers only. That half off coupon expires today! To save 50% on these closely-related books, just enter sharp50 in the Promotional Code box on checkout at www.manning.com. Microsoft Entity Framework […]
Posted in Uncategorized | No Comments »
Imagine Cup WW Finals Website Design Competition
Imagine Cup’s First Worldwide Finals Website Design Competition Calling artists, dreamers and designers! We want to see you take a walk on your wild (and creative) side. Submit a NEW background design for the 2009 Imagine Cup Worldwide Finals Website. It’s easy and it’s a fun way to introduce the entire world to YOUR artistic […]
Posted in Uncategorized | No Comments »
ASP.NET MVC 1.0 Released as Open Source – COOL !!
Hi all. Today Scott Guthrie just announced the release of ASP.NET MVC 1.0 as Open Source under MS-PL. Checkout the story here. The news is also available from Scott Hanselman here. Cheers!
Posted in Uncategorized | No Comments »
ReSharper 4.5 To Be Released Next Week
Hi all, just to share a note from JetBrains. Take a look: Hello, Just a quick note to let you know that ReSharper 4.5 will be released next week. The beta is available now at: http://www.jetbrains.com/resharper/beta.html?010409R You can also check the benefits of ReSharper at: http://www.jetbrains.com/resharper/docs/ReSharper_benefits.zip?010409R If you have ReSharper 4.x, the upgrade to […]
Posted in Uncategorized | No Comments »
Developer Express DXperience v2009 vol 1.2 Released
So, what do you know… Less than 12 hours later vol 1.2 is released 🙁 If you are a subscriber you can get it at the Client Center. http://www.devexpress.com/ClientCenter/ If you are not a subscriber, you can checkout the free CodeRush Express and the free tools.
Posted in Uncategorized | No Comments »
Developer Express DXperience v2009 vol 1.1 Released!
Hi all. Just to share the news, the newest volume of Developer Express Tools is out (despite the beta announce in the home page). If you are a subscriber you can get it at the Client Center. http://www.devexpress.com/ If you are not a subscriber, you can checkout the free CodeRush Express and the free tools. […]
Posted in Uncategorized | No Comments »
Free Ebook: Mastering SQL Server 2005 Profiler
Hi all. Check out this cool offer from Red-Gate. Free eBook and 14-day trial for faster SQL Server troubleshooting. You know what it’s like as a DBA. You haven’t got hours to unravel problems. Ensure you have the knowledge and an intuitive tool to hand today to troubleshoot SQL Server health and activity issues, fast. […]
Posted in Uncategorized | No Comments »
Book Review: Expert C# 2008 Business Objects
Hi all. I want to share some thoughts about this book from Apress. So, the book is very well organized and written. The ideas are very clear and it actually make me think in the way I normally architect projects. Don’t get me wrong, I’m not doing it that bad, is just it has opened […]
Posted in Uncategorized | No Comments »
The ASP.NET Capsule #2: Login Programmatically With Forms Authentication
Hi all. In this capsule, I’ll show you how to login a user using Forms Authentication but programmatically. The process is actually simpler than you might think. If you know the username you can login the user with the following line of code: 1: FormsAuthentication.SetAuthCookie(UserName, false); Now, the first parameter is obviously the username of […]
Posted in Uncategorized | No Comments »
The ASP.NET Capsule #1: Setup SQL Server to Support Forms Authentication with the Membership Provider
Hi all. For the first ASP.NET Capsule, I want to show you how to setup SQL Server to support forms authentication with the Membership Provider in an ASP.NET website. So for that, the framework provides with the tool aspnet_regsql.exe that you can launch from the command line (for best results, launch the Visual Studio 2008 […]
Posted in Uncategorized | No Comments »