Nannette Thacker ShiningStar.net

ASP.net Web Application Development

Sponsors

News

See all Blog Posts by Nannette.

Nannette Thacker, consultant and owner of Shining Star Services LLC, specializes in development of custom dynamic database driven web applications utilizing ASP.net technologies. Nannette has been developing ASP sites since 1997. Nannette has written numerous articles on web development techniques and tutorials.

Nannette is the owner and developer of ChristianSinglesDating.com.

 Subscribe in a reader





View Nannette  Thacker's profile on LinkedIn

Browse by Tags

All Tags » Object Oriented Programming (RSS)
C# MVC3 Razor Entity Framework & LINQ Custom Membership Provider with Custom Role Provider
This C# project demonstrates how to create an MVC3 Razor Entity Framework & LINQ Custom Membership Provider with Custom Role Provider. Perhaps you are working with a legacy database or you prefer working with a database that uses numeric identity...
C# Custom LinkedList Main() method - Learning C# - Part 7
In Part 1 of this series, we created a console application and an abstract class. In Part 2 we setup our LinkedList derived class and defined our properties and setup our constructor. In Part 3, we defined our Push and Pop methods. We implemented both...
C# Custom LinkedList FindItems() method - Learning C# - Part 6
In Part 1 of this series, we created a console application and an abstract class. In Part 2 we setup our LinkedList derived class and defined our properties and setup our constructor. In Part 3, we defined our Push and Pop methods. We implemented both...
C# Custom LinkedList PrintLifo method and C# Operators - Learning C# - Part 4
In Part 1 of this series, we created a console application and an abstract class. In Part 2 we setup our LinkedList derived class and defined our properties and setup our constructor. In Part 3, we defined our Push and Pop methods. We implemented both...
C# Custom LinkedList Push and Pop Methods - Learning C# - Part 3
In Part 1 of this series, we created a console application and an abstract class. In Part 2 we setup our LinkedList derived class and defined our properties and setup our constructor. In this article, we define our Push and Pop methods. Our Push method...
C# Custom LinkedList Derived Classes, Constructor Initializations - Learning C# - Part 2
In Part 1 of this series, we created a console application and an abstract class. In this article we will setup our LinkedList derived class and define our properties and setup our constructor. To allow our derived class to inherit from our Inventory...
C# Custom LinkedList Console Application and Abstract Base Class and Method - Learning C# - Part 1
One of the best ways to learn a new technology is by using it. In this tutorial, you will create a base class or abstract class, a derived or inherited class. You will work with self-referencing members, a constructor, if statements, for loops, null values...
Object Oriented Programming Guidebook in ASP.NET (OOP)
I've consolidated some of the key topics dealing with Object Oriented Programming in ASP.NET. Polymorphism, Inheritance, Encapsulation -- and their minions -- it's all here. Enjoy! What are the 3 primary characteristics (or pillars) of Object Oriented...
Instance versus Class (or Static) Members
If you're new to object oriented development, this web page I found on " Instance and Class Members " will come in handy for you. The tutorial is for Java programming, but the explanation applies to OOP using ASP.net as well.
More Posts