Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Observer Pattern C#

    Introduction In this article, I will try to explain Observer Pattern, which is being used intensively in software, via brief and usable example. Definition As a word, Observer means a person who observes (Observer Pattern). In software world, however, it is defined as a one-to-many dependency among objects...
    Posted to Muhanad YOUNIS (Weblog) by mohi88 on 10-14-2008, 12:00 AM
    Filed under: C#, XML, Design Patterns, Observer Pattern, Architecture, Tutorial
  • Prism First Drop

    Glenn Block & the Guys from Patterns & Practices just released to the public Prism First Drop, this drop includes a drat Reference Implementation (RI) which you can look and learn how to use the Prism. If you want to learn more about Prism, Glenn block and me are going to talk about it in less...
    Posted to Ohad's Blog (Weblog) by Ohad Israeli on 03-13-2008, 12:00 AM
    Filed under: C#, Architecture, WPF, Design Patterns, WPF Composite Client, TechEd, Prism, TechedIsrael2008
  • Indexing and searching business entities using Lucene.Net Framework, part 3

    Conception using generics and reflection of a search engine to index and search content in your business entities without being intrusive. Part 1 and 2 are available following those links Indexing and searching business entities using Lucene.Net Framework, part 1 Indexing and searching business entities...
    Posted to Laurent Kempé (Weblog) by lkempe on 03-07-2008, 12:00 AM
    Filed under: Tools, ASP.NET 2.0, Interoperability, innoveo solutions, C#, Architecture, Generics, Reflection
  • Indexing and searching business entities using Lucene.Net Framework, part 2

    Conception using generics and reflection of a search engine to index and search content in your business entities without being intrusive. Part 1 is available following this link Indexing and searching business entities using Lucene.Net Framework, part 1 Lucene.Net presentation Lucene.Net is an open...
    Posted to Laurent Kempé (Weblog) by lkempe on 03-07-2008, 12:00 AM
    Filed under: Tools, ASP.NET 2.0, Interoperability, innoveo solutions, C#, Architecture, Generics, Reflection
  • Building an N-Layer ASP.NET Application with LINQ, Lambdas and Stored Procedures (Updated)

    Update: I refactored some of the code and also did a better job ensuring Dispose() is called everywhere so that the DataContext object gets cleaned up properly. Download the Application Here .NET 3.5 has a lot of great new features that can significantly enhance developer productivity. I've been spending...
    Posted to Dan Wahlin's WebLog (Weblog) by dwahlin on 02-28-2008, 12:00 AM
    Filed under: ASP.NET, ASP.NET AJAX, .NET, C#, Architecture, LINQ, Lambdas
  • Indexing and searching business entities using Lucene.Net Framework, part 1

    Conception using generics and reflection of a search engine to index and search content in your business entities without being intrusive. Introduction Today, one of the functionality that almost all web sites implements is a method to index content and give it users the possibility to search that content...
    Posted to Laurent Kempé (Weblog) by lkempe on 11-16-2007, 12:00 AM
    Filed under: Tools, ASP.NET 2.0, Interoperability, innoveo solutions, C#, Architecture, Generics, Reflection
  • Are Page Modules Still Useful In IIS7?

    With IIS7 a new transfer method is available in the HttpServerUtility class . It's the TransferRequest method . What this method is intended to do is behave like the HttpResponse.Redirect method without the penalty of traveling to the client and back . I said "is intended to behave" because it still...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 10-15-2007, 12:00 AM
    Filed under: Community, ASP.NET, SoftDev, Web, MVP, MSDN, Microsoft, Architecture, .NET, PageModules, C#, IIS
  • You Don't Always Need Page Modules

    From my article on Page Modules some people might have gotten the wrong impression that this would be the only way to get a reference to the page given its path, but it isn't. You can use the System.Web.UI.PageParser.GetCompiledPageInstance method to get the reference to the page before calling the System...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 09-16-2007, 12:00 AM
    Filed under: Community, ASP.NET, SoftDev, Web, MVP, MSDN, Microsoft, Architecture, .NET, PageModules, C#
  • Smart Client Software Factory WPF Enabled

    Anyone who've been developing Smart Clients (or any other Winforms based applications) using Composite UI Application block and Smart Client Software Factory was wondering how to get the great frameworks functionality for building WPF based application, WPF enable us to build rich application but...
    Posted to Ohad's Blog (Weblog) by Ohad Israeli on 04-17-2007, 12:00 AM
    Filed under: Visual Studio Add-ins, C#, MS Application Blocks, Tools, .NET General, Architecture, Visual Studio 2005, WPF, CAB
  • Composite UI Application Block Training

    With the success of the MVPs week and the Microsoft Developer's Academy I'm going to deliver on the 21-22/3 a Two-day seminar providing an in-depth, hands-on coverage of Microsoft’s Composite UI Application Block (CAB) at John Bryce College - TelAviv. The seminar will begin with an overview...
    Posted to Ohad's Blog (Weblog) by Ohad Israeli on 02-18-2007, 12:00 AM
    Filed under: C#, MS Application Blocks, Architecture, Visual Studio 2005, CAB
Page 1 of 5 (47 items) 1 2 3 4 5 Next >