Use NHibernate-Search, Lucene.Net
NHibernate: NHibernate is a mature, open source object-relational mapper for the .NET framework. It’s actively developed, fully featured and used in thousands of successful projects. You will get the...
View ArticleUse Web Form and Razor View Engine in the same project
ASP.Net MVC razor view engine is looking very cool and Microsoft is also focusing on it. But we have already developed a lot with the web form view engine. So we need a way to use both web forms and...
View ArticleAsynchronous Controller in ASP.Net MVC
The AsyncController class enables us to write asynchronous action methods. Using asynchronous action methods we can write long running, non-cpu bound request which will increase a significant...
View ArticleCSS3 Transition
With css3, we can add effect when an element changing style such as when width, height etc. To do this we need to do the following things: a. Specify the CSS property we want to add effect. b. Specify...
View ArticlePopup / Message Box in JQuery Mobile
JQuery Mobile: JQuery Mobile is a new technology to develop device independent web site or app for iPhone, Android, blackberry etc. You can see the details in website http://jquerymobile.com ....
View ArticleJQuery Mobile – use single page architecture with multiple html files
I am basically a .net developer with expertise in html, css, jquery, javascript etc. For one of my new project (a big project) I am working with jQuery Mobile now and also getting some knowledge of it...
View ArticleLINQ Dynamic Query
LINQ is a nice feature introduced in .Net 3.5 VS 2008 first. It is very effective because it can be used to query data from multiple sources. LINQ queries are type safe which provides us lots of...
View ArticleCross Domain WCF service Call using AJAX / Ajax Call to HTTPS service from...
I was going to implement SSL login for a mobile web site. The implementation was like that, we will invoke a WCF service and the user will then be logged in to the service hosted in IIS. To make the...
View ArticleCross-Origin Resource Sharing
Cross-site HTTP requests are HTTP requests for resources from a different domain than the domain of the resource making the request. Cross-site HTTP requests initiated from within scripts have been...
View ArticleReusable ASP.NET MVC user control in AngularJS (Same page)
“AngularJS is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML’s syntax to express your application’s components clearly and...
View Article