bgdlord

Stories kicked by bgdlord

3XH Silverlight HighScore and in game Achievement API is now available(apijunkie.com)

submitted by APIJunkieAPIJunkie(539) 2 years, 5 months ago

3XH system allows Silverlight game developers to work with high scores and user achievements without the hassle of building and maintaining the framework and the system to support them. The system was in closed beta testing for several weeks and is now available to Silverlight game developers to integrate into new and existing Silverlight games. read more...

add a comment |category: |Views: 8

tags: another

KiGG Design And Architecture – Part 2 Project Structure(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 2 years, 5 months ago

In part 1 I talked about KiGG high level architecture. In this part I am going to talk about KiGG project structure and summarize the purpose of each project in the solution. I’ll not go into deep details of each project. I’ll save that for some other posts, just be patient with me and stay tuned. read more...

add a comment |category: |Views: 251

tags: another

How to Create a Memory Table in SQL Server(blog-mstechnology.blogspot.com)

submitted by babu.mstechbabu.mstech(285) 2 years, 5 months ago

it explain about creating Memory Table in SQL Server read more...

add a comment |category: |Views: 17

tags: another

Extending ASP.NET MVC 2 Templates - Kazi Manzur Rashid(weblogs.asp.net)

submitted by mithumithu(570) 2 years, 6 months ago

One of the new features of ASP.NET MVC 2 is Templates (DisplayFor/EditorFor), Brad Wilson did a series of post which explains how the templates works, Please read it before you continue this post. Although he did an excellent job explaining the inner-details, but one thing you will notice that the object model in those examples are traversed from top to bottom or parent to child which is good for explaining the internal, but in our real application we need a bit more support. Lets take a trivial example, you are creating a create/edit screen for your Product, where each product has a associated Category and you want to show this category in a DropDownList, say we have a Product class like the.... read more...

add a comment |category: |Views: 207

tags: another

Animation in-depth with Silverlight 2.0 Beta – Part Two(dotnetslackers.com)

submitted by faisalfaisal(1345) 4 years ago

I mentioned in the first article that a Storyboard controls animations with a timeline, and provides object and property targeting information for its child animations. This is the cornerstone of Silverlight animation. A Storyboard is a set of one or more animations. It is comparable to a <TransformGroup> element. Storyboard does exactly the same things for animations that <TransformGourp> does for transformations. Storyboard has a Children property that enables you to access all the animation objects within a given Storyboard. Animations do not add or remove elements, they temporarily alter the property values of existing elements. If you create a new Storyboard and add a new rectangle to the canvas, that rectangle will be available to all Storyboards, not just the current one. The rectangle was added to the scene’s base canvas and is not specific to the active Storyboard. read more...

add a comment |category: |Views: 132

tags: another

ASP.NET MVC Action Filter - Caching and Compression(weblogs.asp.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 1 month ago

Playing with Action Filters read more...

add a comment |category: |Views: 625

tags: another

Kigg - Upgraded to MIX08 ASP.NET MVC Release(weblogs.asp.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 2 months ago

Kigg upgraded and few thoughts on ASP.NET MVC read more...

add a comment |category: |Views: 8

tags: another

Creating reflection with Silverlight 2.0 beta(windowsclient.net)

submitted by faisalfaisal(1345) 4 years, 2 months ago

I was searching for some WPF videos, after googling I found a site named contentpresenter . I found couple of interesting video there on WPF. After releasing of Silverlight 2.0 beta , my intention is implementing those WPF stuff in Silverlight as much as possible cause they're quite similar now. Let's start how I did this read more...

1 comment |category: |Views: 132

tags: another

Changing the visual appearance of the control with Silverlight 2 Beta(blogs.windowsclient.net)

submitted by faisalfaisal(1345) 4 years, 2 months ago

Now Silverlight has become quite similar to WPF, it's become easier to change the visual appearance of the controls.With the beta 2 release of Silverlight we've found rich set of controls now to work with.In this demonstration of changing appearance of the controls,I just tried to apply what I learnt from WPF.Those useful styling and Templating of controls by using Style and ControlTemplate. read more...

1 comment |category: |Views: 6

tags: another