ioannis
Name: ioannis
Score: 319.23
Last Seen: 25 days, 23 hours, 9 minutes ago
Member Since: 4 February, 2009
DotNetShoutout
atom rss
5
shouts

C# and .NET Tips and Tricks | XNA 2D Basic Collision Detection with Rotation (Scene2Sprite)

published 26 days, 19 hours, 55 minutes ago posted by ioannisioannis 27 days, 16 hours, 57 minutes ago
Wednesday, February 17, 2010 1:51:42 PM GMT Tuesday, February 16, 2010 4:49:40 PM GMT
In this post we will deal with the situtation where we want to detect whether a specific sprite that can be rotated is in a specific area in the scene (eg a car is on the road in the scene) (more)
category: Foundation | clicked: 26 | comment | | source: www.progware.org
tags: XNA
10
shouts

C# and .NET Tips and Tricks | - XNA 2D Basic Collision Detection with rotation

published 31 days, 21 hours, 55 minutes ago posted by ioannisioannis 34 days, 2 hours, 25 minutes ago
Friday, February 12, 2010 11:52:09 AM GMT Wednesday, February 10, 2010 7:22:01 AM GMT
In this post, we will see how we can deal with sprite to sprite collision detection when sprites can also be rotated. (more)
category: Foundation | clicked: 40 | comment | | source: www.progware.org
tags: Collision Detection, XNA
5
shouts

C# and .NET Tips and Tricks | XNA 2D Basic Collision Detection

published 46 days, 21 hours, 37 minutes ago posted by ioannisioannis 47 days, 16 hours, 28 minutes ago
Thursday, January 28, 2010 12:09:39 PM GMT Wednesday, January 27, 2010 5:18:52 PM GMT
An introduction to various methods for 2D collision detection in XNA. (more)
category: Foundation | clicked: 62 | comment | | source: www.progware.org
tags: XNA
3
shouts

C# and .NET Tips and Tricks | XNA Game Development (Scenes and Game Services)

posted by ioannisioannis 60 days, 3 hours, 34 minutes ago
Friday, January 15, 2010 6:12:45 AM GMT
A brief tutorial on using Game Services and Scene managemet in XNA. (more)
category: Foundation | clicked: 6 | comment | | source: www.progware.org
tags: XNA
8
shouts

C# and .NET Tips and Tricks | XNA Game Development (Decentralize)

published 77 days, 20 hours, 27 minutes ago posted by ioannisioannis 81 days, 1 hour, 23 minutes ago
Monday, December 28, 2009 1:19:46 PM GMT Friday, December 25, 2009 8:24:04 AM GMT
In the previous post, we have talked about drawing and moving 2D textures on the XNA window. In this post, we will explore the basic architecture that XNA uses in order to separate the game logic from the sprite logic. (more)
category: Architecture | clicked: 41 | comment | | source: www.progware.org
tags: XNA
7
shouts

C# and .NET Tips and Tricks | - XNA Game Development (First Steps)

published 84 days, 20 hours, 1 minute ago posted by ioannisioannis 86 days, 21 hours, 2 minutes ago
Monday, December 21, 2009 1:45:49 PM GMT Saturday, December 19, 2009 12:44:46 PM GMT
Short introduction to the XNA Framework (more)
category: Architecture | clicked: 51 | comment | | source: www.progware.org
tags: XNA
13
shouts

Make your WPF buttons color hot-track! - Rudi Grobler

published 151 days, 23 hours, 16 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 153 days, 2 hours, 25 minutes ago
Thursday, October 15, 2009 10:31:10 AM GMT Wednesday, October 14, 2009 7:22:10 AM GMT
A article on how to make WPF buttons hot-track (Similar to what the windows 7 task bar does) (more)
category: Smart Client | clicked: 103 | comment | | source: dotnet.org.za
tags: WPF; Windows7; Taskbar
11
shouts

C# and .NET Tips and Tricks | Going from Model-View-Presenter to MV-VM with WPF Commands (Part #3: MVVM and Commands)

published 151 days, 23 hours, 16 minutes ago posted by ioannisioannis 153 days, 4 hours, 34 minutes ago
Thursday, October 15, 2009 10:31:10 AM GMT Wednesday, October 14, 2009 5:13:28 AM GMT
This is the final post of this series where the MVVM pattern is presented. (more)
category: Foundation | clicked: 42 | comment | | source: www.progware.org
12
shouts

C# and .NET Tips and Tricks | Going from Model-View-Presenter to MV-VM with WPF Commands (Part #2: Commands with MVP)

published 153 days, 20 hours, 43 minutes ago posted by ioannisioannis 154 days, 23 hours, 46 minutes ago
Tuesday, October 13, 2009 1:04:18 PM GMT Monday, October 12, 2009 10:00:53 AM GMT
This is the second post of a series of posts that show the transition from the Model-View-Presenter model to the MV-VM model and the use of Commands in WPF. In this post a basic usage of Routed Commands is demonstrated. (more)
category: Foundation | clicked: 42 | comment | | source: www.progware.org
9
shouts

C# and .NET Tips and Tricks | Going from Model-View-Presenter to MV-VM with WPF Commands (Part #1: MVP)

published 157 days, 15 hours, 44 minutes ago posted by ioannisioannis 159 days, 4 hours, 39 minutes ago
Friday, October 09, 2009 6:02:50 PM GMT Thursday, October 08, 2009 5:08:19 AM GMT
This is a first post of a series of posts that show the transition from the Model-View-Presenter model to the MV-VM model and the use of Commands in WPF. (more)
category: Foundation | clicked: 60 | comment | | source: www.progware.org
tags: MVP, MVVM, WPF, WPF Commands
2
shouts

