TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Business Object
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
John Charles Olamendy (2)
Akshay Phadke (1)
Sandeep Singh Shekhawat (1)
Jaipal Reddy (1)
Anuja Pawar (1)
Charles Petzold (1)
Related resources for Business Object
No resource found
Using Business Objects As Models In MVC
9/26/2024 7:15:50 AM.
This approach enhances code reusability, maintainability, and separation of concerns by clearly defining the role of models in managing the application's core functionality.
An Example of URL Rewriting With ASP.Net
3/18/2021 6:41:40 AM.
This article introduces URL rewriting using a data-driven application. This application creates various blogs and these blogs are accessed by the title of the blog.
DataReader And DataSet
11/1/2020 9:05:25 AM.
ADO.NET is part of Microsoft.NET which comprises a set of tools and object model for accessing a data source. The objects definition appears under the System.Data namespace. It allows applications to
Business Entity And Data Access Layer In MVC
12/5/2015 10:38:24 AM.
This article explains how to use business entities layer and data access layer in ASP.NET MVC.
Accessing the Active Directory From Microsoft .NET
11/26/2013 6:31:26 PM.
This article is intended to explain the architectural design of an application querying the Microsoft Active Directory. Microsoft Active Directory is a directory service that provides the foundation for distributed networks built on Windows.
To Find The Length of The Business Object at Run Time
1/5/2012 10:15:15 PM.
A business object is an entity that relates to the real world. In C# we create classes to define the real world entities. This class contains variables, and for each variable we have its properties and methods defined.
How to Work with Databases, Business Objects and DataTemplates in Windows Phone 7
1/6/2011 3:50:37 AM.
In general, you’ll be filling an ItemsControl or ListBox with those vague but ubiquitous entities known as business objects. I’m going to spend the remainder of the chapter focusing on programs that use a database of high school students.