vSessions

 

The Communities to Communities Conference 2009 will consist of three thematic tracks: .NET, SQL and IT PRO. For each track there will be six technical sessions. Below is the agenda for the conference.

Note: The order of the sessions may change.

 

Agenda C2C'09

Łukasz Falaciński and Łukasz Zajączkowski - Integration of SharePoint and Exchange Servers 
Track .NET SQL IT PRO
Room -- -- --
08:00 - 08:45 Registration
08:45 - 09:00 Participant Welcoming
09:00 - 10:10 Tylko w języku polskim Marek Byszewski - Tour de VSTS 2010 Tylko w języku polskim
Radek Kepa - Conscious Planning disk resources for SQL Server 
Tylko w języku polskim .
10:10 - 10:20 Break
10:20 - 11:30 Tylko w języku angielskim Julia Lerman - My Favorite Entity Framework Tips & Tricks Tylko w języku angielskim
Andras Belokosztolszki - SQL Server's store Engine.
Tylko w języku polskim Krzysztof Binkowski - Following the footsteps of a Windows user - the elements of computing Inquiry
11:30 - 11:40 Break
11:40 - 12:50 Tylko w języku polskim Piotr Leszczyński - Another container Dependency Injection? NO - thank you! So the concept of meta-container a few word
Tylko w języku polskim Łukasz Grala - Locks, latches, deadlocks - the operation testing detection of problem on the basic ofSQL Server 2005/2008.
Tylko w języku polskim Łukasz Foks and Karol Stilger - Windows 7 and Windows Server 2008 R2 from an IT Specialist
12:50 - 13:40 Przerwa obiadowa
13:40 - 14:50 Tylko w języku angielskim Ingo Rammer - Hardcore Production Debugging of .NET Applications Tylko w języku angielskim
Allan Mitchell - SQL Server Integration Services 2005 - Performance Tips
Tylko w języku polskim

 

Łukasz Rutkowski - System Center Operations Manager 2007 R2 - UNIX and LINUX monitoring

14:50 - 15:00 Break
15:00 - 16:10 Tylko w języku angielskim Udi Dahan - Avoid a Failed SOA - Business and Autonomous Components to the Rescue Tylko w języku polskim Marek Adamczuk - Dynamic SQL Possibilities and Threats
Tylko w języku polskim

Tomasz Onyszko - ILM2 RC0, czyli rozwiązanie do zarządzania tożsamością w pigułce

16:10 - 16:20 Break
16:20 - 17:30 Tylko w języku polskim Artur Paluszyński - Interactive scenes 3D in Windows Presentation Foundation
Tylko w języku polskim Marcin Szeliga - Transaction Isolation Levels - Theory and practice
Tylko w języku polskim

Konrad Sagała - Exchange 2007 - tips and tricks

17:30 - 17:45
Summary and end of the conference

 

Sessions in  .NET track.

  • Marek Byszewski - Tour de VSTS 2010

    What's new in the VSTS 2010.



  • Julia Lerman - My Favorite Entity Framework Tips & Tricks Tylko w języku angielskim

    Entity Framework is filled with features that many developers do not know how to take advantage of. Come to this session to learn how to use Entity Framework like a pro. This session will be filled with tips and tricks that I have found myself sharing repeatedly with clients who are building real world applications. You'll see how to get at those "missing' foreign key values, practical uses for Entity SQL, how to improve the performance of your LINQ and Entity SQL queries, combine Entities with .NET Generics to write reusable code, provide default navigation property (foreign key) values and more.



  • Piotr Leszczyński - Another container Dependency Injection? NO - thank you! So the concept of meta-container a few words . Tylko w języku polskim

    With today's style of software development, with multiple components supplied from the outside and different teams working on various parts of the system – the whole resembling construction with building blocks - it is necessary to pay particular attention to the loose linkage between these elements, ease of integration, interchangeability and testability in isolation from the entire infrastructure. With such categories, understanding the Inversion of Control approach is, so to speak, imposed upon us. The number of available solutions for implementation of Dependency Injection can cause the head to spin. In this session, I would like to present the concept of reverse control (for example, through the implementation of Dependency Injection), compare the existing DI containers and then move on to the concept of the meta-container, as a layer of abstraction above the specific implementation freeing us from a particular supplier.



  • Ingo Rammer - Hardcore Production Debugging of .NET Applications Tylko w języku angielskim

    Your ASP.NET app turns out to be not quite cooperative, but you don't have Visual Studio at the server? A bug in your Windows Forms application manifests itself on your customer's machine and no debugger is even close? Memory leaks plague your Windows service at the other side of the world and your log file doesn't reveal too much? In this session, Ingo Rammer is going to discuss the tools and technique which are available to solve these kinds of issues. WinDbg, SOS, MDbg and GFlags might seem quite frightening at the beginning, but mastering these tools will make you laugh in the face of most previously unsolvable problems in the production environment of your .NET applications.



  • Udi Dahan - Avoid a Failed SOA - Business and Autonomous Components to the Rescue Tylko w języku angielskim

    Calling everything a service makes the term meaningless. Now, we've got 13 different kinds of services and no clue when to use which one. Is a single operation a service? Is a single endpoint a service? What about cross-cutting functions like authorization and data access?  If you've been wondering about these sorts of questions, then this talk is for you. If you've been looking for a top-down analysis and design process, then this talk is for you. If you've been looking for concrete guidance on how to choose technology for SOA, then this talk is for you. Join Udi as he describes the missing links in SOA: Business Components and Autonomous Components. It turns out that components are more important than ever in this new, service-oriented world.


  • Artur Paluszyński - Interactive scenes in Windows Presentation Foundation

    Soon...



