|
|
Caffeine Induced Tirades about .NET and Life
And don't forget to check out my latest Simple-Talk articles
.NET Development
Whatever random stuff I come up with regarding .NET Development
-
Posted Tuesday, February 07, 2012 11:23 AM |
Many organizations use the content-type hub to manage content-types in their SharePoint 2010 environment. As a developer in these types of organizations, you may one day find yourself in need of getting the URL of the content type hub programmatically. Read More
|
-
Posted Friday, January 06, 2012 9:17 AM |
I was looking for a way to retrieve a password from a managed account when I ran into a post titled How to: Get Your Managed Account Passwords When They are Changed Automatically by SharePoint 2010 by Jason Himmelstein. It was written for PowerShell Read More
|
-
Posted Friday, April 08, 2011 2:42 PM |
One of the things that has bothered me for a while is that it's tough to edit web files (.aspx / .ascx files) in non-web projects. I think you can edit them if they are in the root directory (I may be recalling wrong, it's been a while) but the Read More
|
-
Posted Friday, August 20, 2010 4:50 AM |
I'm in the midst of writing some classes that use generics so I figured I would blog about the way static properties work in different situations. This is not ground breaking stuff, but it's good to be aware of so you know exactly what you are getting Read More
|
-
Posted Sunday, March 14, 2010 6:24 PM |
We had some exciting times debugging an interesting issue with SharePoint 2007 Web Parts. We had some code in staging that had been running just fine for weeks and had not been touched or changed in about the same amount of time. However, Read More
|
-
Posted Thursday, March 04, 2010 10:53 AM |
Below you will find my presentation slides and demo files for my SharePoint TechFest 2010 presentation on Exposing an MVC Application through SharePoint. One of the points I forgot to mention goes back to the performance and licensing benefits of this Read More
|
-
Posted Wednesday, February 17, 2010 11:32 PM |
I do a lot of work with control templates, and one of the pieces of functionality that I've always wanted is the ability to build a ITemplate from a string. Throughout the years, the topic has come up from time to time, and I never really found Read More
|
-
Posted Thursday, February 04, 2010 1:01 PM |
Visual Studio Extensions for Windows SharePoint Services 1.3 (VSeWSS 1.3) tends to make my life easier unless I'm typing out the words that make up the VSeWSS acronym - really, what a mouthful. But one of the problems that I routinely encounter are error Read More
|
-
Posted Friday, September 18, 2009 4:39 PM |
Ty Anderson just shot me a link to MonoTouch (http://monotouch.net/), a product that allows you to develop IPhone software using Microsoft's .NET Framework. You'll still need a Mac, the Apple iPhone SDK, and to be a member of the Apple iPhone Developer Read More
|
-
Posted Friday, September 04, 2009 4:54 PM |
I'm a big fan of enabling XML comments when you're working on a project (either alone or as a team) because it helps you quickly identify what has and what has not been documented. When you have XML comments enabled, the compiler will show warnings Read More
|
-
Posted Thursday, September 03, 2009 10:49 PM |
SharePoint sites normally have a 'Name ActiveX Control' used to communicate you're online presence back to the Office system. If you've ever seen a site where it shows you who is 'online' and who is 'offline' then know that this is the mechanism Read More
|
-
Posted Tuesday, September 01, 2009 1:54 AM |
I was having a lively discussion with a friend the other day on the finer points of anonymous methods and lambda expressions. Yes, at Cogent Company this is actually what we do for fun. I had basically said that an anonymous method was just like any Read More
|
-
Posted Thursday, December 20, 2007 11:55 PM |
I was answering a question in the ASP.NET forums on Simple-Talk.com (click here you want to check it out) about how to avoid the issue of users submitting multiple page requests when they click on buttons. My first inclination was hey, just disable Read More
|
-
Posted Friday, August 24, 2007 3:44 PM |
After posting Performance: Caching vs. Reading from an In-Memory XML Document, there have been some questions about how I actually do the performance testing. My approach to performance testing is really simple... I just write some code, run that Read More
|
-
Posted Friday, December 22, 2006 8:31 AM |
Telerik makes UI controls for ASP.NET (and they are getting in Windows Forms controls too apparently) and they've done a great job. But, everything has it's little quirks. I was working with the RadSplitter, a control that allows Read More
|
|
|