Agile Software Development

Agile Software DevelopmentShort Description
Ideas about the process of developing software have been around almost as long as software itself. These ideas progressed from ad hoc processes to various forms of the waterfall model. Then in 1999, Kent Beck published a book entitled Extreme Programming Explained. The ideas presented in this book broke away from the waterfall model and presented a new paradigm for developing software - Agile Software Development. This paper focuses on the agile development process developed at Strategic Data Systems and presents the results of using this process on three projects.

Website: www.sds-consulting.com | Filesize: 954kb
No of Page(s): 14
Read more

Using Silver light to Build a hero bar with ASP.NET

Using Silver light to Build a hero bar with ASP.NETShort Description
Silverlight is a new Web presentation technology that is created to run on a variety of platforms. It enables the creation of rich, visually stunning and interactive experiences that can run everywhere: within browsers and on multiple devices and desktop operating systems (such as the Apple Macintosh). In consistency with WPF (Windows Presentation Foundation), the presentation technology in Microsoft .NET Framework 3.0 (the Windows programming infrastructure), XAML (eXtensible Application Markup Language) is the foundation of the Silverlight presentation capability.

Website: www.raizel.in | Filesize: 109kb
No of Page(s): 4
Read more

Programming in C++.NET

Programming in C++.NETShort Description
C++ is an Object-Oriented Programming (OOP) language that is viewed by many as the best language for creating large-scale applications. The .NET Framework contains a virtual machine called Common Intermediate Language (CIL). Simply put, programs are compiled to produce CIL and the CIL is distributed to user to run on a virtual machine. C++, VB.NET, C# compilers are available from Microsoft for creating CIL. In DB-VA you can generate C# persistent source code and DLL file, so you can reference the DLL file and persistent library in Visual Studio .NET 2003 and develop the C++ application.

Website: content.usa.visual-paradigm.com | Filesize: 981kb
No of Page(s): 10
Read more

Parallel Computing Runtime for Microsoft .NET Framework

Parallel Computing Runtime for Microsoft .NET FrameworkShort Description
The .NET Framework offers comprehensive and flexible thread APIs that allow the efficient implementation of multithreaded applications. These APIs can, however, only be utilized within Symmetric Multiprocessors (SMPs), which have a very limited scalability. For larger systems, which are in the PC world mostly represented as clusters of SMPs, other paradigms like message passing or handcrafted hybrid systems have to be used. These approaches are generally more difficult to program and require major code changes compared to sequential codes. This paper presents an extension to the .NET Framework, which implements the concept of automatic dynamic parallelization of programs. The extension provides both ease-of-use and scalability in development of parallel programs. This drastically eases the use of clusters and opens cluster architectures to a whole range of new potential users and applications.

Website: skif.pereslavl.ru | Filesize: 211kb
No of Page(s): 5
Read more

Active C#

Active C#Short Description
Active C# is a variant of Microsoft’s C# that enhances the basic language with a direct support for concurrency and a new model for object communication. The C# compiler of the Shared Sources Common Language Infrastructure (SSCLI) served as a basis to extend the compiler. Modifications mainly concern the enhancement of C# with an active object concept and a novel communication paradigm based on formal dialogs.

Website: dotnet.zcu.cz | Filesize: 236kb
No of Page(s): 8
Read more

An Introduction to LINQ (Chapter 2)

An Introduction to LINQ (Chapter 2)Short Description
LINQ (Language Integrated Query) is a programming paradigm introduced with the release of .NET 3.5. LINQ allows you to build strongly typed query statements that can be applied to a variety of data sources in a symmetrical manner.

Website: lib.store.yahoo.net | Filesize: 353kb
No of Page(s): 6
Read more

cs123 Java to C++ Transition Tutorial

cs123 Java to C++ Transition TutorialShort Description
About this tutorial. This Java to C++ transition tutorial gives a overview of the C++ programming language, focusing on. the most commonly used features of …

Website: www.tu-ilmenau.de | Filesize: 246kb
Read more

Next Page →