C# and .NET Tips and Tricks | WPF Designer Error "Could not create an instance of type"

posted by ioannisioannis 176 days, 2 hours, 56 minutes ago
Monday, September 21, 2009 6:50:53 AM GMT
A possible way to reolve this issue (more)
category: Foundation | clicked: 11 | comment | | source: www.progware.org
tags: WPF
3
shouts

C# and .NET Tips and Tricks | NHibernate, PropertyChanged event and WPF

posted by ioannisioannis 199 days, 19 hours, 50 minutes ago
Friday, August 28, 2009 1:56:47 PM GMT
This post describes the implementation of an Interceptor that allows the PropertyChanged events of an entity loaded from a database using NHiberante to behave correctly in databound controls in WPF. (more)
category: Foundation | clicked: 35 | comment | | source: www.progware.org
tags: INotifyPropertyChanged, NHibernate, WPF
6
shouts

Working with Google Maps API in ASP.NET

posted by mikeborozdinmikeborozdin 230 days, 20 hours, 7 minutes ago
Tuesday, July 28, 2009 1:40:25 PM GMT
The tutorial of working with the Google Maps API in ASP.NET. How to programatically find a place on the map, let users choose a place on the map by dragging a marker and etc. (more)
category: ASP.NET | clicked: 84 | comment | | source: www.mikeborozdin.com
tags: google maps api
7
shouts

C# and .NET Tips and Tricks | Timers in WPF

published 226 days, 20 hours, 10 minutes ago posted by ioannisioannis 227 days, 4 hours, 35 minutes ago
Saturday, August 01, 2009 1:36:44 PM GMT Saturday, August 01, 2009 5:12:11 AM GMT
Comparing System.Windows.Threading.DispatcherTimer to System.Threading.Timer. (more)
category: Foundation | clicked: 21 | comment | | source: www.progware.org
6
shouts

8 useful Cheat Sheets for developer | amolwable.com

posted by https://me.yahoo.com/a/ljwEF04M2cKkeT6TH1mSXLqAANQd9FU-#6b89dhttps://me.yahoo.com/a/ljwEF04M2cKkeT6TH1mSXLqAANQd9FU-#6b89d 235 days, 5 hours, 56 minutes ago
Friday, July 24, 2009 3:50:40 AM GMT
8 useful Cheat Sheets for developer I have found awesome collections of  cheat sheets on internet which gives quick reference guide of various functionality. (more)
category: SQL | clicked: 12 | comment | | source: amolwable.com
tags: ASP.NET, Cheat Sheet, Linq
6
shouts

C# and .NET Tips and Tricks | CAPTCHA design and implementation

posted by ioannisioannis 233 days, 1 hour, 57 minutes ago
Sunday, July 26, 2009 7:50:21 AM GMT
Implement a CAPTCHA for your webpages (implementation in post is applied to BlogEngine.net) (more)
category: ASP.NET | clicked: 33 | comment | | source: www.progware.org
tags: BlogEngine.NET, Captcha
3
shouts

C# and .NET Tips and Tricks | NHibernate inverse="true" and cascade="save-update" demo

posted by ioannisioannis 280 days, 23 hours, 15 minutes ago
Monday, June 08, 2009 10:32:25 AM GMT
A small demo on how inverse="true" and cascade="save-update" affect related object persistence. (more)
category: Architecture | clicked: 56 | comment | | source: www.progware.org
tags: C#, NHibernate
7
shouts

C# and .NET Tips and Tricks | Instantiating a class written in XAML from code.

published 327 days, 13 hours, 12 minutes ago posted by ioannisioannis 327 days, 22 hours, 10 minutes ago
Wednesday, April 22, 2009 8:35:25 PM GMT Wednesday, April 22, 2009 11:36:48 AM GMT
There are some times when you want to write a specific framgent of the UI in XAML and then intantiate it in a code-behind file. This can also lead to the strange situation of being able to change the UI design completely afer the application has been compiled and shipped. Here is how such thing can be done: Suppose that you have written the following XAML code: This code displays the following:    Add a new TextFile to your project and name it "StackPanel.xaml". Write within the file the previous XA... (more)
category: Foundation | clicked: 5 | comment | | source: www.progware.org
tags: WPF, XAML
6
shouts

Sequence of events/method calls in a WPF Textbox for the Text Property

published 357 days, 18 hours, 37 minutes ago posted by ioannisioannis 359 days, 22 hours, 24 minutes ago
Monday, March 23, 2009 3:09:43 PM GMT Saturday, March 21, 2009 11:23:23 AM GMT
What is the sequence of the following events/method calls in a WPF Textbox for the Text Property (Converter Methods, PropertyChanged, DependencyPropertyChanged, CoerceValue, TextChanged, GotFocus/LostFocus, TextInput) ? (more)
category: Foundation | clicked: 10 | comment | | source: www.progware.org
tags: .NET, WPF
1
shouts

User Control with a Business Object and Dependency Properties

posted by ioannisioannis 373 days, 14 hours, 22 minutes ago
Saturday, March 07, 2009 7:25:24 PM GMT
In an application, there is often the need of implementing a user control that uses a business object and is responsible for providing several manipulation mechanisms on its properties. The User Control – Business Object pair is an approach that isolates the presentation logic for the business object in one place and therefore is very flexible for modifications. In this post I will demonstrate how this is done in WPF.. (more)
category: Foundation | clicked: 8 | comment | | source: www.progware.org
tags: WPF; .NET 3.5 SP1
Previous 1 2 Next