Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:80966
More Search Options
RSS Available
Matching Posts
Re: OOP Class Architecture question...
I'd really rather try to figure out how to do it as I see it most commonly done. It's just weird because this scenario is SOOooo common within the .NET framework and yet no one I know or have asked knows how to replicate it with custom classes.
Posted to
Architecture
(Forum)
by
EdenMachine
on 3/31/2008
OOP Class Architecture question...
If I were to try to mimic the architecture that Microsoft is using for their DataSet class to do a few classes for myself, how would I accomplish this? I'd like to mimic the following... Dim ds as New Data.Dataset() ds.Container.Add(...) Notice above that I create a new instance of Dataset and then I can select the Container property and then I can select the Add method to add a new Container to the Dataset instance that I named "ds" without doing anything extra or special. How does
Posted to
Architecture
(Forum)
by
EdenMachine
on 3/30/2008
Re: Add Error Line Number to Release Mode Error Exception?
That was very helpful - thanks!
Posted to
Configuration and Deployment
(Forum)
by
EdenMachine
on 8/22/2007
Add Error Line Number to Release Mode Error Exception?
Anyone know of a way to grab the line number that the error occured on in the Release version of the error exception? It shows up in Debug and not in Release (for speed reasons). Thanks, Rich
Posted to
Configuration and Deployment
(Forum)
by
EdenMachine
on 8/22/2007
Re: Generic data layer object fo Stored Procedures?
I think I'm looking more for something that I can run against a database, have it go through all my stored procedures and create data objects automatically for them so if I had 50 SPs I don't have to go through and do what you said 50 times. I can just run once and it creates everything for me to save time. ASP.NET Maker 2.2 does a great job of doing that for tables and views and all the admin pages but just not SPs though for some reason.
Posted to
Getting Started
(Forum)
by
EdenMachine
on 11/10/2006
Generic data layer object fo Stored Procedures?
I'm looking for a generic datalayer object for stored procedures kind of like SubSonic/ActionPack but without all the other stuff that is with it. Just something to were i can just call SP.spGetItems("param") or whatever like SubSonic's does. Thanks in advance!!
Posted to
Getting Started
(Forum)
by
EdenMachine
on 11/10/2006
Re: NT Authentication problem
Nope - that didn't do it. The only way it can see the username is if I turn off Anonymous authentication and when I do it prompts for my NT login every time I start a new browser session. <identity impersonate=true /> did nothing either way - true or false.
Posted to
Security
(Forum)
by
EdenMachine
on 10/12/2006
Re: NT Authentication problem
So I need to turn off Anonymous user auth in IIS, set it to windows auth and then in the Web.Config set impersonate= true?
Posted to
Security
(Forum)
by
EdenMachine
on 10/12/2006
NT Authentication problem
Quick question (hopefully) We use Active Directory with a single domain on our network, users log into their computer through the domain and we use ASP.NET 2.0 for our intranet. When I try to request their NT login username it always gives me "NETWORK SERVICE" instead of (for example) RColeman (which is my username). When I tweak some of the settings in IIS and/or the web.config I can finally get it to request the proper username but ONLY if on each browser session I login to an NT Login
Posted to
Security
(Forum)
by
EdenMachine
on 10/12/2006
Can't switch MasterPages programmatically if exposing properties??
I have two MasterPages (one normal view and one print view) that I switch back and forth from programmatically in the content page in the PreInit. However, when I try to expose properties from the MasterPages (same props on both masterpages), since I have the MasterType directive strongly typed, it errors out because it says it can't cast one master to the other. Is there a way to change the MasterType path programmatically? Or do I just need to redo the main view to switch back and forth to
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
EdenMachine
on 10/12/2006
Page 1 of 19 (188 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 1, Introduction
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online