surfer6

Stories kicked by surfer6

Change Form Field Validation at Run-Time with Dynamic Data Annotations(www.primaryobjects.com)

submitted by surfer6surfer6(362) 11 days, 7 hours ago

Learn how to load MVC data annotation attributes from an XML file, allowing you to change form field validation at run-time! Provides an easy integration point for CMS content management systems or other tools to edit form field validation and customize forms on-the-fly. read more...

add a comment |category: |Views: 6

tags: another

A Ghostly Introduction to Moving in and Out of SSL HTTPS with MVC .NET(www.primaryobjects.com)

submitted by surfer6surfer6(362) 1 month, 3 days ago

Learn how to transition from HTTP to SSL HTTPS in MVC C# .NET, using controller attributes and forms-based authentication. Secure individual pages in your MVC web application with SSL. Includes a demo of a ghost haunting web application. read more...

add a comment |category: |Views: 145

tags: another

Creating A Modal Confirmation Dialog When Submitting a Form MVC3(www.primaryobjects.com)

submitted by surfer6surfer6(362) 2 months, 6 days ago

Learn how to create an easy modal confirmation dialog when submitting a form in MVC3, allowing the user to confirm their details before submitting. The tutorial includes data annotations, client-side validation, and auto-population of data in the modal confirmation dialog. The dialog is built with jQuery UI and is easily updated. read more...

add a comment |category: |Views: 197

tags: another

Smart Page, an MVC C# .NET Pager Control for Search Results(www.primaryobjects.com)

submitted by surfer6surfer6(362) 3 months, 6 days ago

Learn how to create an MVC helper method for displaying smart paging results, which display a specific number of page indexes adjacent to the active page, along with page indexes in the middle and end. The pager adjusts the display automatically depending on the active page. read more...

add a comment |category: |Views: 10

tags: another

NoSQL MongoDb Enterprise Design with C# .NET, the Repository Pattern(www.primaryobjects.com)

submitted by surfer6surfer6(362) 4 months, 17 days ago

Learn how to use a NoSQL MongoDb database to create a simple .NET application for displaying Dragons. Our architecture will utilize the repository pattern, combined with a global database context provider. We'll create a 3-tier system for accessing the Dragons, creating, updating, and deleting. read more...

1 comment |category: |Views: 308

tags: another

Creating a Login Form in MVC3 .NET with Attribute Security and CSS3(www.primaryobjects.com)

submitted by surfer6surfer6(362) 5 months, 25 days ago

Step through a tutorial of creating an MVC3 login form for an example application. Learn how to style the form with CSS3 for rounded edges, a gradient background, and a lens flare highlight effect. Our login form will also contain form validation and authenticate against a custom membership provider. read more...

add a comment |category: |Views: 23

tags: another

Loading Web Navigation from XML with MVC3 Partial Views, C# .NET(www.primaryobjects.com)

submitted by surfer6surfer6(362) 6 months, 11 days ago

Learn how to design an MVC3 web site navigation framework that can load menu links from an XML file. Easily extensible to any outside data source, including a database, text file, or CMS content management system. read more...

add a comment |category: |Views: 34

tags: another

Remote Debugging with Pastebin and Automatic Logging of Errors(www.primaryobjects.com)

submitted by surfer6surfer6(362) 8 months, 14 days ago

Learn about using the Pastebin web service to assist with remote debugging. We'll include a simple code sample for accessing the Pastebin API and posting output. When integrated debugging and file system output is not available, remote debugging with a text-based web service may be just what you need. read more...

1 comment |category: |Views: 28

tags: another

Cross Domain Policy Violation, And How to Get Around It (JSONP, AJAX, (www.primaryobjects.com)

submitted by surfer6surfer6(362) 8 months, 27 days ago

Learn how to handle cross-domain policy violation by creating a simple C# MVC web service that creates monsters in JSON. We'll host the service on a 3rd-party domain and read it with an AJAX request. read more...

add a comment |category: |Views: 23

tags: another

Creating a C# .NET Jabber Chatbot that Talks on Gmail with XMPP and AI(www.primaryobjects.com)

submitted by surfer6surfer6(362) 1 year ago

Learn how to create a C# .NET Jabber chatbot, using the AIML and the XMPP Jabber protocol. The chat bot will run on the Gmail/GTalk XMPP server, allowing users to access the bot interface directly from within their Gmail account. The bot will be able to respond to commands and start a conversation with the user. read more...

add a comment |category: |Views: 71

tags: another

Creating an ASP .NET MVC 3 User Control with a Partial View(www.primaryobjects.com)

submitted by surfer6surfer6(362) 1 year ago

Learn how to create an ASP .NET MVC 3 Razor User Control by using a Partial View to display a gradient color box. We'll display the user control through a simple client-side call and via a server-side call, allowing for initialization of the user control in code. read more...

add a comment |category: |Views: 223

tags: another

Using Perl to Consume a C# .NET WCF Web Service(www.primaryobjects.com)

submitted by surfer6surfer6(362) 1 year, 1 month ago

Learn how to call a WCF .NET web service by creating a client program in Perl. read more...

add a comment |category: |Views: 26

tags: another

Mapping a Dungeon with an External Domain Specific Language in C# .NET(www.primaryobjects.com)

submitted by surfer6surfer6(362) 1 year, 2 months ago

Learn how to implement an external domain specific language, allowing you to create a simple programming language for mapping a dungeon role-playing game. Features C# .NET, an object oriented state machine, and a custom programming language. read more...

add a comment |category: |Views: 9

tags: another

Creating a Simple RPG Game with Fluent Interfaces, Expression Builder(www.primaryobjects.com)

submitted by surfer6surfer6(362) 1 year, 3 months ago

In this tutorial, create a simple RPG role-playing game using a fluent interface with an Expression Builder pattern and method chaining, implementing an internal domain specific language. We'll create a character, with class and attributes and put him to battle against an endless barrage of enemies to see how long he lasts! read more...

add a comment |category: |Views: 56

tags: another

Generating Flying Creatures in NoSQL with C# ASP .NET MVC Razor(www.primaryobjects.com)

submitted by surfer6surfer6(362) 1 year, 5 months ago

Learn how to use RavenDB NoSQL to load and save magical flying creatures with C# ASP .NET MVC and Razor. read more...

add a comment |category: |Views: 28

tags: another

Web Gardens, Web Farms, Clouds, and Session State in C# ASP .NET(www.primaryobjects.com)

submitted by surfer6surfer6(362) 1 year, 5 months ago

Take a look at several ways to scale a C# ASP .NET web application across a web garden, web farm, clouds, and beyond. Learn how to handle Session and cast magical spells in this article about enhancing enterprise web applications. read more...

add a comment |category: |Views: 5

tags: another