Dan Jurden
Senior Software Developer
Daniel Jurden, Senior Software Developer specializing in SQL Server & Crystal Reports
A Microsoft Certified Professional, Dan Jurden has over 10 years of experience developing Client-Server applications using .NET, SQL Server, Visual FoxPro and Crystal Reports. Dan co-authored Creating Visual FoxPro Applications using Visual FoxExpress with Bob Archer (a book published by Hentzenwerke Publishing), and he was the Technical Editor for CrysDev: A Developer’s Guide to Integrating Crystal Reports (also published by Hentzenwerke). Dan has also authored articles for CoDe, FoxTalk, MSDN Brazil, SDGN Magazine and Universal Thread magazines dealing with SQL Server, .NET, Visual FoxPro and other subjects, as well as presenting topics at the German Visual FoxPro Developers Conference, Essential Fox Conference, SQL Server Live!, SDC Netherlands and Great Lakes Great Database Workshop conferences.
Skills
• SQL Server
• MySQL
• C#
• VB .NET
• ASP / ASP.NET
• Visual FoxPro
• Crystal Reports
• n-Tier Development
• Visual SourceSafe
• Database design and normalization
Detailed Bio
Daniel Jurden, Senior Software Developer specializing in SQL Server & Crystal Reports
A Microsoft Certified Professional, Dan Jurden has over 10 years of experience developing Client-Server applications using .NET, SQL Server, Visual FoxPro and Crystal Reports. Dan co-authored Creating Visual FoxPro Applications using Visual FoxExpress with Bob Archer (a book published by Hentzenwerke Publishing), and he was the Technical Editor for CrysDev: A Developer’s Guide to Integrating Crystal Reports (also published by Hentzenwerke). Dan has also authored articles for CoDe, FoxTalk, MSDN Brazil, SDGN Magazine and Universal Thread magazines dealing with SQL Server, .NET, Visual FoxPro and other subjects, as well as presenting topics at the German Visual FoxPro Developers Conference, Essential Fox Conference, SQL Server Live!, SDC Netherlands and Great Lakes Great Database Workshop conferences.
Skills
- SQL Server
- MySQL
- C#
- VB .NET
- ASP / ASP.NET
- Visual FoxPro
- Crystal Reports
- n-Tier Development
- Visual SourceSafe
- Database design and normalization
Articles Authored
-
Introduction to Crystal Reports .NET
Last updated: Tuesday, February 19, 2019
Published in: CODE Magazine: 2002 - July/August
Crystal Reports is officially a member of the Visual Studio .NET product.It is included in all major editions and ships in all languages available with Visual Studio .NET. Crystal Reports .NET provides developers with the fastest, most productive way to create and integrate presentation-quality, interactive reports that scale to meet the demands of end users. This article introduces you to Crystal Reports .NET and shows you how to create reports and view them in either a Windows form or a Web form. I will also show you how to publish a report as a Web service and consume the service in a Web form.
-
Smart Tags in Office 2003
Last updated: Wednesday, August 31, 2022
Published in: CODE Focus Magazine: 2003 - Vol. 1 - Issue 2 - Microsoft Office System
If you developed smart tags in Office XP, you'll be interested in the changes in Office 2003.Smart tag technology links text to resources that provide relevant information useful in creating a document. Or even better, relevant information can be inserted right into the document itself. Smart tags in Microsoft Office 2003 have been improved to make them even easier to develop, and they conquer a few limitations.
-
Unit Testing in .NET
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2004 - November/December
You have been given the task of creating some business objects for a new .NET project.The UI has not been created (or designed) yet, so you start coding right away. After creating the first few objects, you decide that maybe you should do some unit testing. How?