-
-
A cool new feature in Silverlight 3 is the ability to run Silverlight applications out of the browser which resembles a desktop application. Only a few configuration steps are needed to enable your application to run offline.
-
-
Microsoft .NET RIA Services simplifies the traditional n-tier application pattern by bringing together the ASP.NET and Silverlight platforms. RIA Services provides a pattern to write application logic that runs on the mid-tier and controls access to data for queries, changes and custom operations. It also provides end-to-end support for common tasks such as data validation, authentication and roles by integrating with Silverlight components on the client and ASP.NET on the mid-tier.
-
-
-
A nice thing about Silverlight is the ability to redesign almost everything. Today I would like to show you how to make a Glass Orb style button in Expression Blend. The example below shows the result.
-
A TechNeten többféle tananyag is elérhető az SQL Server 2008-ról - ezek közül az üzemeltetési kérdéseket tárgyaló tavalyi TechNet szeminárium tananyagát és az adatbányászati lehetőségeket bemutató Analysis Services screencastokat érdemes kiemelni -, most pedig újabb ingyenes anyaggal bővül a kínálat: ezúttal az alapoktól kezdve, öt modulon keresztül ismerkedünk az SQL Server 2008-cal, Kovács Ferenc tolmácsolásában.
-
I have seen several post about how to implement MasterPage in Silverlight 2.0, most of the posts are about using “fixed” UserControls and dynamically change the content of a control in code-behind. Here is another solution where a Template will be used instead.
-
ASP.NET-es fejlesztés közben gyakran előfordul, hogy egy olyan funkciót kell megvalósítanunk, amely felhasználói fiókhoz vagy szerepkörhöz kötött, de még nincs kész a projektünkben a regisztráció vagy a bejelentkezés oldal.Ilyenkor az egyik lehetőség a felhasználói adatbázis gyors összekattintgatása, de ha ezt nem tehetjük meg, akkor nincs más megoldás, mint saját Memebership- és Role providerek készítése, amelyek ugyanúgy bejelentkeztetik a felhasználót, de nem igényelnek adatbázist. Ez egyszerűbb, mint azt első hallásra gondolnánk.
-
Az ASP.NET egyik nagy előnye, hogy bizonyos funkciók megvalósításához standard megoldást kínál. A felhasználókezelés, a profil, az eseménynapló és a webkijelzők esetén a standard megoldás része a standard adatbázis is, amely alapértelmezés szerint 11 táblából, 9 nézetből, 55 tárolt eljárásból és 13 szerepkörből áll. Ezeknek jelentős részére azonban sok esetben nincs szükség, szabaduljunk meg tőlük!
-
Project Kobe is a getting started resource kit for planning, architecting, and implementing Web 2.0 applications and services using the Microsoft Platform. This resource kit is targeted toward technology decision makers, hands-on solution architects, development managers, and developers in the aspiring web startups community and in enterprises and businesses looking to invest in new Web 2.0 application/service development projects.
-
-
-
A WPF egyetlen fícsörrel nem rendelkezik, amit én szeretek, ez pedig az MDI. OK, nyílvánvaló, hogy a felépítése miatt kevésbé preferált, hogy runtime adogatok hozzá ablakokat, de én perverz vagyok és ezért nekiültem és készítettem egy egyszerű MDI interfészt. Egyelőre nagyon primitív módban létezik, lehet ablakokat hozzáadni (micsoda meglepetés), mozgatni őket, stb... Kód meg könyvtár most nincs, mutatok helyette egy képet:
-
Kaxaml is a lightweight XAML editor that gives you a "split view" so you can see both your XAML and your rendered content (kind of like XamlPad but without the gigabyte of SDK). Kaxaml is a hobby and was created to be shared, so it's free! Feel free to download and try it out. If you don't like it, it cleans up nicely.
-
In this episode we will take a look at how you can break your WCF service into multiple projects.
We will walk you though how it is possible to put your WCF contracts into a commong project which can be shared by others, as well as how to put you domain entities into their own project. Having the ability to split out these parts allows for cleaner code and better maintainability.
-
In this episode we will take a look introductionary look at how to use the Routing engine which is part of the Asp.Net MVC framework.
We will start off by showing how the various parts of the routing commands are used while building routes. We will then take a look at how to create a simple route which can be used by your application.
-