Search

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

Matching Posts

  • Re: Generating Report in ASP.NET

    Chapter 9 in ASP.NET 3.5 Enterprise Application Development shows you how to create a Crystal Report in a ASP.NET application. http://www.wrox.com/WileyCDA/WroxTitle/ASP-NET-3-5-Enterprise-Application-Development-with-Visual-Studio-2008-Problem-Design-Solution.productCd-0470396865.html you can download the code for free on the website.
    Posted to Getting Started (Forum) by varallov on 2/11/2009
  • Re: private void TextBox1_Enter

    u can email me the project and i can take a look.
    Posted to Web Forms (Forum) by varallov on 2/5/2009
  • Re: Strategy Pattern?

    it sounds ok as long as it meets your requirements. i've used a pattern that works with crystal reports but really would work with any UI since the 'brains" of the report are really in the BLL and DAL. you can check out the code in chapter 9 here for free. http://www.wrox.com/WileyCDA/WroxTitle/ASP-NET-3-5-Enterprise-Application-Development-with-Visual-Studio-2008-Problem-Design-Solution.productCd-0470396865,descCd-tableOfContents.html
    Posted to Architecture (Forum) by varallov on 2/4/2009
  • Re: Fexible DataBase Queries in a Layered Web Architecture

    you could use LINQ to SQL or the EntityFramework to do this. there are some great tutorials on this site under the Learn tab.
    Posted to Architecture (Forum) by varallov on 2/4/2009
  • Re: Membership Architecture

    check out chapter 6 in this book, it doesn't cover all your scenarios but it is a good start. http://www.wrox.com/WileyCDA/WroxTitle/ASP-NET-3-5-Enterprise-Application-Development-with-Visual-Studio-2008-Problem-Design-Solution.productCd-0470396865,descCd-tableOfContents.html
    Posted to Architecture (Forum) by varallov on 2/4/2009
  • Re: Design Pattern

    a widely used pattern is the UI\BLL\DAL approach whichstands for User Interface, Business Logic Layer, and Data Access Layer. There are plenty of articles online that explain this pattern and even more articles on the different ways to implement it. if your a beginner then don't go crazy over engineering the site. start by just understanding the concepts. if the program works and can be easily maintained then send it to production. there's always version 2 to refactor your pattern.
    Posted to Architecture (Forum) by varallov on 2/4/2009
  • Re: Over-architecting and human perceptions

    one approach would be to try to put your scenario in dollars and cents. is the architecture causing developers to search too many places to find code which cost the company time(money)? Does loading the solution take 5 minutes as opposed to 5 seconds because of all of the projects? 5 minutes time 9 developers 5 or 6 times a day adds up. are deadlines being met? if not is the architecture part of the problem?
    Posted to Architecture (Forum) by varallov on 2/4/2009
  • Re: Transaction scope

    the transactionscope object works well. you can use enterpriseservices also but that can be more trouble than it is worth.
    Posted to Architecture (Forum) by varallov on 2/4/2009
  • Re: need help to generate reports with asp.net 3.5

    Chapter 9 in this book shows you how to use the free version of Crystal Reports for .NET in an ASP.NET 3.5 application. http://www.wrox.com/WileyCDA/WroxTitle/ASP-NET-3-5-Enterprise-Application-Development-with-Visual-Studio-2008-Problem-Design-Solution.productCd-0470396865,descCd-tableOfContents.html
    Posted to Book Reviews (Forum) by varallov on 2/4/2009
  • Re: Re-Binding listboxes in Callback

    are you checking IsPostback == false in the page load so the control does load itself again?
    Posted to Web Forms (Forum) by varallov on 2/4/2009
Page 1 of 11 (102 items) 1 2 3 4 5 Next > ... Last »