johndoe2008

Stories submitted by johndoe2008

Three Ways to Bind a DropDownList with LINQ and C# ASP .NET(primaryobjects.com)

submitted by johndoe2008johndoe2008(190) 3 years, 10 months ago

Learn about three different methods for populating data in a DropDownList, using LINQ and .NET 3.5. Covers the simple, the direct, and the 3-tier enterprise method. Learn how to save time on your next project with tons of DropDownList controls or just impress your friends. read more...

add a comment |category: |Views: 2546

tags: another

Using the Model View Controller MVC Pattern in C#(primaryobjects.com)

submitted by johndoe2008johndoe2008(190) 4 years ago

While the new MVC add-on for .NET is a great addition, it's handy to know how the actual design pattern works. Learn how to make your own home-grown Model View Controller and link it together. read more...

add a comment |category: |Views: 1036

tags: another

Writing a Simple Role Playing Game with C# .NET and the State Pattern(primaryobjects.com)

submitted by johndoe2008johndoe2008(190) 4 years ago

Learn how to use the State design pattern in C# .NET by writing a basic role playing game, with a main character who explores a forest, finds magical items, slays monsters, and gains experience points. read more...

add a comment |category: |Views: 103

tags: another

Preventing Session Timeouts in C# ASP .NET(primaryobjects.com)

submitted by johndoe2008johndoe2008(190) 4 years ago

Stop your web application Session from timing out. The solution is invisible, seamless, and has been tested in Internet Explorer, Firefox, and Safari. read more...

add a comment |category: |Views: 109

tags: another

Implementing a Database Factory Pattern in C# ASP .NET(primaryobjects.com)

submitted by johndoe2008johndoe2008(190) 4 years ago

Learn how to achieve a far greater amount of flexibility with your C# ASP .NET web application by using a well-defined and loosely-coupled database layer. read more...

add a comment |category: |Views: 370

tags: another