Latest ASP.NET News
Today we have added: 10 news.
WebUI Studio.NET 2008 R1 SP2 is now available
ASP.NET Announcements, July 9, 2008
We are proud to announce that WebUI Studio.NET 2008 R1 SP2 is now available.
It contains updates and fixes for:WebCombo.NET 4.0
WebCombo doesn't show the first record of the data source when it ...
PDC
IKVM.NET Weblog, July 9, 2008
I'll be at the PDC again this year. Drop
me a line if you're going and want to meet me thereto chat (or to buy me a beer
;-)).
...
User Input In Sheep’s Clothing
youve been HAACKED, July 9, 2008
We all know that it is bad bad bad to trust user input. I dont care if your users are all ascetic monks in a remote monastery, do not trust their input. However, user input often likes to put on sheep...
Implementing the Repository Pattern with LINQ-to-SQL
ASPAlliance.com - The #1 ASP.NET Community, July 9, 2008
In this article, Liam examines the implementation of the Repository pattern with the help of a LINQ to SQL application using C#. The article starts with a brief overview of the pattern and delves deep...
Displaying Detail Records for User-Selected Master Records :: Using a Dynamic IN Clause
4GuysFromRolla.com Headlines, July 9, 2008
The master/detail report pattern is used to display information in two database tables that share a one-to-many relationship. Typically the user is shown
a list of the master records and can pick one...
Velocity CTP1 Install
Steven Smith, July 9, 2008
Finally have a few minutes to play with Velocity, Microsoft's new distributed cache offering that's currently in CTP1 status (since a month ago at TechEd Developers in Orlando). Read the officia...
Authoring SharePoint 2007 Workflows using VS2008
Sahil Malik - blah.winsmarts.com, July 9, 2008
Advertisement:
SharePoint 2007 Training by Sahil in Europe and United States (more information).
...
July 9. Celebrating A First Very Happy Year At Microsoft
Jesse Liberty - Silverlight Geek, July 9, 2008
and thanking you all for your support and shared excitement as Silverlight evolves. istockPhoto; rights reserved
...
Ajaxion - Standalone Ajax - Part 2 of 2 - C# and Java Example
The Code Project Latest Articles, July 9, 2008
An article about how to keep Ajax simple as it is and get the most out of it...
Keeping LINQ Code Healthy
K. Scott Allen, July 9, 2008
In the BI space Ive seen a lot of SQL queries succumb to complexity. A data extraction query adds some joins, then some filters, then some nested SELET statements, and it becomes an unhealthy mess in ...