| Alex Meleta's profileAlex's spaceBlogLists | Help |
"The error indicates that IIS is not installed on the machine"Let's consider the example:
By default the Application Pool on IIS 7 is set to Integrated Pipeline, which does not work with AjaxToolkit and switching to Classic mode caused several issues:
The quickest solution here is to update ASPNET by using the features - with no changes on application pool go to server roles, uninstall and then install again ASPNET. Both the issues will be fixed. Windows 2008 Core findingsAfter spending some time preparing presentation of Windows 2008 Core I discovered some points usually unclear after a quick view. Here they are:
Having no possibilty to install .NET FW & SQL 2005 simply means that:
In this case Server Core is strongly server-role one, such as AD Domain Controller, Windows Backup, File Server and so on (http://www.trainsignaltraining.com/windows-server-2008-server-core-roles/2008-04-09/), not an business layer, what was initially expected.
As a server-role it has tangible benefit benefits (http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/03/21/sc-enarios-server-core-scenarios.aspx) even aside of 10 surprises of Windows 2008 Core (http://www.builderau.com.au/program/windows/soa/10-surprising-things-about-Windows-Server-2008/0,339024644,339292005,00.htm)
Finally, these are several helpful links:
Official Server Core blog - http://blogs.technet.com/server_core/ SC'enario: Windows Web 2.0 Server 2008 (IIS 7) - http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/03/22/sc-enario-windows-web-2-0-server-2008.aspx Windows Server 2008 Command Lines for Administrative Consoles http://msmvps.com/blogs/ad/archive/2008/06/20/windows-server-2008-command-lines-for-administrative-consoles.aspx (Crossposted from http://devkids.blogspot.com/2008/09/windows-2008-server-core-findings.html) C# <> VB.NET differenceWhat if developer has strongly enough experience in one of TOP 2 .NET languages but never used another one. Been asked of this question found nice link descirbing most hidden differences between VB.NET and C# http://msmvps.com/blogs/kathleen/archive/2008/07/25/what-a-c-coder-should-know-before-they-write-vb-updated.aspx not only from specification perspective.
Excelent BookExcelent book about WWF (See Michael's review there: "Foundations of WF" Book Review )
Must read for anyone who wants to begin Windows Workflow Foundation ResourcesThere are some extra useful resources can helps you reach the WF:
Windows Vista is commingWindows Vista is comming! You can try it wihout installation on you PC - online: http://www.windowsvistatestdrive.com/(server was off some time, but now it's already working)
Make experience Windows Vista simply using you browser! MVP vs MVCModel View Presenter vs Model View Controller Intro It’s important to understand that in n-tier systems MVP/C patterns are responsible for the presentation layer only. It’s not about how you build data or services layers, it’s about separating the data (model) and the user interface(view), telling you how the user interface communicates with data. Using these patterns gives your application independence on changing presentation without depending on data and controlling logic. Generally: 1. Model means data & business logic model. It’s not always a DataSet, DataTable or such stuff. It’s kind of components or classes which can provide data and can receive the data to store it somewhere else. To simplify understanding of Model just think about it as “Façade” class. The main point of the MVC/P pattern is to split Model from View/Controller to make Model independent from them. So, Model cannot contain the references to the V/C. What is the MVC (model-view-controller)?
Primary points are: 1. View does not use Controller to update Model. Controller handles the events from View to manage user’s interaction and data (via interaction with Model)
The example below illustrates the “Active-MVC” pattern, also known as “the original MVC pattern”. There is also the “Passive-MVC” pattern. The differences are that: And now we are close to MVP pattern. In the MVP View and Model are utterly separated from each other using the Presenter. Any interaction between View and Model take place in Presenter. Presenter is like the Controller, but which: So, MVP has following pros:
But there are cons:
Also you need to understand that if you render too much data for View you are tied up on the particular View. So if View needs to be changed you need to update the Presenter either, For example, if you rendered html and need to render the pdf, there is a big possibility that View need to be changed too.
Some new linksNew year has came, new links have been added: 1. Longhorn Corner 3.0 Launched and is live at http://www.longhorncorner.com. The site is totally redesigned and rewritten using ASP.NET 2.0, C# 2.0, and Visual Studio 2005. If you are interesting in .NET 3.0 (WCF, WPF, WF), XAML and such technologies this site is for you. 2. Frog Design blog is considering many of WPF issues: http://www.thewpfblog.com/ 3. ContentPresenter.com is a free WPF tutorial resource created to help interactive designers learn this exciting new technology. Most of the available tutorials online are too technical for most designers to follow and the majority are produced for .NET developers who are trying to learn WPF. http://www.contentpresenter.com/ Happy new year 2007 !2007 becoming! :) What is a Microsoft MVP and a RD?Do you know what is a Microsoft Most Valuable Professional (MVP) or a Microsoft Regional Director (RD) anyway? Who are these people? Jonathan Goodyear is demystifying them in his articles about the MVP here: 1 2 and the RD here as well as provided insight on how to become one of them. By the way my mate Michael (see his blog here) is MVP, so, nothing is imposible :)
It's LINQ showtimeThere is pretty detailed presentation about inovations and new extentions of C#3/LINQ.
The St. Petersburg tripRecently I had a business trip to St. Petersburg with mate Michael. Nice city, but too controversial for undoubted estimation. You can see some photos here to take a liking to ... :)
Will Web 3.0 be in the green?There is an article zdnet.com about future of internet. "The blogosphere’s first takes on Web 3.0 continue the Web 2.0 tradition of focusing on “cool technology,” not business models. In Web 3.0, as in Web 2.0, however, corporate marketers will undoubtedly remain focused on one thing: ROI. To date, Web 2.0 has fallen short in that bottom-line metric."
Also, there is an opinion that "The reason Web 3.0 will lift artificial intelligence into the limelight is it will fill in the technological gaps that currently hamper the key uses for artificial intelligence. It will do so by shunting out the parts of the problem that require a human being to human beings with the help of the web. But, it will do so in a manner that is transparent, massively parallel, and distributed."
The .NET 3 resources collectionStanley Tan made an awesome link collection of .NET 3 resources: WPF, WCF, WF, CardSpace and Vista blogs, whitepapers, videos, presentations, free trainings and sample applications: here
WPF/E PresentationThe big presentation of WPF/E (Windows Presentation Foundation Everywhere) - future cross platform runtime enabling a subset of WPF XAML to reach beyond the latest Windows PC platforms (CTP is not available yet): here, here and its homepage
It's declared to support many OSs (Win9x - Vista, Mac OS X 10.*, (considering) Linux and Solaris) and browsers (IE 5.5+, Mozilla 1+, Firefox 1+, Opera 7+, Safari 1+) and really going to be a new Flash Killer Also, there is another "Flash Killer" projects: F3. It also attemts to demonstrate that we're not exploiting the full capabilities of the Java platform for GUI development and that together with supporting tools like F3, the Java platform is highly competitive with or superior to competing GUI development platforms such as Macromedia Flash/Flex/Open Laszlo, Adobe Apollo, Microsoft WPF/XAML, Mozilla XUL, AJAX/DHMTL. Windows Workflow FoundationA lot of links about Windows Workflow Foundation (40+): here Windows Presentation FoundationTim Sneath has collected many varios resources related with Windows Presentation Foundation. There are WPF Mashup and in am action, an introduction to WPF (in 3 parts) and Big Screen Business presentation - which provides a 3D (hardware accelerated) UX, optimized for viewing on TV and controlling with a Remote Control.
ToDay's linksI have found today some interesting articles about :
1. how to construct the Declarative Validation framework to validate business objects by decorating class properties with attributes. Highly recomended for reading:
http://www.mir.com.my/rb/photography/companies/nikon/nikkoresources/zoomsMF/12001700mm.htm 2. advantages of .NET 2.0’s addition of generics to provide better collections functionality in your applications: |
|
|