DB SQL Error Fix - "Login failed for user" error message when you log on to SQL Server First time after fresh install Issue I faced this issue when I installed SQL 2012 and SQL 2014 in an Active Directory configured machine mostly this will be the case for a typical developer machine where you configure
DiskSpace SharePoint 2010 Fast Disk Space Part 2 (Solution) Plan The solution for the issue would be to stop the service and clear the logs. Start the service back try to process the old click analysis. It should typically process those files
DiskSpace SharePoint 2010 Fast Disk Space Part 1 (Issue) I recently faced disk space issue on SharePoint Fast 2010 Crawl server. We need to find out what's consuming the space. If it is the index or any core components we don't have
jQuery Using jQuery with custom Web services in SharePoint I had an requirement of using jQuery for fetching data from my custom web service. The approach was adopted to have better UI experience, So the user doesn’t feel the post back
CAML CAML Basics CAML (Collaborative Application Markup Language) The CAML queries are internally used to query the SharePoint List with specific conditions and formatting. It is very powerful as SQL queries and improves the performance. The
MEF MEF with Silverlight 4 MEF – Managed Extensibility Framework. While building applications for SharePoint using Silverlight came across a scenario of dynamic loading of XAP and loading an application. The main reason moving towards this approach is scalability
Fun Don't Lie to your boss if you are in Social Networking !!!!!! I love sharing my status to people and updates. I use to tweet more and I got this as an email warning from one of my friend and immediately I changed my accounts
Dynamic Dynamically show image in Silverlight I had a requirement to show images in Silverlight dynamically and that was quite simple can be done in two steps in a minute but I spend nearly hours to figure out the
Backup SharePoint DB an Overview The SharePoint heart is SQL it acts as the brain behind the scenes. SharePoint installed on a server edition OS uses the Internal Database by default. You can manually configure SharePoint to pick
General SharePoint web service a Beginner guide The post gives a basic Idea about the web services inbuilt with the SharePoint which can be used in other types of desktop application and Silverlight application. The SOAP request has to be
Apps Top Twitter Apps Twitter is the most spoken word of the year 2009. I started tweeting only mid of this year but I love tweeting it shares the information both personal and the technical. The friends
Chrome Chrome OS Review Today I got a chance to preview Chrome OS and I would like to share the experience. Downloaded the chrome VM and loaded it on my PC. It didn't login at first and
Sharepoint Install and develop SharePoint applications on Window 7 – 64 Bit I used to develop web parts in windows 2008 server and it was pretty sluggish and felt bad to use a server OS as a desktop machine. So I thought could try installing
ASP.NET Introduction to SharePoint Web Part Creation Refer the following link http://www.c-sharpcorner.com/UploadFile/shivprasadk/12222301222009065151AM/122223.aspx http://msdn.microsoft.com/en-us/library/ms452873.aspx Life Cycle The methods are called in the following order. OnInit
ASP.NET Best MVC blogs Blog’s Stephenwalther http://www.stephenwalther.com/blog/category/4.aspx Phil Haack http://haacked.com/Tags/aspnetmvc/default.aspx Code climber http://codeclimber.net.nz/Tags/aspnetmvc/default.aspx Steve sanderson http:
ASP.NET SQL CE with ASP .NET Application Use the below code snippet to make SQL CE it work with ASP .NET application [C#] protected void Page_Load(object sender, EventArgs e){ AppDomain.CurrentDomain.SetData("SQLServerCompactEditionUnderWebHosting", true); string connectionString
ASP.NET SQL CE db creation with C# I hope this would be useful for porting a MDF Sql db to CE Sql db. we all very much familiar with ADO.NET the namespaces available for SQL server data provider are
Intro My First Blog Post I am just another software developer who wishes to share the experience. Share it! Let’s grow together! My interest in programming is web technologies around Microsoft stack C#, ASP.NET, Javascript.... I