Tag Archives: programming

ASP.Net Dynamic Data Entity Framework Primer Tutorial

Today’s tutorial integrates an SQL Server database with an ASP.Net website using dynamic data (ADO.NET) entity framework (also look up CRUD), building on previous Sql Server Stored Procedure Primer Tutorial as shown below. The word dynamic is very suitable for … Continue reading

Posted in Data Integration, Database, eLearning, Tutorials, Visual Studio | Tagged , , , , , , , , , , , | 3 Comments

Perl XML and DTD Validate Primer Tutorial

The XML Validation subject area is quite complex. The reason for this is that when there is intelligence in your data, as XML often has, it can be organized in a variety of ways. One approach with XML data is … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , | 1 Comment

Python XML and DTD Validate Primer Tutorial

The XML Validation subject area is quite complex. The reason for this is that when there is intelligence in your data, as XML often has, it can be organized in a variety of ways. One approach with XML data is … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , | 2 Comments

PHP XML and DTD Validate Primer Tutorial

The XML Validation subject area is quite complex. The reason for this is that when there is intelligence in your data, as XML often has, it can be organized in a variety of ways. One approach with XML data is … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , | 3 Comments

Java Eclipse XML and DTD Validate Primer Tutorial

The XML Validation subject area is quite complex. The reason for this is that when there is intelligence in your data, as XML often has, it can be organized in a variety of ways. One approach with XML data is … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , | 1 Comment

Go Webserver Primer Tutorial

Did you wake up wanting to write your own Web Server? No? Well, what are WE to do with YOU? “Lefty? Mugsy? Priscilla? Let ’em ‘av it? Yes, the web server, you ‘eard what oi said! Sorry, you’re having lunch?” … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , | 1 Comment

PHP Upload Primer Tutorial

Most of us are into downloading, as we thirst for information, and as most of us are the ones lacking the information, we go and download the information, except if we are on an escalator while downloading, when there is … Continue reading

Posted in eLearning, Tutorials | Tagged , , , | Leave a comment

CSV Read to HTML via PHP Primer Tutorial

Welcome to the CSV Read to HTML via PHP Primer Tutorial. Here is a link to some downloadable PHP programming source code which you might like to rename to getcsv.php A related topic which could extend or augment this tutorial … Continue reading

Posted in Data Integration, eLearning, Tutorials | Tagged , , , , , | Leave a comment