Browse by Tags

Related Posts

  • Unlock files locked by other processes with C#

    My application needs to make a set of files available to a process. But these files are already locked by other processes. How do i release the locks aquired by other processes? ... Its not known why other processes are not releasing the locks after writing to the files etc. (its a part of a very big...
    Posted to C# (Forum) by gauravi.kulkarni on 05-29-2009, 12:00 AM
    Filed under: .NET, architecture, asp.net, C#, Exception Handling
  • Performance Based asp.net application StarterKit

    Dear All, I am new to ASP.net forums but not ASP.Net. I have worked on various asp.net technologies including atlas. I am big fan of ASP.NET Starter Kits. the Problem is, My new requirement is; . want to develop web application with asp 3.5, SQL 2005 . Data Driven application which will get request...
    Posted to Architecture (Forum) by spiritualkinky on 01-13-2009, 12:00 AM
    Filed under: MVC, .NET, ado.net, Application Block, Architectural Design, architecture, asp.net 2.0, data application block, "Enterprise Library 2.0", performance
  • Is this 3 tier or not ??

    Normal 0 MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin...
    Posted to Architecture (Forum) by abhilashkanakayil on 11-11-2008, 12:00 AM
    Filed under: nettiers, ntier, n-tiers, .NET, .NET 2.0 Framework Diagram Chart, 3 tire, 3-Layer Architecture, 3tier, 3-Tier Architecture, 3-tier programming, architecture, architecture gac deployment shared assemblies, architecture., Buisness layer, business logic layer, layered architecture, N - Tier, ASP.NET Architecture, arcitecture
  • Re: n-tier decisions

    From my experience the projects that we have taken the extra time upfront to use business objects over Table Adapters or Datasets or even LINQ to SQL have been easier to maintain and better performing. Business Objects really lend themselves to use case and behavior centric design and development. While...
    Posted to Architecture (Forum) by cliffordru on 04-02-2008, 12:00 AM
    Filed under: .NET, architecture, asp.net
  • Assess .Net Intranet Application

    I am assessing whether a .net intranet application system is of acceptable, reasonable quality. My criteria so far for this is on several fronts: - Architecture (e.g., is the architecture n-tier?) - Is the code easy to maintain? - Has the code been written with reuse in mind, or refactored? - Are there...
    Posted to Free For All (Forum) by dbrook007 on 01-04-2008, 12:00 AM
    Filed under: ntier, partial classes, persist changes, Report Viewer, solution project, system analysis", System Design, Technical Specification, UI Architecture, UI Framework, UI Process Components, VB, VB Class, VB Classes, vb.net, Web Forms, .NET, 3tier, 3-Tier Architecture, 3-tier programming, approach, architecture, Asp.Net 2.0 : java script, ASP.NET 2.0 NET SQL Server 2005 database connection error, asp.net tuning, assembly, authentication, Basic Architecture Design, Best Practices, bug, business logic layer, caching, Class Design, concurrentcy, Consistency in UI, css, CustomErrorPage, DAL exceptions, data access layer, data access object relational mapping, Data modeling, datagrid, datalogic layer, dataobjects, design pattern, Events, Generics, Globalization, database object, xml, entity, IIS, application state management, performance, Exception Handling, Exception Handling Application Block, Exception Handling Application Block Tutorial, ASP.NET Architecture, sql server, OOP, "system Design", arcitecture, business model, data serialization, GridView, Patterns & Practices, N-Tier, optimization, Reflection, web service, ADO.NET, Asp.Net 2.0, assemblies, Data Concurrency, database, http, methods, Website Problem
  • How to connect to hundred's of SQL Server Instances via EntLib

    I have 300 database instances on 2 SQL server databases. Do you recommend me to use EntLib Configuration tool to create these 300 connection string in web.config ? Is there any other way I can create the database connection in the DAL layer without creating an entry in the web.config. I know the DB instance...
    Posted to Microsoft Application Blocks (Forum) by mayuresh_s on 01-03-2008, 12:00 AM
    Filed under: .NET, ado.net, architecture, asp.net 2.0, configSections, Enterprise Library 2.0 Introduction, enterprise Library 2.0 shared hosting, asp.net2.0, Enterprise Library 3.1, Enterprise Library medium trust, Enterprise Library, "Enterprise Library 2.0", Patterns & Practices
  • Re: DAL and BLL

    Thanks to everyone who's posted something so far. I am still undecided about the approach I will take. I can understand the benefits of layering into different tiers and it will certainly be applicable for the website I will be work on. However, I am still unsure about how to decide if the BLL and...
    Posted to Architecture (Forum) by dbrook007 on 12-15-2007, 12:00 AM
    Filed under: solution project, solution web application, system analysis", System Design, typed data set, ui, UI Architecture, vb.net, web 2.0, web application project, .NET, .NET 2.0 Framework Diagram Chart, .net 3.5, 3tier, 3-Tier Architecture, 3-tier programming, approach, architecture, bll, business logic layer, dal, data access layer, ASP.NET Architecture, Typed DataSet tableadapter, "system Design", .net 2.0, arcitecture, Patterns & Practices, N-Tier, ADO.NET, Website Problem
  • Re: What is assembly, Native code, PE file

    Following are the answers to your questions: #1. You are correct. Assemblies (.exe and .dll) are the IL code, not the executables. #2. Assemblies are compliled into executable code when they are called. In case of asp.net, when an assembly is used for the very first time, it is compiles and its compiled...
    Posted to Architecture (Forum) by Yanesh Tyagi on 10-23-2007, 12:00 AM
    Filed under: .NET, .NET 2.0 Framework Diagram Chart, architecture, .net 2.0
  • Re: Should i separate my properties and methods within my business entity classes

    I have seen classes implemented with this pattern and in fact the WCF and WebService Software Factory creates these classes into two different projects - your "BusinessEntities" and then your "DataFactory". In my opinion, the way you were doing it is a better pattern with this extra...
    Posted to Architecture (Forum) by david@davidlwalker.com on 07-19-2007, 12:00 AM
    Filed under: web service, .NET, architecture, bll, business, business logic layer, dal, data access layer, web services, webservices, entity, ASP.NET Architecture, OOP, Web, WCF, Patterns & Practices
  • Re: guide me about .net design patterns

    Hi, Recently I read and compiled the MSFT suggested Architecture, Design and Patterns for Enterprise solution and tried to relate with how it fits with old or new solution, here is the link of my presentation, http://www.vishwamohan.com/ShowArticle.aspx?ArticleID=34 Thanks
    Posted to Architecture (Forum) by vishwa on 07-08-2007, 12:00 AM
    Filed under: .NET, 3tier, 3-Tier Architecture, 3-tier programming, architecture, design, design pattern
Page 1 of 3 (27 items) 1 2 3 Next >