luakt
 New Member Posts:2
 |
| 09 May 2009 03:54 PM |
|
I am trying to download C#.NET template from www.iowacomputergurus.com/free-products/visual-studio-add-ons.aspx but cannot find it. Please help! Thanks. |
|
|
|
|
Mitchel Sellers Site Moderator
 Basic Member Posts:245
 |
| 11 May 2009 01:40 AM |
|
The C# module templates are on the page you referenced, they are at the bottom of the page. There are 2 versions. One of them includes sample DAL code, the other is just a module shell. |
|
-Mitchel Sellers, Microsoft C# MVP, MCITP
CEO
IowaComputerGurus Inc!
Visit my blog for helpful technical articles
For recommended products and services view the links to the right. |
|
|
Dave Amphlett
 New Member Posts:2
 |
| 15 May 2009 10:24 PM |
|
I'm working my way through your DNN Module Development book... Page 47 shows a screen shot of the VS New Project dialog, with 3 templates under 'My Templates' as follows: * BlankModuleWithDal * BlankNoDALModule * C# DNN Module Template the latter is the one shown highlighted, and the one I (and I'm guessing 'luakt') get the impression I should be using to create the new project. I've downloaded everything I can from "/free-products/visual-studio-add-ons.aspx" and can only see the first two templates, not the one I get the impression I should be using. I hope I explained all that properly. Anyway - I'm going to start playing with the Dal and NoDAL templates and I'm hoping it'll turn out that they match up with what I'm going to read next in the book. Either way, I suspect it would help others working through your book, if you could explain the discrepancy and ideally explain what we should do, with the same excellent and rigorous style the book has demonstrated up until now Of course, given that it's 22:23 and I've been hacking away on this long train journey for hours, it's entirely possible I'm talking total twaddle - if so please forgive me Dave Amphlett |
|
|
|
|
Mitchel Sellers Site Moderator
 Basic Member Posts:245
 |
| 18 May 2009 03:51 PM |
|
Dave, I apologize for the delayed response here as well as the discrepancies in the book screenshots. The truth of the matter is that both the "BlankModuleWithDal" and "C# DNN Module Template" items are the ones that are used in the book. The difference is that the two templates available on this site, do NOT contain canned code and functionality, they just contain the structure, and same commented-out sample code, designed to make the process a bit faster. The C# DNN Module Template is the one that my templates were based off of, and can be downloaded from www.bitethebullet.co.uk. |
|
-Mitchel Sellers, Microsoft C# MVP, MCITP
CEO
IowaComputerGurus Inc!
Visit my blog for helpful technical articles
For recommended products and services view the links to the right. |
|
|
Dave Amphlett
 New Member Posts:2
 |
| 22 May 2009 02:43 PM |
|
Thanks for the reply Mitchel, I'm posting bits and bobs on my blog about my process as I work through your book - here's the one related to this - hope you don't mind me quoting you http://www.amphlett.net/Default.aspx?tabid=55&EntryID=43 Dave |
|
|
|
|
Mitchel Sellers Site Moderator
 Basic Member Posts:245
 |
| 22 May 2009 04:33 PM |
|
Dave, No problem at all! I appreciate the direct quote! You should be pretty well set with the rest of the items, the templates were the only real "major" change between my screenshots and other items. The hard part is that I was taking screenshots from my actual development machine...and well, yes, I have a few odd things setup there.. |
|
-Mitchel Sellers, Microsoft C# MVP, MCITP
CEO
IowaComputerGurus Inc!
Visit my blog for helpful technical articles
For recommended products and services view the links to the right. |
|
|