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:539550
More Search Options
RSS Available
Matching Posts
Re: .NET 3.5 - Membership, Profile and Roles
Up to my knowledge, there haven't been major changes to get worried about! Regards
Posted to
Getting Started
(Forum)
by
SomeNewTricks2
on 10/16/2007
Re: Web service convertion
Hello, You can use: wsdl.exe /si /o:WebServiceName.cs http://localhost/MyServices/WebService.wsdl The above line would generate for you a class that contains an Interface for all the operations mentioned in the WSDL file and class definition for all the Data Types specified in XSD in the Types section of the WSDL document. Is this what you are after? Regards
Posted to
Getting Started
(Forum)
by
SomeNewTricks2
on 10/16/2007
Re: Generic Database Design
Hello, What I am thinking of is to have a notion of Record. A customer is stored in one record and an order is stored in one record, a student is stored in one record, etc .... This includes only basic fields. Also, I want another table call it Property, that holds additional proeprties of each record. By using properties I can customize my database to configure any new website's objects with the propeties required. So you can think of having one framework for the database design that can fit
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
SomeNewTricks2
on 10/12/2007
Re: Generic Database Design
Hello, Thanks for the reply. My point is that I want to design a database schema that can fit any application. I mentioned about Record table. This table can hold information about any object regardless of its nature. All objects share a set of predefined fields. I can also assign to each object a number of properties that might be defined somewhere else also in another data table. My idea is to have a single Database Design that I can use to make it fit for any application. for instance, if I have
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
SomeNewTricks2
on 10/12/2007
Re: Generic Database Design
Thanks for the reply! Maybe I was misunderstood. I am asking about having a database design that fits all kinds of applications. I mean design the database once and use it for all my applications. I talked about notion of Record that can hold any object!! Any more ideas? Thanks
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
SomeNewTricks2
on 10/12/2007
Generic Database Design
Hello, Can someone please guide me to online resources or books on how to design generic database? I mean, I can have a "Record" that can have a set of fixed fields like: ID, Title, CreatedOn, etc ... and I can add as many properties I want to that record in a vertical way. Then based on the generic tables present, I can fit in the same table, a Record for Customer, a Record for House, a Record for Order. All share the same set of Fields, but each has its own set of proeprties. This way
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
SomeNewTricks2
on 10/12/2007
Re: HttpModule Events not firing in ASP.NET 2.0
This is driving me crazy! I downloaded a sample code for a video on the www.asp.net website that talks about HttpModule! It works fine, when I move the same HttpModule to my application, the module never runs!! Is there a special workaround we should do to make an HttpModule works on a website under .NET 3.0\5 on VS 2008 Beta 2 with Vista/IIS 7? Thanks
Posted to
HttpHandlers and HttpModules
(Forum)
by
SomeNewTricks2
on 9/11/2007
Re: HttpModule Events not firing in ASP.NET 2.0
But I am placing the code in App_Code and not in a seperate assembly to specify MyModules! Anyone please? Thanks
Posted to
HttpHandlers and HttpModules
(Forum)
by
SomeNewTricks2
on 9/11/2007
HttpModule Events not firing in ASP.NET 2.0
Hello, Please help me find why this HttpModule is not firing at all using System; using System.Collections; using System.Data; using System.Diagnostics; using System.Web; namespace MyModules { public class TestHttpModule : IHttpModule { public void Init(System.Web.HttpApplication Application) { Application.Error += new System.EventHandler(OnError); } public void Dispose() { } protected virtual void OnError( object sender, EventArgs args) { HttpApplication app = (HttpApplication)sender; app.Server
Posted to
HttpHandlers and HttpModules
(Forum)
by
SomeNewTricks2
on 9/10/2007
Re: WaitAny-WaitAll Confusion
Hello, Thanks for the reply! My main point is, suppose we are using the BeginExecuteReader, cna I display the page without the data being retrieved for example "listing of articles", then once the data is back from the server, I can then show them? Or the idea in ASP.NEt is to fire several threads using the "BeginXX" methods,this way things would be faster, but the page to show all data should wait for all threads to come back? hope I made myself clear thanks
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
SomeNewTricks2
on 7/27/2007
Page 1 of 37 (362 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
Death to confirmation dialogs with jquery.undoable
Channel 9:
E2E: Brian Beckman and Erik Meijer - Co/Contravariance in Physics and Programming, 1 of 2
TechNet Edge:
Windows Server 2008 R2 Quick Look #3 - PowerShell V2
ASP.NET:
2009 Blogged - Greatest Hits
WindowsClient:
2009 Blogged - Greatest Hits
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 2, Imports & Exports
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online