Source Control Clients
Project Name: LINQPF
Server URL: https://tfs05.codeplex.com

Recent Check-Ins

1-10 of 71Change Sets < Previous 1 2 3 4 5 6 7 8 Next >
Change Set Download / Browse Date Comment By Downloads
12128 Aug 13  at
7:46 PM
New (Not required) : sql script is linked with build process, on error it will show errors in VS output window.
Removed the extra folders and assemblies.
mehfuzh 25
12110 Aug 10  at
8:19 PM
Change to deployment template
Added a run script for preparting the database with OpenLinqToSql example project.
mehfuzh 10
12104 Aug 9  at
8:21 PM
OpeLinqToSql Test script added under MSbuild. mehfuzh 2
12103 Aug 9  at
8:17 PM
deployment scripts changed. mehfuzh 0
12097 Aug 9  at
8:47 AM
Query class fixes for GetItem , when OriginalFieldName attribute is used. mehfuzh 0
12094 Aug 8  at
9:07 PM
Added a new item for strictly getting unique item. This can be achive though Process call as well , and if not overriden it will call Proces , which makes a backward compartibiliy.

Query<T>.GetItem(Bucket item)
will be called for

var query = from book in context.Books
where book.Id = 1
select book

Book book = query.Single();

here Id is a unique field , defined by UniqueIdentifier attribute. This saves few if-elses in Query<T>.Process. when getting single unique item.


Updated Build scripts , that will run the sql scripts in database if not previously created for test project.
mehfuzh 0
12089 Aug 8  at
9:38 AM
Deployment script update, added sql script block mehfuzh 2
12087 Aug 7  at
5:35 PM
Added new Msbuid one click deployment script mehfuzh 3
12076 Aug 6  at
7:59 PM
Removed files from deployment folder mehfuzh 1
12074 Aug 6  at
7:23 PM
Source tree refactored mehfuzh 0
1-10 of 71Change Sets < Previous 1 2 3 4 5 6 7 8 Next >
Updating...