INGO RAMMER tells about "Role of Remoting in INDIGO":-He is considered to be the "GOD of .NET Remoting". recently asked Ingo Rammer about the role of remoting in "INDIGO". Here is his response: Hiya,The role of Remoting after Indigo? Hmm ... it will be the same role as the one of ASP.NET Web services, WSE 2.0, MSMQ, and Enterprise Services/COM+: Existing apps will continue to work (you can even run Indigo and any of these previous technologies in the same application and AppDomain). New apps (or ......
After C #, there was every possibility that we will get to see more programming languages with "C" followed by some alphabet. We dint have to wait for too long for it , now we have C ? (pronounced as C "OMEGA") . This language is being developed by microsoft research team.In case if you are wondering that why do need another programming language, specially provided the success of C#. Then let me tell you that there are a lot areas and domains that are yet to be catered by commercial/main stream programming ......
This is one error that we keep on encountering every now and then. My initial guess was that it might had something to do with COM+. But when i googled for this ..... i found out it usually happens ......" when the PagedPoolSize is either set too small or when an application does not re-allocate memory correctly"..WorkaroundAccor... to Microsoft help and support: This problem can be worked around by using the registry editor to zero out the PagedPoolSize parameter. WARNING: Using the Registry Editor ......
I just came across an interesting article by Rockford Lhotka at TheServerSide.net. In this article titled "The Fallacy of the Data Layer" Mr Lhotka insists that in a service oriented world we should not view data access as a layer but rather as a service. He quite rightly points that Data Sources usually are not maintained/owned exclusively by the application(service) (e.g think of SQL Server or any other data store) and hence they can not be thought of as an application layer. I believe he makes ......
kbAlertz: 889877 : BUG: The Submit button on ASP.NET pages does not work after you install the .NET Framework 1.1 Service Pack 1: "SYMPTOMSAfter you install the Microsoft .NET Framework Service Pack 1, the Submit button on Microsoft ASP.NET pages may not work. You do not receive any error messages.CAUSEThis problem occurs because client-side script files that are in the Web site are not synchronized with the .NET Framework 1.1. The PostBack event on client-side validation is stopped.RESOLUTIONTo ......
Dint I tell u that BPEL is the next big thing in Service Oriented world where we orchestrate and connect different automations (business processes) to acheieve desired workflow (business process).Here is a good article at FTP Online / Enterprise Architect.Now read it and dont ever complain that i never told u that :) Hammad Rajjoub,User Group Leader - Dot Net Wizards (http://dotnetwizards.blogs... UG Relations Committee (http://inetapakistan.org),... Speakers Bureau (http://mea.ineta.org)Techn... ......
Today one of a friend wanted to know how to find out if todays is Sunday/Friday/Monday etc or not (ofcourse thats from within SQL Server, or else his mom wud have told him that :) ).. so here is the query that I told him:select DATENAME(dw , getDate()) you can pass "dw" or "weekday" as a first parameter to date name which specifies the part of date returned. so a sample query will be SELECT case when DATENAME(dw , getdate()) <> 'Sunday' then 'Its Not Sunday today' else 'Its Sunday today' end ......
Our COO wants our IT dept. to develop an intranet based portal that can be used as an information sharing tool, centralized repository for sharable documents and an open discussion forum. For this purpose i was aksed to come up with a functional prototype. I dint have the time to waste, I had always thought abt using IBuySpy and this was the best time to do it. So I went to http://www.asp.net/Default.... and downloaded. In a couple of hours time I was able to configure and ......
Another excellent post at TheServerSide:X-develop is a multi-language IDE for the .NET and Java platforms. It supports the C#, Visual Basic.NET, Java and J# programming languages. Productivity-enhancing features such as on-the-fly error checking of all files, refactoring and smart code templates are supported for all languages.Feature highlights:Instant detection of errors throughout all filesNo need to compile in order to find out if there are errors. X-develop checks all files in the solution on-the-fly ......