Search

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

Matching Posts

  • I pay you $5 to host my webservice

    I have a small webservice wants to host somewhere. It's very low traffic, using very little computing power. I want to host it on as many computers as possible. If you can host my webservice inside your asp.net application, I could pay you, say $5/month? This will probably pay your hosting. :-) I just don't want to go through the hassle to sign up site, it took me well over 2 hours to setup one site. If you can help me out, I will just send you the zip file (about 1 MB), you extract it inside
    Posted to Hosting Open Forum (Forum) by cklein on 10/11/2009
  • automatic update

    Let's say I have a simple website, and deployed to a host center through FTP upload. The I change my application, how can update my site in host center? I am asking the question because: If I use FTP to upload the files again, and because the website is runing, sometimes the FTP upload will fail because the file is in use. I have a dozen such website to manage, so it's a nighmare that I have to check every FTP succeeded, and try it again and again, and sometimes, even you try it again and
    Posted to Installation and Setup (Forum) by cklein on 9/23/2009
  • find a hosting service in Oregon

    I need to find a asp.net hosting provider in Oregon, i.e., the data center must be in Oregon.. Any body recommend one? Thanks, Calvin
    Posted to Hosting Open Forum (Forum) by cklein on 6/23/2009
  • How test project works

    Call me stupid, but I really can not figure out how this thing works. Here is what I did: 1. Add a test project in the solution, a unit test1.cs is created. In the file, a single test is there, do nothing. I want to run this test. 2. Pick run test from the test window. 3. The system prompt a manual test will have to run. I do not know what the heck it is, so I just clicked continue. 4. It bring up a form, I do not know what it is. I pick result: Pass, apply. 5. Then it passed. The test in unit1.cs
    Posted to Visual Studio 2008 (Forum) by cklein on 2/21/2008
  • Re: open and close an ascx file in vs 2005

    I've already installed SP1. I changed the registry. Still, open/close an ascx file will cause devenv.exe reach 100% CPU for quite a while (5 seconds). and sometimes VBC kicked in also. Do not know why. Calvin
    Posted to Visual Studio 2005 (Forum) by cklein on 2/14/2008
  • Re: Best pratice in Linq to SQL

    Yea, the main benefit is the LINQ query language, the new feature of C# 3.0. Or else, it's nothing more than NHibernate. I never wanted to use NHibernate because I think strong typed query is so important, I do not want my column name, or property name of classes how up in my code. Anonymous type is an interesting point, but I decide to use it for reporting or displaying purpose. For example: GetCustomersForDisplay(stateid), it's OK to return an anonymous type. I used to return a IList<Customer>
    Posted to Architecture (Forum) by cklein on 2/10/2008
  • open and close an ascx file in vs 2005

    I have a vb.net web project with about 10000 files in it. When I open a ascx file, even in source editor view (I gave up design view long time ago because of the performance), it's very slow, and my CPU hit 100%. The funny thing is: When I close the ascx file, the CPU hit 100% also! Both operation will complete quickly, but after it's done, the machine is frozen for a couple of seconds. I can not do anything else. Man, I have to wait 5 seconds everytime I close a ascx file. The VB sourcecode
    Posted to Visual Studio 2005 (Forum) by cklein on 2/10/2008
  • Re: Best pratice in Linq to SQL

    Thanks for the reply. First, I want to use Linq to SQL because of its incredible query system. I have my own Mapper, the query ability is not as rich as Linq to SQL. You are right that I want my entities to be pure DTOs. as that will make the design simple and clear, developer won't get confused. It's very expensive when you require your developer to make intelligent choices. They usually make wrong choice, unless you hire every guy with 6 digits salary. My point is: The architect is supposed
    Posted to Architecture (Forum) by cklein on 2/10/2008
  • Best pratice in Linq to SQL

    I have investigated Linq to Sql for 2 weeks now. Still hestitating to put it into work. But I kindof come up with my plan already, want to hear some critics: 1. I will create a wrapper around Linq to SQL, so the developers won't be aware they are using Linq to Sql, they are still using the light O/R mapper created myself years ago. The reason is not just for backward compatibility, because I think the architecture of my own O/R mapper is better than Linq to SQL. (I will explain this later) 2
    Posted to Architecture (Forum) by cklein on 2/8/2008
  • Re: Update panel event fired twice

    I believe I found the problem, I use serverside viewstate. Calvin
    Posted to ASP.NET AJAX UI (Forum) by cklein on 4/15/2007
Page 1 of 34 (338 items) 1 2 3 4 5 Next > ... Last »