Brian Sherwin
6 posts.
- Moving your Log4Net configuration out of web.config with ASP.NET 2.0 web sites.I was working with log4net recently and had put a lot of the configuration information in the web.config file for an ASP.NET 2.0 web site. Ideally, this…
- Merge PDFs using ITextSharpIn response to my post on Generating a PDF from Reporting Services, someone asked how I would join two PDFs. The problem is that I can't just take two PDF…
- Using a Table Valued Function in a JOINDuring my presentation on "Avoiding Database Entropy" I did a demo of a function to parse a delimited string and return it as a table. This is extremely…
- SQL Developer Dont's (Part 2) - The Correct Way to GROUP BYSUMMARY: Never use fields in the GROUP BY that aren't part of the grouping. Read on... I don't know how many times I have seen the following SQL, but it's…
- What is Threat Analysis and Modeling?OK. I'll revise what I said in an earlier post about this tool. You shouldn't change your vocabulary to Secure Development Lifecycle--but you definitely…
- Contractor vs. ConsultantDave Donaldson is stewing over an article on Contractor vs. Consultant. My take—the original author doesn’t have the reputation to make it as a…
