| 1 2 |
| ID | Product | Category | Title | Updated | dl/s | Size |
|
27621
|
Prism
|
Video
|
DDD IV - Linq con Delphi Prism Delphi Developer Day IV
Esta nueva tecnología, llamada LinQ, (Lenguaje Integrado de Consultas), supone una revolución en la forma de acceder
a la información que es manipulada por una aplicación. Con LinQ podremos resolver consultas que hasta ahora sólo podíamos gestionar mediante ciclos. Otra de las virtudes de LinQ es la capacidad de integrar dentro del lenguaje de programación (en este caso Delphi Prism) las consultas que se realizarán contra servidores SQL. De esta forma se abre la posibilidad de realizar consultas a la base de datos sin tener que utilizar cadenas de texto con código SQL. En este presentación veremos los aspectos básicos de este lenguaje y su utilización desde Delphi Prism.
| 3/1/2010 1:23:12 PM |
245
|
24.8MB
|
|
27609
|
Prism
|
Video
|
DC Online - Boas práticas OOP no desenvolvimento Web Orientações no desenvolvimento Orientado a Objetos para ambiente Web usando Delphi Prism 2010, boas práticas e dicas de arquitetura para soluções eficientes, de código desacoplado e abstrato. Entenda a aplicação de Patterns importantes e como a decomposição funcional pode estruturar sua solução de maneira a isolar a complexidade e reduzir efeitos colaterais.
| 2/25/2010 4:03:17 PM |
537
|
25.1MB
|
|
27332
|
Prism
|
Video
|
Accessing FileMaker Data from Delphi Prism For years PHP has been the primary way to create a Web site that interacts with Filemaker data. Windows .NET developers, specifically Delphi Prism developers, can access Filemaker data using the XML call, as PHP does, to make Delphi Prism applications for the Web or desktop.
| 9/11/2009 1:25:16 PM |
273
|
18.8MB
|
|
27328
|
Prism
|
Video
|
An Introduction to LINQ in Delphi Prism
This presentation provides Delphi Prism developers with an overview of LINQ (Language Integrated Query), a declarative language for working with collections of objects in .NET. Topics discussed include LINQ to Objects, LINQ to DataSets, LINQ to XML, and lambda expressions.
| 9/11/2009 1:05:10 PM |
496
|
26.1MB
|
|
27303
|
Prism
|
Video
|
Why and When to Use DataTables in ASP.NET Few ASP.NET developers use DataTables in their Web applications. However, these developers are missing out on a wide range of features by avoiding this powerful .NET class. This presentation provides you with an overview of DataTables in ASP.NET applications, including when their use is appropriate. It also demonstrates a number of advanced techniques in Delphi Prism that would be difficult or impossible without DataTables.
| 9/11/2009 7:43:31 AM |
410
|
45.5MB
|
|
27300
|
Prism
|
Video
|
Effectively Using CodeSite in Delphi Prism CodeSite is an advanced debugging and application logging system that gives developers deeper insight into how their code is executing. With CodeSite, developers are able to locate problems more quickly and ensure their code is running correctly. CodeSite fully supports RAD Studio 2009 including Delphi Prism. This session focuses on how to get the most out of CodeSite in Delphi Prism.
| 9/11/2009 7:28:01 AM |
304
|
33.8MB
|
|
27284
|
Prism
|
Video
|
How to Think Like the Entity Framework In order to use the ADO.NET Entity Framework effectively, you must understand its value-based data model, which is distinctly different from the SQL and ORM approaches to representing and querying data. Programmers who approach the Entity Framework as "just another ORM" often find themselves frustrated or disappointed, a common reaction to trying to force a square peg into a round hole. This presentation examines the Entity Data Model in-depth, explaining where it fits into the context of a larger application, and demonstrates different techniques for retrieving and altering data. Also covered are performance considerations and future directions.
| 9/11/2009 6:06:32 AM |
608
|
12.1MB
|
|
27281
|
Prism
|
Video
|
Creating Custom WPF Controls in Delphi Prism One of the benefits of WPF is that it is flexible enough to handle many situations that would typically require creating a custom control in another user interface framework. However, there are still times when creating a custom control is appropriate and this session covers what you need to know to get started. Topics include user controls vs. custom controls, base class selection, dependency properties, routed events, templates, and much more.
| 9/11/2009 5:58:49 AM |
440
|
16.9MB
|
|
27273
|
Prism
|
Video
|
Introduction to jQuery jQuery is the "do more with less" Javascript library that allows developers to easily integrate very powerful Javascript functionality into their Web applications. One of the beauties of jQuery is that it is unobtrusive, so it works with any kind of backend, be it PHP, Intraweb or ASP.NET. In this session, see what jQuery is and how we can integrate it nicely into our applications to accomplish a wide variety of effects and functionality, including AJAX.
| 9/10/2009 7:35:13 PM |
449
|
20MB
|
|
27258
|
Prism
|
Video
|
Make Tests Easier with Mocks Mocking allows functionality to be stubbed out during tests allowing you to concentrate on the system under test and less on other subsystems. This session covers the idea behind mocks and shows some of the existing mocking frameworks available. See how to effectively use mocks and what the differences are between state and behavior tests.
| 9/10/2009 5:39:23 PM |
436
|
28.7MB
|
|
27256
|
Prism
|
Video
|
Silverlight with Delphi Prism Jump into Silverlight development with Delphi Prism. After getting started with Silverlight this session also looks at Moonlight (Silverlight for Linux and the Mac) and some of the things coming in Silverlight 3. Is Silverlight the future of WPF? Will all our applications be vector-based?
| 9/10/2009 4:35:10 PM |
725
|
38.9MB
|
|
27250
|
Prism
|
Video
|
Aspect Oriented Programming: A Separation of Concerns What is Aspect Oriented Programming and why do I need it? That is the question that many people ask when they hear about AOP. Aspects may be to object-oriented programming what Objects were to procedural programming. Come learn how to separate your concerns and uncloud your classes in Delphi Prism with Cirrus.
| 9/10/2009 3:39:57 PM |
541
|
37MB
|
|
27249
|
Prism
|
Video
|
ASP.NET MVC in Delphi Prism This session explains the new ASP.NET MVC framework from Microsoft which allows you to create testable and maintainable Web applications. Take a look at the ideas behind it, how it works and how easily it can be extended.
| 9/10/2009 3:34:42 PM |
597
|
31.2MB
|
|
26802
|
Prism
|
Video
|
Working with Data Using ADO.NET Microsoft documentation for ADO.NET 2.0 (and later versions) emphasizes the use of data source objects for data access. These objects, however, hide the real worker classes in ADO.NET, including connections, commands, data readers, command builders, and data tables. This presentation discusses the roles of these important classes and demonstrates how to use them directly in your .NET applications.
| 3/25/2009 3:25:36 PM |
515
|
26.2MB
|
|
26337
|
Prism
|
Video
|
Delphi Prism - Tudo sobre o Delphi .NET CodeRage III - Delphi Prism é a nova geração do Delphi para desenvolvimento .NET, suportando as mais recentes tecnologia em .NET 3.5, assim como SilverLight, WCF, WPF, Linq, DataSnap e dbExpress para plataforma .NET
| 12/15/2008 12:00:00 AM |
865
|
43.2MB
|
|
26350
|
Prism
|
Video
|
Criando documentos PDF para Web com Delphi Prism CodeRage III - Nesta apresentação veremos uma forma bem prática de gerar documentos PDF com o novo Delphi Prism. Veremos também algumas mudanças na linguagem Pascal com o novo Delphi.
| 12/15/2008 12:00:00 AM |
257
|
19.5MB
|
|
26461
|
Prism
|
Video
|
Revenge of Delphi Robot Rage CodeRage III - Revenge of Delphi Robot Rage
| 12/11/2008 12:00:00 AM |
297
|
37.3MB
|
|
26414
|
Prism
|
Video
|
Working with ASP.NET MVC using Delphi Prism CodeRage III - Working with ASP.NET MVC using Delphi Prism
| 12/11/2008 12:00:00 AM |
559
|
18.3MB
|
|
26394
|
Prism
|
Video
|
Connecting to Blackfish, InterBase and DataSnap CodeRage III - Connecting to Blackfish SQL, InterBase and DataSnap with Delphi Prism
| 12/11/2008 12:00:00 AM |
661
|
30MB
|
|
26448
|
Prism
|
Video
|
Creating ASP.NET Applications Using Delphi Prism CodeRage III - Creating ASP.NET Applications Using Delphi Prism
| 12/11/2008 12:00:00 AM |
924
|
18.3MB
|
| 1 2 |
Connect with Us