September 2008 Entries
I've been working with WCF in an intranet environment over the last couple weeks and have been getting some good experience which is forcing me to dig in more an more. My disclaimer is: I still only have a surface level understanding of how it works and why I want to do things a certain way. So if you see that I'm doing something wrong here please let me know so I can make the correction and prevent passing on bad code examples.Because we are working in an intranet environment using ASP.NET our WCF endpoint binding config looks like this:...
I haven't worked with Excel much since my early days of writing macros using VBA. That's when I got my first taste of programming - I've been hooked ever since. But that was 8 years ago, and since then the only thing I do with Excel is use it to send a list of my deductions to my accountant or if I get an excel file at work, I just import it using the SSMS import wizard.But this week I had two projects back-to-back involving Excel files. The first involved writing data from a query to a worksheet. The second...