
In my other blog Cats Who Blog, I have demonstrated how being a guest blogger is definitely a great way to gain new read ...

This tutorial is another special series written guest author Sean Hodge from aiburn.com and Connection Cube. He is an e ...

PHP supports MySQL prepared statements using the Mysqli extension via the MySQLi STMT class. They are fairly easy to use ...
![]() |
By CMS tutorial Crawler ( http://cmstutorials.org/ ) in .NET
Jeremy McPeak, author of Professional AJAX, and Beginning JavaScript: 4th Edition, will teach you how to build ASP.NET applications from scratch over the course of the next several video tutorials.
Viewed 115 times, 0 comments and a rating of
By CMS tutorial Crawler ( http://cmstutorials.org/ ) in .NET
Continuing on from lesson one, Jeremy McPeak, author of Professional AJAX, and Beginning JavaScript: 4th Edition, will take things a step further as we delve deeper into working with the ASP.NET framework.
Viewed 21 times, 0 comments and a rating of
By CMS tutorial Crawler ( http://cmstutorials.org/ ) in .NET
When building an application, developers often face the decision of either writing functionality themselves or look to a third party component to get the job done in a timely manner. In the case of the latter, a well-designed component can greatly enhance a developer\'s productivity. If you write components, you have an obligation to ensure your components are well-designed, easy to deploy, and above all, easy to use.
Viewed 16 times, 0 comments and a rating of
By CMS tutorial Crawler ( http://cmstutorials.org/ ) in .NET
This tutorial, for PHP developers, will provide you with an introduction to ASP.NET using the C# language. If you\'ve wondered what ASP.NET is about, this tutorial will strive to answer at least some of your questions.
Viewed 18 times, 0 comments and a rating of
By CMS tutorial Crawler ( http://cmstutorials.org/ ) in .NET
Jan 21st, 2010 in ASP.NET, Screencasts by Jeremy McPeak Picking up where Lesson two left off, this new installment of ASP.NET From Scratch covers more C# programming fundamentals – namely class inheritance and interfaces. In this lesson, you’ll learn how to use inheritance to save time and code. You’ll also learn about the concept of interfaces, and how they can make your applications and components flexible and maintainable. You\'ll also be introduced to the Object Browser, a feature of Visual Studio that organizes all classes within the Framework Class Library and your project in a browsa
Viewed 12 times, 0 comments and a rating of
By CMS tutorial Crawler ( http://cmstutorials.org/ ) in .NET
This tutorial, for PHP developers, will provide you with an introduction to ASP.NET using the C# language. If you\'ve wondered what ASP.NET is about, this tutorial will strive to answer at least some of your questions. Even if you\'re an ardent open-source fan, ASP.NET contains some techniques and features that are useful to know about. And, as some might say, it\'s good to know your enemy!
Viewed 25 times, 0 comments and a rating of
By CMS tutorial Crawler ( http://cmstutorials.org/ ) in .NET
Since its release, ASP.NET applications and components have looked to the web.config file to load any settings they need to function. However, adding custom settings to add flexibility and robustness to an application or component isn\'t as straight forward as most would like. This article teaches you how to write the necessary classes to handle XML configuration elements and use the settings they contain within your code.
Viewed 7 times, 0 comments and a rating of
By CMS tutorial Crawler ( http://cmstutorials.org/ ) in .NET
As software developers, we spend a lot of time extracting and displaying data from many different data sources. Whether it\'s a XML webservice of some sort, or a full featured relational database, we have been forced to learn different methods of data access. Wouldn\'t it be great if the method of access was the same for all data sources? Well, we are in luck because, as of the release of C# 3.0 and the .NET 3.5 Framework, LINQ has come to change the game forever.
Viewed 9 times, 0 comments and a rating of
By CMS tutorial Crawler ( http://cmstutorials.org/ ) in .NET
In part one of the \"ASP.NET for PHP Developers\" tutorial, we learned the basics of ASP.NET and the C# language. Part two builds on that foundation, and introduces some more advanced features and techniques to take your ASP.NET pages to the next level.
Viewed 10 times, 0 comments and a rating of