Community members from Croatia with attendees from other countries will meet this weekand at first KulenDayz conference near Osijek. Technical sessions will be spiced up with EURO 2008 football match these evening (Croatia - Turkey), community football match (Developers - DBAs) and some other fun time. We are looking forward for KulenDayz weekend.
Download and read a pattern and practice pdf book - guide: Improving Web Services Security: Scenarios and Implementation Guidance for WCF . Thanks to guys from Microsoft Patterns and Practices it is a must have coockbook for WCF.
Download .NET 3.5 Enhancements Training Kit and play with hands-on-labs and demos or watch the presentations. Training kit contains materials for all .NET 3.5 Enchancements parts: ASP.NET MVC, ASP.NET Dynamic Data, ASP.NET AJAX History, ASP.NET Silverlight controls, ADO.NET Data Services and ADO.NET Entity Framework.
Na WinDays 2008 konferenciji je na press konferenciji predstavljen ms community, njegov rad i novi portal. Pogledajte kratke video isječke o tome što smo o zajednici i njezinom radu izjavili Marin Mamić, Tomislav Bronzin i ja.
On WinDays 2008 conference in Opatija last week I delivered a presentation about ADO.NET Data Services. You can download samples from presentation here: ADONETServicesDemos.zip.
We have a new central site for the whole croatian community (Čakovec, Dubrovnik, IT Pro, Osijek, Rijeka, Poreč, Split, Zadar, Zagreb) the place for aggregating news and announcements from all groups.
And also a start page for registering and start using all our services like blogs, wiki, video etc. Visit http://cro.mscommunity.net and explore our work. Work on site is in progress and new features will be added soon.
I recently had to deploy DB that was developed in SQL Server 2005 Express to SQL Server 2000. The little tool i found help me a lot.
It's a Database Publishing Wizard - part of SQL Server Hosting Toolkit. The toolkit has a wider purpose but the DB Publishing wizard is really usefull because it can script database (both 2000 and 2005, and both schemas, objects and data) with customized syntax for target SQL Server version. Writing scripts by hand with little changes in syntax or object names changed (sys.objects - sysobjects) can make you a lot of trouble and this tool can save you a lot of your time. And of course - time is money - isn't it? Or could I say - time is free time ;-)
The International Organization for Standardization (ISO) and the International Electrotechnical Commission (IEC) announced, on April 2, that national bodies voted to approve Office Open XML as an open international standard. If the procedure continues with usual timing the Open XML would become the ISO standard in next months.
For developers it can only mean: start learn Open XML API cause it would be used more and more in a many and different scenarios ;-)
ADO.NET Data Services framework lets you publish data in a REST (Representational State Transfer) style. REST style in a short means: use standard protocol for conversation (today: HTTP - GET. POST, DELETE...) and queries (URIs) and drive data in standard format (today: XML, JSON).
The most tutorials and starter docs are showing publishing ADO.NET Data Service (it is really only special form of WCF service) over ADO.NET Entity Model and you could take "by default" that ADO.NET Data Services are for publishing Database data only. But it is not! I agree with Christian Weyer: Data != Database in ADO.NET Data Services. We could expose data from any source (other web service, hardcoded, any database etc.).
The only requirement for doing this is to use Microsoft.Data.Web namespace, [DataWebKey] for marking one of the class properties as key and use IQueryable interface with AsQueryable() method for making the DataContext for ADO.NET Data Service from our class.
In attached sample DataSvcClass.zip you could see that the class Event:

exposed over ADO.NET Data Service can be URI queryed over HTTP.

Download sample web site DataSvcClass.zip and try to send URI query to service for querying Event class.
Microsoft XML Team release refresh of LINQ 2 XSD for VS 2008. This incubation project allow strongly type LINQ queries over XML based on XML Schemas. Everyone who like LINQ to XML would like LINQ to XSD even more. In short what it supply is engine for mapping XML elements to classes over shema definitions.
Simple query in LINQ to XML could look like:
from person in Students.Elements("Student")
and in LINQ to XSD looks like this:
from person in Students.Student
LINQ to XSD gives you command prompt tool LinqToXsd.exe to use it outside the IDE or you can use cool features supplied with VS template that enables you to select xsd schemas and set the Build Action propertie to LinqToXsdSchema. This action enable xsd 2 classes mapping that opens the posibility for strongly typed LINQ queries over XML sources.

Project is only incubating alpha 0.2 but I really hope that will survive until release version.
Pregledajte prijave i glasajte za PnP predavanja (Community track) na WinDays konferenciji!
I ove godine članovi korisničkih grupa okupljeni u mscommunity zajednicu ima pravo na 3 predavanja u sklopu WinDays konferencije. Članovi mscommunity zajednice - iskoristite svoje pravo i glasajte za predložena predavanja! Pravo na glasanje imaju svi registrirani članovi
mscommunity.net portala.
Glasovati se može (svaki član može izabrati 3 prijave) do 1.3. 2008 kada će biti poznata izabrana predavanja.
GLASAJTE!
1st European Silverlight Challange has ended and Jury of Experts vote on Silverlight applications that came from 20 european countries.
And winners are:
1st Place (with the tittle of 2008 Europe's Best Silverlight Developer) goes to Dejan Anevski, from Macedonia, with "Silverlight Reversi".
2nd Place goes to Florian Kruesch, from Germany with "Silverglobe".
3rd Place goes to Radenko Zec, from Bosnia & Herzegovina, with "Silver Reader".
You can read the votes details on http://www.silverlightchallenge.eu/.
Winning Silverlight application from Croatia (Klotski for Silverlight, by Matko Glunčić (with Nikola Paljetak)) won 6th place with just 2 point behind the winner. Congratulation!
Ever wonder what tehnologies are used to create cool AJAX applicatons like Pageflakes? There is a chance to learn it now. The co-author of pageflakes.com release the sample site used for his book Building a Web 2.0 Portal with ASP.NET 3.5 as open source project on CodePlex. Complete AJAX site with drag and drop customization, widget API, LINQ and Workflow usage and more... Try it!
I ove godine naša zajednica ima pravo na 3 predavanja u sklopu WinDays konferencije. I to ne bilo kakva predavanja - već predavanja koja sami predlažemo i koja drže izabrani predavači. Prijave predavanja su otvorene i traju do 24.02. a od 25.02. do 01.03 možete glasovati te tako izabrati 3 predavanja za naš sadržaj na WinDays konferenciji. Ukoliko ne prijavljujete svoje predavanje prijavite opis predavanja kakav bi željeli čuti i vidjeti!
PRIJAVITE PREDAVANJE :: POGLEDAJTE PRIJAVE
Iskoristite još koji dan za prijavu i uključite se u prvo natjecanje u izradi Silverlight komponenata. Prva je godina natjecanja - što znaći da je fond nagrada velik i bogat a konkurencija je slabija nego što će biti dogodine ;-)
Osvojite putovanja, knjige, komponente, pojavite se na http://screenedit.com/. Iskoristite šansu! Ne propustite: http://croatia.silverlightchallenge.eu/ .
More Posts
Next page »