blog
Today I was playing with the Sql Server 2005 Service Broker funcrionality and created MessageType, Queues, Services, Contracts as necessary and after trying to Send Messages I could not find anything in the Queue. After investigating further found that the Messages are all sitting in the sys.transmission_queue and with the following error. The session keys for this conversation could not be created or accessed. The database master key is required for this operation. After investigating further I ......
I started getting the following error in one of the site that I am recently installing ( win 2000, .Net 1.1)Access to performance data was denied to ASPNET as attempted from C:\WINNT\Microsoft.NET\Fram... Access to performance data was denied to ASPNET as attempted from C:\WINNT\Microsoft.NET\Fram... The type initializer for "Microsoft.Practices.Enterp... ......
Introduction to Service Broker Programminghttp://msdn2.mic... SSBAdmin – Niels B. http://www.sqljunkies.com/W... GotDotNet Code Gallery http://www.gotdotnet.com/co... Inside MSDN: Building the MSDN Aggregation System, by John Mollman: http://msdn.microsoft.com/m... Visual Studio Magazine: Program SQL Server 2005’s ......
http://blogs.msdn.com/adiol... How to write a DCOM server in C# Well, why DCOM and not .NET Remoting? For one thing, DCOM offers a secure interprocess communication channel through TCP/IP... which .NET remoting doesn't have unfortunately. Also, a DCOM server can be hosted in almost any process, including Windows Services! The ideas are described below (this is pretty straightforward assuming you already know COM) 1) Your server process will expose a COM class factory ......
One of my close friend was asking me today how to install a windows service that is written in .Net.I sent him couple of links quickly after searching google, and this may help others as well.http://csharpcomputing... if you are tired of installing and uninstalling a service while development here is another way I have done it using ......
Generate your own “Loading Icon”
http://www.ajaxload.info/
source: http://idunno.org/displayBl... is the original post. Scott Hanselman wrote today about P3P and adding headers, which got me thinking. For this site (however dead it is) I can control the actual server, so adding the P3P headers was easy. However I have a community site bubbling under and if it takes off it will be need to be moved somewhere professional and not my attic. With professional hosting comes that lack of control and the need to have a better way of adding headers, ......
ASP.NET Supervising Controller (Model View Presenter) From Schematic To Unit Tests to Codehttp://haacked.com/arch... View Presenter with ASP.NEThttp://www.codeproje... out the Model-View-Presenter patternhttp://128592.viewst... View Presenter by Martin fowlerhttp://www.martinfowl... ......
source: http://weblogs.asp.net/scot... ASP.NET Topics Sending Email in ASP.NET 2.0: This is a great article from Scott Mitchell that demonstrates how to use the new System.Net.Mail APIs in .NET 2.0 to send email from an ASP.NET application. Sending Email in ASP.NET 2.0: HTML-Formatted Emails, Attachments, and Gracefully Handling SMTP Exceptions: This is a great follow-up article on email from Scott Mitchell that discusses some more advanced ......
Web 2.0 Reference Centre
http://www.programmableweb.com/reference
Best of the Web
http://www.bobbyvandersluis.com/main/linkLibrary.php#c19
Ultimate List of Free Windows Software from Microsoft Microsoft has over 150 FREE Windows Programs available for download -- but finding them all is extremely difficult. Until now, thanks to the Road to Know Where! http://bhandler.spaces.live... ......
Here you will find discussion on Rules to follow for the whole software development life cycle.
You will find rules to follow for Management, Application Design, Website, Communication, Networking, Third Party product, Testing, Documentation etc. A very useful site.
http://www.ssw.com.au/SSW/Standards/Default.aspx
Hope this helps.
Shahed Khan
Hi guys hope this will be useful to quickly get the idea of Setup and Deployment Project in VS.Net Setup and Deployment Projects Article Links======================... Deploying Applications and Componentshttp://msdn.micro... Walkthrough: Deploying a Web Solutionhttp://msdn.microso... Walkthrough: Using ......