Search

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

Matching Posts

  • Re: OO design is it used ?!?!

    Intresting so what os the con - Dataset costs a lot of reasources is what I have heard - After doing 3 applications with tyuped datasets my feeling is that it has some problems maybe because of unmature technology (getting the readonly when it should be not etc...) My next small application I start today will use Nhibernate .... http://www.codeproject.com/aspnet/NHibernateBestPractices.asp
    Posted to C# (Forum) by salgo60 on 4/23/2007
    Filed under: Nhibernate
  • Re: books for Asp.net 2 and Design Patterns

    Yes it is no major difference with c# and the book is good I bough Patterns in C# from http://dofactory.com/Patterns/Patterns.aspx and they had a project with all the samples in Head First Design Pattern book. See Bonus 2: Head First Design Patterns on http://dofactory.com/Framework/Framework.aspx
    Posted to Book Reviews (Forum) by salgo60 on 4/17/2007
  • Re: Regarding C#.net

    C# To the Point by Hanspeter Mossenbock Good book to explain C# a little bit weak regarding generics and delegates... http://dotnet.jku.at/csbook/ If you would like to get a good understanding of C# and CLR then CLR via C#, Jeffrey Richter is the best book http://www.microsoft.com/mspress/books/6522.aspx
    Posted to Book Reviews (Forum) by salgo60 on 4/17/2007
    Filed under: c# books
  • OO design is it used ?!?!

    Nice article and nice heading "Object-Oriented Programming: Why Bother?" My feeling is that all the benefits of OO is badly used when creating the Business Layer as the trend today is using datasets which has nothing of the OO goodies: 1. Inheritance 2. Encapslutaion 3. Dynamic Databinding Can someone explain why it is like that ?!?! ( I am scared that the answer is that we still design applications using databases as the source of design....) The only places where I see OO is in areas like the provider
    Posted to C# (Forum) by salgo60 on 4/16/2007
    Filed under: OO
  • Re: Referencing Config settings in ASP.Net app from DLL

    Same issue is also discussed at http://forums.asp.net/thread/1638642.aspx
    Posted to Configuration and Deployment (Forum) by salgo60 on 3/28/2007
    Filed under: app.config
  • Re: Referencing Config settings in ASP.Net app from DLL

    The solution for me looks like the DLL settings should be in the "hosting" applications config file My issue was that I succeded to get the Connection string created with the TableAdapter wizard as properties setting which means that the connection string should be added as <add name="XXXChart.Properties.Settings.XXXChartDataConnectionString" connectionString="Data Source=XXSQL;Initial Catalog=XXXXChartDB;Integrated Security=True" providerName="System.Data.SqlClient"/> Question A How should
    Posted to Configuration and Deployment (Forum) by salgo60 on 3/27/2007
    Filed under: app.config, dll, web.config, connection string
  • Re: Referencing Config settings in ASP.Net app from DLL

    No solution yet but some good articles Read/Write App.Config File with .NET 2.0 http://www.codeproject.com/useritems/SystemConfiguration.asp Application Settings overview at MSDN http://msdn2.microsoft.com/en-us/library/k4s6c3a0.aspx Security: Connection Strings and configuration files http://msdn2.microsoft.com/en-us/library/0x4t63kb.aspx Working with Connection strings http://msdn2.microsoft.com/en-us/library/ms254978.aspx Working with Windows Forms Configuration Files in .NET 2.0 and Visual Studio
    Posted to Configuration and Deployment (Forum) by salgo60 on 3/27/2007
    Filed under: app.config, ConfigurationSection, applicationSettings, connection string
  • Re: Strongly typed DataSet connection string

    I think he tells you that he has a layered solution where e.g. UI - is one project BLL is one class library ==> one assembly DAL is another project ==> another assembly
    Posted to Data Access and ObjectDataSource Control (Forum) by salgo60 on 3/27/2007
    Filed under: ASP.NET, DataSet, Web.Config, BLL
  • Re: Referencing Config settings in ASP.Net app from DLL

    I have the same problem I have the DAL in a class library and it is a typed datasets created using the "wizard" ==> I get in Settings.Designers of the DAL project ............... [ global ::System.Configuration. ApplicationScopedSettingAttribute ()] [ global ::System.Diagnostics. DebuggerNonUserCodeAttribute ()] [ global ::System.Configuration. DefaultSettingValueAttribute ( "Data Source=XXSQL016;Initial Catalog=ChartDB;user id=Chart;pwd=not4you " )] public string ChartDataConnectionString { get
    Posted to Configuration and Deployment (Forum) by salgo60 on 3/26/2007
Page 1 of 1 (9 items)