August, 2009

News: JetBrains new product “Charisma” now in Early Access Program

Hi all. The JetBrains team have created a new product codename “Charisma”. What is Charisma? Charisma is a web-based issue tracker. Charisma’s key features include: Query-based issue search as an alternative to traditional issue filters. Lightweight AJAX-based user interface to allow working with issues really fast. Extensive keyboard support to make it easy to create, edit, […]

Posted in Uncategorized | No Comments »

The ASP.NET Capsule #23: Telerik RadControls for Silverlight 3

Hi all. The guys from Telerik are very busy this days. Now they have just launched SP1 of their RadControls for Silverlight Q2 2009 with Silverlight 3 Support. Acording to Hristo Maradjiev the service pack not only includes the official supported controls for Silverlight 3, but also a bunch of bug fixes and enhancements. The bad news […]

Posted in Uncategorized | No Comments »

The ASP.NET Capsule #22: Official Support for ASP.NET MVC by DevExpress

Hi all. So, the guys from Developer Express can’t be far behind, actually today they also announced officially the support for ASP.NET MVC in a blog post by Mehul Harry (DevExpress Technical Evangelist). The post also announces the inmediate availability of a FREE demo application with source code included called DevExpress Mail Demo. The post […]

Posted in Uncategorized | No Comments »

The ASP.NET Capsule #21: Telerik Extensions for ASP.NET MVC

Hi all. Telerik was probably the first company to offer components that supported ASP.NET MVC long before it was released. Even Scott Hanselman created some videos with Preview 2 of ASP.NET MVC and showed how to incorporate Telerik components instead of regular components. Now, they have gone one step further. Telerik is presenting the first CTP of […]

Posted in Uncategorized | No Comments »

The ASP.NET Capsule #20: Telerik Reporting Now Supports Medium Trust

Hi all. Many of us web developers use Telerik Reporting for our reporting needs, however when it comes to medium trust environments such as shared hosting packages Telerik Reporting wasn’t of much help… until now! There is great news from the folks of Telerik. In their blog the Telerik Reporting Team has announced the availability […]

Posted in Uncategorized | No Comments »

Book Review: ASP.NET MVC 1.0 Quickly

Hi all. I want to share my thoughts about the book ASP.NET MVC 1.0 Quickly from Packt Publishing. The book is quite nice I think. I has provided me the great option to read about ASP.NET MVC (as the name implies) quickly. I was very entertained with it. I have to say it up front. […]

Posted in Uncategorized | No Comments »

News: Webcast de ReSharper – Agosto 31 En Español

Este lunes 31 de agosto tendremos un webcast sobre Resharper. El evento es gratuito y será impartido en español. Registro: https://www323.livemeeting.com/lrs/8000181573/Registration.aspx?pageName=r7p7f53m2d224k0v Estaremos rifando una licencia de R# entre todos los asistentes. Los esperamos!     

Posted in Uncategorized | No Comments »

The ASP.NET Capsule #19: Examine “The located assembly’s manifest definition does not match the assembly reference”

Hi all. Today I got reported from one of our clients that he was having problems printing a report they have. The error he was getting was:     *  An error occurred during local report processing.           o The definition of the report ‘Main Report’ is invalid.                 + An unexpected error occurred in Report […]

Posted in Uncategorized | 1 Comment »

The ASP.NET Capsule #18: Running C# & VB.NET in the same web application

Hi all. You know, sometimes you just find some code on the Internet or a colleague handed out a piece of code written in a language other than the one you use. Well, fear no more. Just modify your Web.Config file to include the other compiler and off you go. <system.codedom> <compilers> <compiler language=“c#;cs;csharp“ extension=“.cs“  […]

Posted in Uncategorized | No Comments »