-
Check out this offer from MaximumASP if you are interested in a free BETA Hosted account. MaximumASP Partners with Microsoft to offer Free Beta Hosting Accounts for ASP.NET 4 and Visual Studio 2010 LOUISVILLE, Ky.--MaximumASP, the premier Windows-based hosting and managed IT services provider rolled...
-
Last night we had about 60 people at the Atlanta MS Pros user group listening to Jim Wooley talk about the migration path developers currently using Linq to SQL might use to move to the Entity Framework. Jim has some deep history with Ling, including being the coauthor of the Manning Press book Linq...
-
Don Browning from Turner Broadcasting came out of the fun buildings which bring you the Cartoon Network (and those other channels) to talk to the group about the new architecture features of Visual Studio 2010. Those changes include: 6 new designers case model – a visual view of user stories (including...
-
Url: http://www.mobilecampatlanta.org/ Cost: TBD Twitter: MobileCampAtl Currently you can follow them on Twitter: http://twitter.com/MobileCampAtl if you want more information or to keep up to date with them. Also to get more info you can email jonathan [at] mobilecampatlanta.org
-
If anyone doesn't know, the DevCow calendar is actually manually updated every month. I have been updating the calendar for about 3-4 years now every month. The process I take is to go directly to the websites of the user groups that we list on the site and make sure they are having a meeting for...
-
It is very easy to add the copyright information to the page in a Graffiti CMS view, but the default new theme template adds the following Add copyright information: $data.Site.Copyright You should update your templates with the following lines that will only display if you have copyright information...
-
After installing Graffiti CMS I found it difficult for end users to know where to log in. Go ahead don't read the document called Readme.htm and see if you can find out where to log in. Well after learning a little bit about Graffiti CMS I found out how easy it would be for me to add it. Start by...
-
SharePoint Delegate Controls: What EVERY SharePoint developer should know, but most do not. Every time I talk to someone about SharePoint 2007 development, I ask them if they know about SharePoint delegate controls. Almost all of them have said no at first. LEARN THEM! I feel this is one of the most...
-
If you have followed the steps in the MSDN article http://msdn2.microsoft.com/en-us/library/ms464040.aspx or used the blog post http://blogs.ittoolbox.com/km/sharepoint/archives/creating-a-custom-web-service-for-sharepoint-13553 you may have run into an error that looked like the follow: Could not load...
-
You tell them to do things and they partly do it. My gripe with MakeCab is that the files in the CBA archive (or wsp) don't use the same date stamp as what Windows Explorer uses. Building a DLL and as part of a post-build step you're putting the new DLL into the CAB file? Wouldn't it surprise...
-
I've been working recently on a lot of code which needed debugging inside of SharePoint. One of the frustrating aspects of SharePoint development is the annoying debugging story. Click Debug, click Attach to Process, click your desired process(es), click Attach, click OK on each process popup......
-
If you are creating an externally accessible portal or extranet with SharePoint which uses Forms based authentication, business requirements such as Search and ECM Publishing might require you to create an intranet portal which uses NTLM or Kerberos authentication. To do this, you'd first create a Web...
-
I've finally finished (almost) with the project that has been keeping me up late at night. I want to thank Doug Ware , Brendon Schwartz , Dan Attis , and Adam Buenz for all the help they gave me over the past several months while I struggled to bring this beast to its knees. I did some cool work so I...
-
I am trying to determine what type of authentication the current SharePoint 2007 web site has, but no matter which SharePoint site I checked the AuthenticationMode of the SPWeb always seems to return WindowsAuthentication. The site that I am using is set up with Forms Based Authentication (FBA), and...
-
Have you ever worked on some of those one and two thousand line stored procedures where the indentation was so messed up you couldn't really tell where that left outer join fit in? Wouldn't it be nice if there was a tool out there which would automatically format your code for you, correcting tabs, lining...