ASP.NET MVC3 Enhancements
1) Razor view engine replaces the aspx view engine. 2) Better dependency injection 3) JSON objects, Javascript and JQuery integration.
View ArticleModel-View-Presenter Pattern MVP
Model-view-presenter (MVP) is a variation on MVC that is designed to fit more easily with stateful GUI platforms such as Windows Forms or ASP.NET Web Forms. This is a worthwhile attempt to get the best...
View ArticleModel-View-View Model (MVVM)
The model-view-view model(MVVM) pattern is the most recent variation on MVC. It originated in 2005 with the Microsoft team developing the technology that would become the Windows Presentation...
View ArticleTwo best-known open source browser automation tools for .NET developers
Selenium RC (http://seleniumhq.org/), which consists of a Java “server” application that can send automation commands to Internet Explorer, Firefox, Safari, or Opera, plus clients for .NET, Python,...
View ArticleC# coding techniques
Object Initializing class Program { static void Main(string[] args) { // create a new Phone object ConfigPhone(new Phone { ID = 1, Name = “HTC”, Description = “Mobile Phone”, Price = 500, Category =...
View ArticleThree esstential tools for MVC
DI or LOC Container: Ninject or Unity by Microsoft. Unit Testing: NUnit or XUnit Mocking: Moq or Rhino Mock
View ArticleTools to check fast index status
Run “Indexerinfo status” on fast crawl machine to check index count and non index counts <documents size="32611257.000000" total="1" indexed="1" not_indexed="0"/> “indexeradmin resetindex” can...
View ArticleTools for sharepoint 2010
FAST Search Explorer Tool http://blogs.technet.com/b/speschka/archive/2010/08/15/free-developer-search-tool-for-sharepoint-2010-search-and-fast-search-for-sharepoint.aspx...
View ArticleImportant SharePoint 2013 Features
Shredded Storage In SharePoint 2010, if version history is enabled on a document library, each new version results in a new BLOB for that document. Second, I/O performance is problematic in SharePoint...
View ArticleUseful links for SharePoint 2010 Branding
StYles First add the CSS to the master page: SharePoint 2010 CSS references in Master Pages – Erik Swenson The Shiny New CSSRegistration Control in SharePoint 2010 – Buta No IE SharePoint 2010 CSS...
View ArticleDealing Sharepoint 2010 Performance Issues
Analysis, Debugging and Monitor 1) Use the SharePoint Dispose Checker Tool (SPDispose) to find memory leaks in custom software: http://archive.msdn.microsoft.com/SPDisposeCheck 2) Enable the SharePoint...
View ArticleSharepoint 2013 Search
Sharepoint 2013 Search Good Demo of SharePoint 2013 Search features
View ArticleSettings required to develop apps sharepoint 2013 on-premises
When developers don’t want to setup the domain Name in DNS, Visual Studio will modify the host file during debugging to skip the need of creating the Domain name in DNS for App development on...
View Article