Browse by Tags
All Tags »
ASP.NET (
RSS)
If you had to choose one of these methods to call to delete an item in a large list which would you choose? Here are your options in code 1: myListItem.Delete() .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier...
Recovered from DotNetJunkies blog -- Originally Posted: Wednesday, June 6, 2007 Back in school my teacher was not much on the formal aspects of the course he was teaching.He was instead, as I describe him, the kind of guy you could imagine living in his...
Recovered from DotNetJunkies blog -- Originally Posted: Wednesday, October 25, 2006 As a new approach to some meaningful blogging, as I work on debugging some new bug/issue, the info I collect and my deductions I record right in my LiveWriter window so...
Recovered from DotNetJunkies blog -- Originally Posted: Tuesday, June 27, 2006 There is nothing sweet about spending hours, days, evenings and weekends chasing "ghosts" in your code. In this context "ghosts" mean compile or runtime errors that are not...
Recovered from DotNetJunkies blog -- Originally Posted: Tuesday December 27, 2005 Most of my personal (read: "for fun") programming time lately has been involved with web design. Being much more comfortable hiding behind a nice solid business object,...
Fowler’s first law of distributed object design: “Don’t distribute your objects” Just because we have created better, more efficient, more secure, or even “sexy” ways of distributing our applications that doesn’t make it right in and of itself. WCF, a...
Hit this today attempting to install WATIR on my current development box. The domain has a proxy server that has only occasionally caused me issues, but now I was unable to use gem to install WATIR unless I could configure the proxy. The correct syntax...
For a long time I have wanted to be able to do this without it being a 2 day ordeal, or having to beg IT to open up some ports etc. Seems to me the last time I looked this was a lot harder than it is now. Has it gotten easier or did I just assume it was...
I was posting a WPF question on stackoverflow and I took a few minutes to tie up loose ends on a question I had asked back in September about how to best go about developing web parts for SharePoint as an ASP.NET developer. I was just getting started...
When you first start working with SharePoint, like any other new (to you) technology, you turn on the fire hose and start drinking down all the books patterns, samples and articles you can find. The SharePoint learning curve, which forms roughly a 90...
More Posts
Next page »