webarj.wordpress.com
Non-SharePoint Stuff | WebARJ
https://webarj.wordpress.com/2007/08/09/non-sharepoint-stuff
Delving into SharePoint 2007. Yeah, right) time. Extends the .NET framework for easy data query and transformation operations in a functional programming type approach. LINQ will be integrated into Visual Studio 2008, but you can use it now. I also found this very nifty LINQ to SharePoint provider. On CodePlex that I will need to check out (could it be the end of having to manually compose CAML? Oh I hope so)! Well formed and with tons of functionality (like, *gasp* columns! Posted by Andrea Roceal James.
webarj.wordpress.com
October | 2007 | WebARJ
https://webarj.wordpress.com/2007/10
Delving into SharePoint 2007. SharePoint Admin Tip: starting the Windows Services Web Application Service. Fortunately, Joel Oleson’s blog came to the rescue. The correct stsadm command to use to force this sucker to start is:. Stsadm -o provisionservice -action start -servicetype SPWebService. It took a while for the command to complete, but that seemed to fix everything up nicely. Posted by Andrea Roceal James. Gayan Peiris’s SharePoint Blog. Rai Umair’s Information Management Blog.
geekswithblogs.net
My Techie Blog
http://geekswithblogs.net/naijacoder/Default.aspx
105 Posts 5 Stories 403 Comments. Thinking outside of the box. The Incremental Architect s Napkin. OOP as if you meant it. BizTalk 2009 Light and Easy Webcast Series. Andrew Connell (MOSS and WSS). Jan Tielen (.Net ,Sharepoint). John Holliday - Sharepoint Reflections. Madhur Ahuja - Sharepoint. Michael Freidgeim's Blog (.Net). Microsoft SharePoint Designer Team Blog. Oracle And .Net. Patrick Tisseghem's Blog [MVP SharePoint]. Patrick Tisseghem's Blog [MVP SharePoint]. Scott Mitchell (ASP.NET). Difference...
jasear.wordpress.com
SharePoint 2010: Configuring incoming emails on a Production Environment (non-Exchange Server) | Jalil Sear's [MCPD SharePoint 2010] Weblog
https://jasear.wordpress.com/2012/09/17/sharepoint-2010-configuring-incoming-emails-on-a-production-environment-non-exchange-server
Jalil Sear's [MCPD SharePoint 2010] Weblog. Sharing ideas on SharePoint, .NET and general development. SharePoint 2010: Configuring incoming emails on a Production Environment (non-Exchange Server). SharePoint 2010: Configuring incoming emails on a Production Environment (non-Exchange Server). September 17, 2012. I am assuming that:. You have setup an SMTP server on one of your SharePoint WFE’s (Web Front End) if you are not sure on how to do this then please check out this post. Wait for the DNS changes...
jasear.wordpress.com
Archiving documents in SharePoint 2010 OTB | Jalil Sear's [MCPD SharePoint 2010] Weblog
https://jasear.wordpress.com/2012/09/13/archiving-documents-in-sharepoint-2010
Jalil Sear's [MCPD SharePoint 2010] Weblog. Sharing ideas on SharePoint, .NET and general development. Archiving documents in SharePoint 2010 OTB. Archiving documents in SharePoint 2010 OTB. September 13, 2012. There might be other ways of setting this up but I thought I should write about a way of achieving this by purely utilising SharePoint 2010 out-of-the-box features. You have two identical document libraries setup with the same content type enabled. Enabling the Content Organizer Feature. Click on ...
jasear.wordpress.com
jasear | Jalil Sear's [MCPD SharePoint 2010] Weblog
https://jasear.wordpress.com/author/jasear
Jalil Sear's [MCPD SharePoint 2010] Weblog. Sharing ideas on SharePoint, .NET and general development. SharePoint 2010: Configuring incoming emails on a Production Environment (non-Exchange Server). September 17, 2012. I am assuming that:. You have setup an SMTP server on one of your SharePoint WFE’s (Web Front End) if you are not sure on how to do this then please check out this post. You have a domain name registered and that you can modify the DNS records. Setting up the DNS Records. Configuring the S...
webarj.wordpress.com
Workflow Tip | WebARJ
https://webarj.wordpress.com/2007/08/09/workflow-tip
Delving into SharePoint 2007. Reckons that you should always be developing workflows based on WF. That are state machine based instead of sequential workflows. Since I’ve never done a state machine workflow, I’ll need to investigate them more and find out what the major advantages are; I think the main thing would be flexibility and extensibility of the workflow. Google is indicating I might want to start here. Posted by Andrea Roceal James. Leave a Reply Cancel reply. Enter your comment here.
webarj.wordpress.com
Code Snippet: Calculating the first date of the week for a given date & a given week start | WebARJ
https://webarj.wordpress.com/2008/11/06/code-snippet-calculating-the-first-date-of-the-week-for-a-given-date-a-given-week-start
Delving into SharePoint 2007. Code Snippet: Calculating the first date of the week for a given date and a given week start. I know I’m going to need to use this again at some point and it took me an hour and a half to figure this one out. I can’t believe .NET 2.0 doesn’t have a built-in method to do this…? Public DateTime GetStartOfWeek(DateTime date, DayOfWeek WeekStartDay) {. Double daysToStart = (Convert.ToDouble(today.DayOfWeek) - Convert.ToDouble(WeekStartDay) 7) % 7;. Posted by Andrea Roceal James.
webarj.wordpress.com
SharePoint Admin Tip: starting the Windows Services Web Application Service | WebARJ
https://webarj.wordpress.com/2007/10/17/sharepoint-admin-tip-starting-the-windows-services-web-application-service
Delving into SharePoint 2007. SharePoint Admin Tip: starting the Windows Services Web Application Service. Fortunately, Joel Oleson’s blog came to the rescue. The correct stsadm command to use to force this sucker to start is:. Stsadm -o provisionservice -action start -servicetype SPWebService. It took a while for the command to complete, but that seemed to fix everything up nicely. Posted by Andrea Roceal James. 12 January 2011 at 08:31:20. Leave a Reply Cancel reply. Enter your comment here. Get every ...