Which datatype is good for my database field?
Every time at the designing of new database table we stuck for the choosing right datatype for the particular field.It has been said that if there is right database design have been done, it’s easy to...
View ArticleRedirect old page to new page with use of web.config
Recently we found that some of our old links were broken as we have changed our page name to make it seo friendly. Suddenly, over the night our site’s page rank was down. It was really embarrassed...
View ArticleSharepoint Core Classes
Sharepoint is collaborative product developed by microsot, many organizations adopting this product for their business activity. There are many benefits to use and implement to it. It becomes around 10...
View ArticleSecure asp.net website URL with global.asax
Once any one has installed SSL certificate in their server, there is need to redirect old http url to https protocol. If we don’t write any custom code for redirection it will continue to browse by...
View ArticleCalendar (datetime picker) type column in windows grid
Usually when we try to find some out of use column in default grid provided by .net, we are not able to do it. We require inheriting base class and then we need to put information inside of it.Say for...
View ArticleConnect office 365 SharePoint online with SharePoint client object model
When you create any SharePoint client object model application there are choices to connect with SharePoint either in LAN or SharePoint server. But now days there are much hype in office 365 provided...
View ArticleThoughts on Web Parts in SharePoint 2010
SharePoint 2010 has many inbuilt functionality and features. One can leverage on it and take advantage of out of box SharePoint development.But business is all about having information in the right way...
View ArticleConnected WebParts in SharePoint 2010
SharePoint has very cool features of connected Web Parts, It simply means that two different web parts are connected and they can share data between them.In Connected Web Parts there are basically two...
View ArticleHow to Resolve Activate disabled Sandbox solution in SharePoint 2010
This problem mainly occurs when you start to develop sandbox solution and upload you solution to fresh SharePoint farm, if you have already developed some sandbox solution and some admin is maintaining...
View ArticleInstall SharePoint 2010 on windows 7 64 bit
Most of time in case of development It would require to install sharepoint on the non-server os, As we know sharepoint 2010 can only be installed on the 64bit operating system. Now we have one choice...
View ArticleHow to get public key token for my dll or exe?
Sometime we need to find our dll or exe’s public token when we have strongly signed out. There is a very nice tool given by .net is sn.exeJust go to command prompt of visual studio, and type following...
View ArticleOOB: Change master page from SharePoint 2010
Most of time we don’t prefer to use conventional user interface provided by SharePoint when we configure it. We want our separate identity when we try to publish our site on base of SharePoint...
View ArticleThe Project Item "module1" cannot be deployed through a Feature with Farm Scope
You might have faced such error sometime during your deployment of SharePoint projects. Usually this error comes due to lack of availability of particular item in the scope.You have limited items that...
View ArticleAdding Footer to SharePoint 2010 Custom Master Page
When you are going to develop custom layout of your SharePoint site, it could be requirement of having footer in the page. V4 master page does not contain any options to set footer in page. You need to...
View ArticlePrerequisites could not be found for bootstrapping (while upgrading from VS...
Latest IDE by Microsoft for .net application is VS 2010. Most of applications are upgraded to newer version of IDE, some are in the process and some are already done. The thing create problem during...
View ArticleFix issue HTTP/1.1 200 OK Server: Microsoft-IIS/7.5 Error with a SharePoint...
Generally, such error comes when we try to browse web-application url. There could be many problems around this problem and depends on it there are different solution for it.First most common issue...
View ArticleProgrammatically create folder in SharePoint Document library with client...
SharePoint 2010 has very strong client object library, with the help of client object model we can almost interact with all document related functionality from our application and can interact with...
View ArticleDo not serialize public property or field in a class
There could be some situation where one have some properties and fields defined in the class. Most of time property are exposed as public and they can be easily accessed by object of class.During the...
View ArticleChange default time out of strongly typed dataset table adapter command.
By default when every any command executed by table adapter, its time out is 30 second. Due to heavy load of data and traffic over the network, we require increasing this default time out.It’s very...
View ArticlePrint button is not working in Crystal report viewer
Crystal report is very crucial part of LOB application reporting. Most of enterprise uses Crystal Report for the reporting purpose. In case of windows platform, it has good integration with .net...
View ArticleGreen field / Brown field development
In software development we are usually have two types of work to be done in any application. Both some legacy system is already running and we should require build on new system on it or build new...
View ArticleWindows Mobile 7.5 on my view.
Before few days ago I got chance to play with Windows mobile 7.5. I heard a lot about it but unfortunately I didn’t get chance to work around. At first glance I was really impressed with it’s graphical...
View ArticleHtml.RenderPartial() Sytanx Error : No overload for method 'Write' takes 0...
Hey Everyone,I was trying Html.RenderPartial() in Asp.net MVC and what I got “No overload for method 'Write' takes 0 arguments“From my code it seems very clear that I have written correct syntax but...
View ArticleAdd Event/Appointment in Google Calendar with Google account credential.
Google calendar is one of the best free tool for tracking your day to day appointment and reminder for your rest of schedule. There are facilities for reminder with email and sms that will enable you...
View ArticleWindows 8 application development requirement
Since launching of Windows RT model, in internet we see buzz of Windows 8 application development. Before developing any application it is very important for creating it’s development environment.Many...
View Article