Adding and removing user from Sharepoint causes incremental crawl to take a long time

Hi,

 

In the last week, I had a few bad days with Sharepoint Incremental crawl. Would Like to share the problem and reason of the problem with you all.

 

We have a Sharepoint application, which contains a huge amount of data. The main functionality of the application is to search the data, with the help of the custom search page. The availability of data is very important and it’s a must that data added, updated should be available must be available within 2 minutes of update.

 

Continued...

Microsoft releases Final CTP of the Visual Studio Extension for Sharepoint

Hi

 

Microsoft has released the last and final version of CTP for the Visual studio Extension for Visual Studio 2008. you can hear more about the release here

 

http://blogs.msdn.com/pandrew/archive/2009/03/19/visual-studio-2008-extensions-for-sharepoint-vsewss-1-3-addresses-all-common-sharepoint-developer-requests.aspx

 

Continued...

MVC 1.0 release, Silverlight 3.0 beta 1 and Expression Blend 3.0 preview released with many other tools by Microsoft

Hi,

 

With the start of MIX Microsoft has release a bunch of developer productive tools. I am trying to put all in this post with links to the respective page.

 

Microsoft has launched the release version of MVC 1.0. You can download it right now here.  Also check out Phil Haack’s post on the release. 

 

MSDN Documentation for MVC is also now available and the following link http://go.microsoft.com/fwlink/?LinkId=145989

Continued...

Microsoft Ajax 4.0 preview available

Hi,

The Microsoft Ajax team made the fourth preview of the 4.0 version available on CodePlex. This is an important release because it enables the full client data story, complete with the ability to get changes back to the server automatically.

Here’s a quick recap of some of the available features:

Continued...

Scheduling a call to URL using windows scheduler

Hi

 

I have used windows scheduler a lot of time while working with Sharepoint. Most of the time this was used to run some console application (which would work in off peak time to do some data management). But few days back, I had a requirement where by I wanted to schedule a windows scheduler to make a call to the page. The page would internally do some work on the load event.

 

But windows scheduler would not take the URL or a shortcut to the URL as a way to be scheduled. It needs an application/ batch file etc to be scheduled. So I had to think of a different way to either schedule it in windows scheduler or some other way to schedule the task of calling the web page.

Continued...

Resource kit for creating web 2.0 Application and services from Microsoft called KOBE

Hi

 

Microsoft has come with some resource kit for planning, Architecting implementing Web 2.0 applications and also services. The resource kit is named Kobe.

 

You can visit the same from the following link.

Continued...

JavaScript code to add bookmark of the site

Hi,

 

Although the bookmarking techniques in the browser have improved a lot, but still many a times we want to provide a simple way to the user in the web site itself to Bookmark the site. This can be done very simply with the help of the JavaScript.

 

One problem though is there that implementation of this functionality is different for different browser. Below piece of code has been testing in both firefox and Internet explorer to work properly.

 

function addToBookMarks()
{

Continued...

Secure code event on 28 March at Kolkata

Hi,

 

Our local user group KolkataNet is organizing a half day event on 28th March (9:45 Am to 3:30 pm) to discover the best techniques and practices for security on Microsoft technologies and platforms.

 

At this half-day event, the focus will be the one topic that impacts all of us: securing your code. A number of guest speakers will join us to help us determine the best methods for keeping your applications safe, including employees from Microsoft!

 

Continued...

Using HttpWebRequest class to make web request against Http server

Hi,

 

Many a times comes a situation, where we have to make call/request to another page through http protocol. The requirement might come when you want to fetch data from another page through http protocol, or just make a request to start some process which gets started on the page request itself.

 

Continued...
 
Copyright © 2006 - 2010 Vikram Lakhotia