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.
A Two-Way Requirements Verification Process during Design Phase This article will demonstrate a simple technique, "A Two-Way Requirements verification process", which reinforces the most critical connection point of any methodology: the transition between functional design or requirement sign off and the beginning of the technical design by the technical team. Using NetBeans to Develop a JavaFX Desktop Application NetBeans 6.5 for JavaFX 1.0 is an elegant tool for developing JavaFX projects. Learn how to develop a complete JavaFX project using the NetBeans support and various JavaFX classes. Going Parallel with the Task Parallel Library and PLINQ With more and more computers using a multi-core processor, the free lunch of increased clock speeds and the inherent performance gains are over. Software developers must instead make sure their applications take use of all the cores available in an efficient manner. New features in .NET 4.0 mean that managed code developers too can join the party. Performance Improvement: Understanding The results you get out of any performance prediction exercise are bound to be wrong. The goal is to make them as least wrong as possible. Rob Bogue will help you understand how to avoid getting them too wrong. Browser Compatibility Development Guide Do you have defined practices to ensure your website renders and operates properly on your users preferred browsers? If not, do you realize you may be losing customers and partners as a result? This guide for browser compatibility development provides you with the information you need to start or enhance your browser compatibility development practice.
Latest Java Articles
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.
Fix a Broken Page by Breaking the String 10/15/2008 By Scott Nelson - Data not fitting in the space provided is a common conflict among developers, data owners, and visual designers. Read about solutions that will satisfy all three with clear, easy to copy examples.
Compile Time Dynamism Using Java Generics Sumith Puri - 01/03/2008 Use Java Generics to achieve compile-time dynamic inheritance. This is explained with a simple example.
By Chad Campbell -
Take a look at the out of browser support feature in Silverlight 3, and see how it can help you build to build smarter clients
and overcome some of the challenges associated with click
once technology.
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!