Asif Maniar
8 posts.
- A Simple implementation of the Decorator Design Pattern using C#The main motivation before the decorator pattern is to be able to add data and behavior to objects dynamically without relying on inheritance.
- A Simple implementation of the Proxy Design Pattern using C#A proxy is an object that can be used to control creation and access of a more complex object thereby deferring the cost of creating it until the time its…
- Using Sitecores pipeline to pre-populate item in current languageSitecore has a powerful event pipeline infrastructure that you can leverage to plugin commands into various item creation, change, move, publish etc…
- Removing / Restricting Access to Sitecores Interface on Content Delivery EnvironmentsHere are a few steps you can follow if you want to restrict access to Sitecore’s Interface on content delivery environments.
- Copying Sitecore Items across LanguagesWhen using multiple languages/cultures in the Sitecore CMS the content of an item isn’t usually copied over from an existing language to a new language…
- Enabling HTTP Redirect in IIS7If you want a virtual directory or a site in IIS7.x to redirect to another url you first have to make sure you have installed http redirect for IIS.
- WCF and IIS7: 404 - File or Directory not foundEver been puzzled by the 404 - File or Directory not found error message when deploying a WCF service to a new .NET/IIS7 installation?
- Cleaner ClientID's with ASP.NET 4.0A common complain we have had when using ASP.NET web forms is the inability to control the ID attributes being rendered in the HTML markup when using…
