Skip to content

Bhushan’s Tech Journal

Azure, AI, Microsoft, and Everything In Between

  • Home
  • About Me
  • Contact

Resize Image before uploading to SharePoint Image Library programmatically

May 25, 2011 by Bhushan Gawale

n nThere are some times when we might want to check /restrict the height and width of Image before uploading to SharePoint Images Library n nto address this situation , I have tried creating a event receiver which checks the width and height of image which we are uploading from file system , and If … Read more

Categories Azure, Microsoft Leave a comment

Adding PublishingPageImage programmatically – SharePoint Publishing Pages

May 23, 2011 by Bhushan Gawale

n nHere is simple console application, which adds /sets the Image for SharePoint Publishing Page n nWell, some basics before to dive in to the code, n nWhen you create any Publishing Page in SharePoint then by default it gets created from Publishing Page content type, and so by default it has some fields to … Read more

Categories Azure, Microsoft Leave a comment

SharePoint Read Only Databases and me as Developer

April 15, 2011 by Bhushan Gawale

n nWhile working with SharePoint 2010 or SharePoint 2007, there are some scenarios when you want to take your content database of your web application to read only state. n nFor example when? n nThat’s a usual question one can ask , and answer is , when you / IT administrators are doing some migrations … Read more

Categories Azure, Microsoft Leave a comment

SharePoint 2010 List Events Enhancements

April 15, 2011 by Bhushan Gawale

n nHave you ever worked with SharePoint 2007 List Item Events? If yes then you would have probably noticed that when we attach any event receiver with list then it gets attached at the template level n nwhat I mean is suppose I have created an event receiver for say Calculations List which is basically … Read more

Categories Azure, Microsoft Leave a comment

Export SharePoint List Programmatically

March 29, 2011 by Bhushan Gawale

n nIf you try to search on internet on this topic, there are many posts available and each one uses different technique to achieve this n nlast week, one of my colleague asked me how they can export the SharePoint list content (they were accessing sites remotely) , well answer was quite simple , click … Read more

Categories Azure, Microsoft Leave a comment

Change PublishingPageLayout of Page Programmatically

March 23, 2011 by Bhushan Gawale

n nAfter launch of SharePoint 2010 we all came to know that platform is improved heavily in all aspects and some enhancements in web content management too n nWe can easily change the layout of any Publishing Page using a ribbon in SharePoint 2010 n nBut many of us are still in confusion that how … Read more

Categories Azure, Microsoft Leave a comment

Get PublishingPageContent using SharePoint Web Services

March 16, 2011 by Bhushan Gawale

n nWell.. this was something interesting I was looking into for few hours and came up with quick solution n nWe can easily get the PublishingPageContent of any Publishing Page using Publishing API but what If we want to achieve this using SharePoint Web Services? n nHere is sample code, n nI have  created a … Read more

Categories Azure, Microsoft Leave a comment

Talk to SharePoint using Web Services

March 16, 2011 by Bhushan Gawale

n nmost of the times , being a typical SharePoint developer includes task likes customizing SharePoint and build your custom solutions on top of SP platform , mostly to achieve this people use SharePoint object model (Server object model) n nBut there are some cases where you will not be working on server where SharePoint … Read more

Categories Azure, Microsoft Leave a comment

Unable to Play Flash in SharePoint 2010 Error

March 14, 2011 by Bhushan Gawale

n nWhile working with SharePoint 2010, one issue came into picture was like I was not able to play flash animation files (.swf) in SP 2010 environment directly. This was not the case when we work with SharePoint 2007. n nWe can use swfobject.embed script to play flash directly in SharePoint 2007, but when same … Read more

Categories Azure, Microsoft Leave a comment

Error: Index was out of range. Must be non-negative and less than the size of the collection

March 14, 2011 by Bhushan Gawale

n nI was facing this error while editing pages in SharePoint sites, and was not able to figure out what’s going wrong ? n nBut finally figured out the solution after 1 day search n nThere are few checks you need to do to solve this n n Check that page using correct page layout … Read more

Categories Azure, Microsoft Leave a comment
Older posts
Newer posts
← Previous Page1 … Page7 Page8 Page9 … Page11 Next →
  • LinkedIn
  • Twitter
  • GitHub
  • RSS Feed

Software architecture is a game of trade-offs. The ‘why’ always outweighs the ‘how’.

Recent Posts

  • How to Track Token Usage in OpenAI Agent SDK for Cost Control
  • How to Use AI Foundry Reasoning Models with OpenAI Agents
  • Single-Agent vs Multi-Agent Architectures in AI Application Development: When to Choose Which?
  • Behind the scenes: Terraform's Deletion and the Mysterious Auto-Restoration of Azure Ad Enterprise Apps
  • Using Azure Function's Managed Identity for Service Bus Output Bindings

Archives

  • 2025 (3)
  • 2023 (4)
  • 2019 (3)
  • 2018 (2)
  • 2016 (7)
  • 2014 (9)
  • 2013 (11)
  • 2012 (20)
  • 2011 (31)
  • 2010 (9)
  • 2009 (10)
© 2025 Bhushan’s Tech Journal • Built with GeneratePress