Some Usefull links for UI sketching
http://webdesignledger.com/inspiration/18-great-examples-of-sketched-ui-wireframes-and-mockups
http://builds.balsamiq.com/b/mockups-web-demo/
Tuesday, October 18, 2011
Thursday, October 13, 2011
Entity Framework 4 - POCO
Resources for Entity Frame work (POCO)
http://blog.zoolutions.se/post/2009/05/29/Entity-Framework-4-POCO-tutorial-Part-1.aspx
http://blogs.msdn.com/b/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx
http://weblogs.asp.net/scottgu/archive/2010/07/16/code-first-development-with-entity-framework-4.aspx
http://blog.zoolutions.se/post/2009/05/29/Entity-Framework-4-POCO-tutorial-Part-1.aspx
http://blogs.msdn.com/b/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx
http://weblogs.asp.net/scottgu/archive/2010/07/16/code-first-development-with-entity-framework-4.aspx
Wednesday, October 12, 2011
Simple Lucene
A wrapper to Lucene.net
References
http://blogs.planetcloud.co.uk/mygreatdiscovery/post/SimpleLucene-e28093-Lucenenet-made-easy.aspx
References
http://blogs.planetcloud.co.uk/mygreatdiscovery/post/SimpleLucene-e28093-Lucenenet-made-easy.aspx
First Lucene.Net Sample
Created a Lucene console application using the tutorial here.
This is exactly the same application as the tutorial but i had small re-factoring around the code.
The main function shows the main steps involved when we are using Lucene.Net
Here we create the indexes required for the Lucene.Net
Add doc function will add the given column to the indexes.

Searches the indexed data using the query created and displays the search results in the console.
This is only a simple application and need to study, how to use this with database values and drawbacks
This is exactly the same application as the tutorial but i had small re-factoring around the code.
The main function shows the main steps involved when we are using Lucene.Net
Here we create the indexes required for the Lucene.Net
Add doc function will add the given column to the indexes.

Here we creates the query to search in the indexed data.
Searches the indexed data using the query created and displays the search results in the console.
This is only a simple application and need to study, how to use this with database values and drawbacks
KANBAN with Trello
Trello is simple web application which we can use for KANBAN.
Announcing Trello
http://www.joelonsoftware.com/items/2011/09/13.html
Trello
https://www.trello.com/
Announcing Trello
http://www.joelonsoftware.com/items/2011/09/13.html
Trello
https://www.trello.com/
Sunday, October 9, 2011
Learning jQuery using jQuery Lab
Found a good article where i can write, execute and see the results of the comomand.
Source code is avaialbe for this.
Code Project
http://www.codeproject.com/KB/scripting/LearnJQueryByLab.aspx
Source code is avaialbe for this.
Code Project
http://www.codeproject.com/KB/scripting/LearnJQueryByLab.aspx
Friday, October 7, 2011
JQuery Need to wait till the doc is READY
Just wanted to get the text in a text box on KeyUp event,
But didn't work till I asked the Jquery to wait till document is ready... :)
But didn't work till I asked the Jquery to wait till document is ready... :)
Time to Learn JQuery
I found very usefull JQuery video and some other resources on "AhaaGeeks" Blog
Video Totorial
Presentation By Dmitri Gaskin, who was just 12 years old
Video Totorial
Presentation By Dmitri Gaskin, who was just 12 years old
Thursday, October 6, 2011
Found some Resources on Lucene.net
Lucene.Net Home
http://incubator.apache.org/lucene.net/
Video
http://www.sitefinitywatch.com/blog/09-06-25/Working_with_Sitefinity_Search.aspx
Tutorials (Need to categorize these Resources later)
http://www.sitefinitywatch.com/notes/09-06-24/Working_with_Sitefinity_Search.aspx
http://www.ifdefined.com/blog/post/2009/02/Full-Text-Search-in-ASPNET-using-LuceneNET.aspx
http://www.codeproject.com/KB/cs/lucene_custom_analyzer.aspx
http://www.codeproject.com/KB/cs/lucene_analysis.aspx
http://www.codeproject.com/KB/library/IntroducingLucene.aspx
http://www.d80.co.uk/post/2011/03/29/LuceneNet-Tutorial.aspx
http://ifdefined.com/blog/post/Full-Text-Search-in-ASPNET-using-LuceneNET.aspx
http://www.aaron-powell.com/documents-in-lucene-net
http://www.wwwcoder.com/main/parentid/255/site/5017/68/default.aspx
http://usoniandream.blogspot.com/2007/10/tutorial-advanced-lucenenet-usage.html
http://www.lucenetutorial.com/techniques/indexing-databases.html
http://www.lucenetutorial.com/lucene-in-5-minutes.html
http://www.crazysquirrel.com/computing/java/lucene-tutorial.jspx
http://incubator.apache.org/lucene.net/
Video
http://www.sitefinitywatch.com/blog/09-06-25/Working_with_Sitefinity_Search.aspx
Tutorials (Need to categorize these Resources later)
http://www.sitefinitywatch.com/notes/09-06-24/Working_with_Sitefinity_Search.aspx
http://www.ifdefined.com/blog/post/2009/02/Full-Text-Search-in-ASPNET-using-LuceneNET.aspx
http://www.codeproject.com/KB/cs/lucene_custom_analyzer.aspx
http://www.codeproject.com/KB/cs/lucene_analysis.aspx
http://www.codeproject.com/KB/library/IntroducingLucene.aspx
http://www.d80.co.uk/post/2011/03/29/LuceneNet-Tutorial.aspx
http://ifdefined.com/blog/post/Full-Text-Search-in-ASPNET-using-LuceneNET.aspx
http://www.aaron-powell.com/documents-in-lucene-net
http://www.wwwcoder.com/main/parentid/255/site/5017/68/default.aspx
http://usoniandream.blogspot.com/2007/10/tutorial-advanced-lucenenet-usage.html
http://www.lucenetutorial.com/techniques/indexing-databases.html
http://www.lucenetutorial.com/lucene-in-5-minutes.html
http://www.crazysquirrel.com/computing/java/lucene-tutorial.jspx
Installed Lucene.net Simple Lucene Via NuGet Package Manager
As WIKI says:
Apache Lucene is a free/open source information retrieval software library, originally created in Java by Doug Cutting. It is supported by the Apache Software Foundation and is released under the Apache Software License.
Lucene has been ported to other programming languages including Delphi, Perl, C#, C++, Python, Ruby and PHP.
Apache Lucene is a free/open source information retrieval software library, originally created in Java by Doug Cutting. It is supported by the Apache Software Foundation and is released under the Apache Software License.
Lucene has been ported to other programming languages including Delphi, Perl, C#, C++, Python, Ruby and PHP.
No Tortoise HG Context Menu or Icons in Visual Studio
No Context menu in visual studio (2010) after installing both ToatoiseHG and VisualHG.
Simple Change gave me TortoiseHG Icons and the Context Menu.
Tools -> Options -> Source Control -> Current source control plug-in -> VisualHG
Simple Change gave me TortoiseHG Icons and the Context Menu.
Tools -> Options -> Source Control -> Current source control plug-in -> VisualHG








