ADO.NET Entity Framework Tutorial and Basics Discover an ADO.NET Entity Framework tutorial covering basic data operations for applications, including LINQ To Entities, Method Expressions, stored procedure mapping, and a little discussion about its usage in an enterprise environment.
.NET Web Services Tutorial Writing .NET Web services without using Visual Studio can be tricky. Learn how to create a Web Service without using Visual Studio .NET.
Working with Files in C# Get practical with C# by using it to access file information, create subdirectories, and more. You'll also learn to read and write from basic files.
Installing SQL Server 2008 Need your server and your site up and running quick? Let Greg Larsen show you what you need to know to get SQL Server running and configured. Service Provider Interface: Creating Extensible Java Applications The ServiceLoader API (part of JDK 1.6) allows you to use the service provider interface (SPI) approach to creating extensible Java applications. Managing User Accounts with the Zend Framework The Zend_Auth component, part of the Zend Framework,
provides a mechanism for authenticating users in your web
apps. Jason Gilmore will show you how use this robust
component to give users the ability to create their own
accounts. Agile, a Different Methodology If you wonder why you are hearing so much about the chaotic Agile methods lately, this is the article for you. We'll show you how to put the Agile method to work for you. Building in the Cloud with Azure Storage and the Azure SDK Learn how to use Windows Azure, Azure Storage and the Azure SDK to quickly and efficiently build cloud applications
Latest Java Articles
[Updated] Direct RIA: Future of RIA robbiecheng - 10/26/2009 This article introduces an revolutionary programming model powered by Direct RIA solution.Basically, it aims at leverage benefits of both server-centric and client-centric solutions, productivity + controllability.It is a server-centric solution plus client-side programming. Developers can boost their productivity using server-centric programming mode, and are allowed to choose client-side approach if necessary.
TIP: Convert GMT to Local Date/Time Ritesh Poojara - 04/01/2009 Enabled your applications to save the datetime columns in UTC/GMT time zones as well as convert datetime to local time zones based on users time zone preferences. (Java)
Managing Threads in J2SE: The Java™2 Standard Edition Thread Container edward harned - 03/06/2009 Because there is no way to control a thread of execution at the operating system level, knowledgeable developers have built containers to house the elusive threads at the application level. Discover an Open Source solution (Tymeac™) for managing J2SE application threads.
By Jani Järvinen
-
Get started with database application development in Windows Mobile using C# and Visual Studio 2008. You will also learn how to set up an emulated network connection for the phone emulators.
CodeGuru is all about sharing. If you have some unique code or an article, we'd love to hear from you. Please read the Submission Guidelines to see how to submit. We are always after great new articles to post!