Search

You searched for the word(s): userid:591087

Matching Posts

  • Re: Question on entity design: All properties as strings versus intrinsic datatype?

    Thank you for the response. Appreciate your input Josh
    Posted to Architecture (Forum) by xzg3 on 9/27/2009
  • Question on entity design: All properties as strings versus intrinsic datatype?

    Hello, I'm working on a project with a framework that was designed to create entities from database tables. It uses [Attributes] to embed the underlying physical datatype of the DB, but every single property at the C# level is stored as a String. The datatype attribute is used during calls to .IsValid() which attempts to convert it to the real datatype. The reasoning behind this design is that it makes it easier to work with the UI, since in a web app, all data comes in as strings from the web
    Posted to Architecture (Forum) by xzg3 on 9/18/2009
  • Re: The HTTP verb POST not allowed

    Hello, I've tried that alternative BuildRoutes call, but after doing that, the site no longer responds to any URLs at all. I'm not sure what I could be doing wrong here. I have a controller named Login. When users GET /Login, Index is properly called, then I redirect unauthenticated users to /Login/new, which properly calls New(). When users POST to Login/, Create() is properly called.. I redirect them to an OpenID server. When OpenID returns, it goes back to the home page When I navigate
    Posted to ASP.NET MVC (Forum) by xzg3 on 7/20/2008
    Filed under: MVC, simply restful, mvccontrib
  • Re: "A file or folder with the name 'LoginController.cs' already exists. ?

    Hello, I didn't have two solutions, but I did add a Test project, and removing the test project allowed me to add my LoginController.cs! Others have had similar experiences here: http://forums.msdn.microsoft.com/en/csharpide/thread/dcddc7d5-6709-401a-8f9b-032b6d444890/ Any ideas why this might be? Thanks, Josh
    Posted to ASP.NET MVC (Forum) by xzg3 on 7/4/2008
  • Re: ASP.NET Requests increase but never decrease or times out

    This turned out to be an issue inside of a COM library
    Posted to State Management (Forum) by xzg3 on 6/23/2008
  • Using ADO libraries from .NET? Is it possible for high scalability scenarios?

    Hello, I am working on an app that is being ported from: ASP in VBScript for UI C++ COM for BLL ADO 2.8 and _connected_ RecordSet objects for DAL SQL 2005 for Data Storage to: ASP.NET 2.0 for UI COM Interop to connect to the C++/COM objects for BLL (and some pure .NET code where no COM existed in the past, using Ent Library) ADO 2.8 under the COM objects like before SQL 2005 for Data Storage as before System Size and Growth The system currently has more than 1 million registered users and grows by
    Posted to Getting Started (Forum) by xzg3 on 6/23/2008
    Filed under: ADO, COM, interop, migration from ASP
  • Does .NET map calls for ADO to ADO.NET?

    Hello, We are trying to troubleshoot some DB problems from COM objects that call ADO. I heard that when ADO is loaded inside of a COM object by a .NET app, that .NET intercepts the call and re-maps those calls over to ADO.NET. This seems untrue to me, given the nature of ADO.NET being a totally separate technology. Does anyone know for sure whether this does or does not occur? The problem we are seeing is actually almost identical in symptoms to this: http://support.microsoft.com/default.aspx/kb
  • Stumper: Interop with ADO sporadically returns EOF when it should not

    Hello, I'm having a problem that actually is inside of a COM class and is with ADO, not ADO.NET, but I don't know of another place to ask. I'm not sure if this is actually .NET specific or just a problem with the underlying COM / ADO code, but it seems to only happen under interop. It is very very similar to this http://support.microsoft.com/default.aspx/kb/230101. However, we are running MDAC 2.8 and on Windows 2003, IIS 6. There was one person on experts-exchange.com who had a similar
  • Dynamic Data and GLinq (Linqq to Google Base)

    Hello, Glinq is at: http://www.codeplex.com/glinq It is defined as: " Linq to Google allows developers to easily query Google's Data Sources using a strongly typed syntax. Linq to Google shows an example of implementing IQueryable and IQueryProvider. GLinq is an implimentation of the Linq deferred execution model for querying Google's data sources. The initial release can be used to query the Google Base. Subsequent releases will target support for YouTube, Calendar, Email, etc. The
    Posted to ASP.NET Dynamic Data (Forum) by xzg3 on 5/24/2008
    Filed under: rest, glinq, Linq
  • Re: Installing MVC on VWD/C# 2008 express editions...

    That is very good news. Thanks for the update. I am creating some VMs with training materials for ASP.NET MVC and would love to be able to have that inside of it. take care, Josh
    Posted to ASP.NET MVC (Forum) by xzg3 on 5/18/2008
Page 1 of 18 (178 items) 1 2 3 4 5 Next > ... Last »