Posted on 13 March, 2008 by brunomoniz
Já está nas bancas o novo livro de Luís Abreu: “ASP.NET 3.5 – Curso Completo“.
As diferenças deste livro para o ASP.NET 2.0 Curso Completo, além da versão, foram adicionados novos conteúdos aos capítulos já existentes na versão anterior, com exemplos de novos controlos e funcionalidades da versão 3.5, e também foram corrigidos alguns bugs do [...]
Filed under: ASP.NET | Tagged: AJAX, ASP.NET, books | Leave a Comment »
Posted on 4 March, 2008 by brunomoniz
CodeProject has a voting system for the best articles in some categories. Here is the list for January 2008:
Best ASP.NET article
Omar Al Zabir – 10 ASP.NET Performance and Scalability Secrets
Best C++/MFC article
Mladen Jankovic – Making Class Schedule Using Genetic Algorithm
Best VB.NET article
konamiman34 – Certification by Example
Best C# article
Sacha Barber – WPF: A Beginner’s Guide – [...]
Filed under: General | Tagged: ASP.NET, codeproject | Leave a Comment »
Posted on 2 March, 2008 by brunomoniz
.NET Language-Integrated Query (LINQ) adds query capabilities to the CLR and the languages that target it. The query facility builds on lambda expressions and expression trees to allow predicates, projections, and key extraction expressions to be used as opaque executable code or as transparent in-memory data suitable for downstream processing or translation. The standard query [...]
Filed under: LINQ | Tagged: .NET, ASP.NET, LINQ, Query, visual studio, VS2008 | Leave a Comment »
Posted on 1 March, 2008 by brunomoniz
Recently i’ve been a little concerned about the performance of ASP.NET Web Applications.
Here’s a list of articles that i’ve compiled about this issue:
ADO.NET performance improvements with the .NET Framework 2.0 SP1
Exploring the Performance of the ADO.NET Entity Framework – Part 1
Exploring the Performance of the ADO.NET Entity Framework – Part 2
Using Cache in ASP.Net applications
Making [...]
Filed under: ASP.NET | Tagged: ASP.NET, best, performance, practices, web | 1 Comment »