Monthly Archives: May 2015

SharePoint Website with 404 error

This short article shows you the possible way to recover the corrupted SharePoint Website. For some password or other reasons you get the 404 error for your SharePoint Website.   There are 2 possible way to recover without completely doing … Continue reading

Posted in .Net, Community | Tagged , , , | Leave a comment

Change a password Unable to update the password

This article shows you how to disable all the restrictions of your Windows Server of most of the version. When you want to change password in Windows Server sometimes you will hit this error. Change a password Unable to update … Continue reading

Posted in .Net, Community | Tagged , , , | 2 Comments

Using Repeater with SqlDataSourcce in ASP.NET

This short article shows you how to use Repeater with SqlDataSourcce in ASP.NET. If you search google for Repeater ASP.NET then you might ended up doing <td><%#Container.DataItem(“ProductID”)%></td> According to http://www.w3schools.com/aspnet/aspnet_repeater.asp. You cannot do that because you are binding to SqlDataSource … Continue reading

Posted in .Net, Community | Tagged , , | Leave a comment

Windows Update Standalone Installer Installer encountered an error: Dx8DD96D02

  This short article shows you one solution to the error “Windows Update Standalone Installer Installer encountered an error: Dx8DD96D02”   This error may occur if you are installing Windows Identity Foundation.   Windows Update Standalone Installer   Installer encountered … Continue reading

Posted in .Net, Community | Tagged , , | Leave a comment

ASP.NET Interview Questions

I found few good webpages on ASP.NET interview question. 1. Top 10 ASP.NET Interview Questions and Answers http://www.codeproject.com/Articles/698018/Top-ASP-NET-Interview-Questions-and-Answers 2. 300 asp.net interview questions and answers http://www.careerride.com/ASPNet-Questions.aspx 3. Top 50 ASP.Net Interview Questions & Answers http://career.guru99.com/top-50-asp-net-interview-questions-answers/ 4. ASP.NET development interview questions … Continue reading

Posted in .Net, Community | Tagged , | Leave a comment

Use OneDrive with Windows Explorer

This short article shows you a quick way to use your OneDrive with your Windows Explorer. 1. Download the application here https://onedrive.live.com/about/en-us/download/#windows. 2. Install the application.   3. Then you can see OneDrive in your Windows Explorer.

Posted in .Net, Community | Tagged , , | 2 Comments

Download utility for MSDN download

This short article teaches you the painless way to download the file from MSDN. MSDN used to have a File Transfer Manager that was giving problem most of the time (not popping up). Somehow msdn discontinue with this utility on … Continue reading

Posted in .Net, Community | Tagged , , , , | Leave a comment

MVC using console program

This short article shows you how to create a MVC program using C# Console project. MVC is a pattern that does not bound to any programming language. It belongs to neither Java nor .NET. I modified the sample from http://congeritc.blogspot.in/2013/01/mvc-example-with-c-console-program.htmlContinue reading

Posted in .Net, Community | Tagged , , , | Leave a comment

Windows 10 Developer Readiness

http://mvp.microsoft.com/en-us/win10mvp.aspx We’re excited to offer a series of live webcasts that deliver first-hand guidance on how you can leverage the new Windows 10 development model. The webcasts will be presented and moderated by Microsoft MVPs around the world at no charge … Continue reading

Posted in .Net, Community | Tagged , | Leave a comment