Sessions in SQL track.

  • Radek Kępa - Conscious Planning disk resources for SQL Server. Tylko w języku polskim

    What RAID, and how should database files be deployed when our resources are limited? Is RAID10 a cure for all efficiency problems? Does the distribution of the base across a number of files and their groups increase the efficiency of our environment? Best practice disk in VLDB environments and high availability. Benchmarking and analysis of IO performance. These are just some of the problems faced by the DBA when planning resources for an SQL environment and they will be explained during the session.



  • Andras Belokosztolszki - SQL Server's storage engine Tylko w języku angielskim

    What does it mean that my index is fragmented? Why do I get a warning about index record sizes? How should I store images in SQL Server? Knowing how SQL Server stores data and what options there are to control this can help you to build more efficient applications. In this session we will look at how table and index data is stored on disk. We will look at the various data types available, from bits to filestreams, how indexes can be used to optimize read or write performance, and how row and page compression work."



  • Łukasz Grala - Locks, latches, deadlocks - the operation, testing, detection of problems on the basis of SQL Server 2005/2008Tylko w języku polskim

    Locking mechanism is a key element of any system database. It is responsible mainly for the integrity of the logical and physical data. It is used in each model of control convergences pessimistic and optimistic. However, very often they are blocking problem administrators, developers and users mostly. In the course of the session will be discussed among other modes of locks (eg: shared, update, intent), their internal operation, and grain conflicts. In addition to the presentation of the internal locking mechanism, will also be presented with the problems of blocking, with latches and deadlocks. During the presentation you can learn about the practical use of tools available in SQL Server 2008 for the purpose of detection and identification of problems related to the lock.



  • Allan Mitchell - SSIS 2005 Performance tipsTylko w języku angielskim

    SSIS are quickly and easily bootable, but you can really stifle the work of the server without even being aware of it. Performance is meaningless if you are not careful. In this session, I intend to show how the great impact of certain choices in design may be of significance in working with Integration Services, and also how to obtain the maximum throughput when using the SSIS solutions. It will be a presentation given at a rapid pace in which everyone will find something of relevance.



  • Marek Adamczuk - Dynamic SQL. Opportunities and threats Tylko w języku polskim

    Dynamic SQL is both enormous opportunity and essential threat as regards efficiency and security. During the session I will present different types of dynamic SQL and consider the light side and the dark. I will also offer an alternative to the use of dynamic SQL. Most sessions will provide examples of the practical application of content.



  • Marcin Szeliga - Transaction Isolation Levels - theary and practice Tylko w języku polskim

    The ANSI SQL standard defines four levels of transaction isolation (UNCOMMITED READ, READ COMMITTED, REPEATABLE READ and SERIALIZABLE), describing them using phenomena specific to each level, such as dirty, readings, lectures and readings unique spectrum. However, it does not specify the method of their implementation, while the various definitions of isolation levels are ambiguous. During the session you find out how the readings are repeated at the READ COMMITTED level, what surprises are associated with work in the uncommitted READ mode, and how the Serializable mode differs from the versioning of rows.



Sessions in IT PRO Track

  • Łukasz Falaciński & Łukasz Zajączkowski - Integration of SharePoint Server and Exchange Tylko w języku polskim

    This session will present practical aspects of integration between Exchange Server and SharePoint. There will be discussion of procedure for the preparation of an environment (IIS, AD and DNS) to handle mail arriving via a SharePoint server and required server configuration for WSS / MOSS and Exchange. Thanks to the Enterprise Content Management function of Microsoft Office SharePoint Server the solution can be used to build a cohesive repository (archive) of data.

     

  • Krzysztof Binkowski - Following the footsteps of a Windows user - the elements of investigative computing Tylko w języku polskim
    The session will present basic methods of searching for traces left by users in the Windows environment from the perspective of the administrator. The session will present those places characteristically indicating user activity, such as the history of pages visited or deleted files, as well as methods for hiding files, such as alternate data streams or steganography. The presentation also shows how to prepare a basic set of tools to analyze and copy a drive, which may serve as potential electronic evidence..


  • Łukasz Foks & Karol Stilger - Windows 7 and Windows Server 2008 R2 from an IT Specialist Tylko w języku polskim

    During this presentation, I would like to discuss and present the key changes and innovations in Windows 7 and Windows Server 2008 from the point of view of an IT Specialist.



  • Łukasz Rutkowski - System Center Operations Manager 2007 R2 - Monitoring UNIX and Linux Tylko w języku polskim

    This meeting aims to cover the innovations to be found in SCOM 2007 R2, and in particular the Microsoft approach to the monitoring of UNIX and Linux using the example of Solaris 10. In addition, we'll see what the developers are treating us to in SCOM 10, which should appear at the end of next year.



  • Tomasz Onyszko - ILM2 RC0, czyli rozwiązanie do zarządzania tożsamością w pigułce Tylko w języku polskim

    Identity Management is a broad topic. In general, as well as to a few known. 60 minutes is far too little to discuss all the issues, but in the course of this session will try to bring the idea of a new arrangement in this regard from the Microsoft stable - Identity Lifecycle Manager 2 (RC0 version). And will be given a whole rather than as a lecture demo.



  • Konrad Sagała - Exchange 2007 - tips and tricks Tylko w języku polskim

    Exchange 2007 is now 2.5 years in the market, and the Windows platform operates more than 2,008 years. Waiting for the 14 are still many Exchange administrators after migrating from previous versions have problems with having to cope with some of the features przebudowanego a new system. What is worth to remember what to consider when implementing - architecture, certificates, backups, best practices. Beads and things, many of which may seem obvious.