| Solentive News |
|
|
[click for more...]
|
|
CEO Steve Jobs says the company’s hit phone will open up to third-party applications and that a software development kit is coming.
23/10/2007
[Link]
info@redherring.com (Red Herring)
|
|
|
|
[click for more...]
|
|
23/10/2007
[Link]
|
|
|
|
[click for more...]
|
Ouch. This error has bothered me for a couple of days now, and I finally found a solution. I kept getting this error when I was building a depolyment project.
First, you should try Microsoft's Knowledge Base article on the problem: http://support.microsoft.com/kb/329214/EN-US/.
Didn't work? It does for some... but it didn't for me either. If you are still having problems... you have another dll that needs to be registered again. "regsvr32 ole32.dll". That last command solved the problem for me.
I recently removed a bunch of applications off of my machine, I'm guessing it got hosed somewhere in the process.
- dan
23/10/2007
[Link]
|
|
|
|
[click for more...]
|
|
Inheritable class for retreving Assembly Data in VB.net 2005 framework 2.0
23/10/2007
[Link]
Prefict
|
|
|
|
[click for more...]
|
|
23/10/2007
[Link]
|
|
|
|
[click for more...]
|
|
An Article on Implementing MySQL Providers for ASP.NET 2.0 Membership, Roles, Site Map and Personalization
23/10/2007
[Link]
J Snyman
|
|
|
|
[click for more...]
|
|
Reflexil is an assembly editor and runs as a plug-in for Lutz Roeder's Reflector. Reflexil is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports "on-the-fly" C#/VB.NET code injection.
23/10/2007
[Link]
Sebastien LEBRETON
|
|
|
|
[click for more...]
|
I have updated my projects site. This section of my bicnet website is a place where I can throw working examples of blog posts, and other things I like to show. Sometimes at home I'll find something cool, and I'll throw it up there for my manager to see. A small note, I got lazy while going through the Microsoft Exams which Is why you only see a few chapters on there :P Updated Projects: If anyone would like me to put an example of anything ASP.NET, let me know.
23/10/2007
[Link]
|
|
|
|
[click for more...]
|
|
Yet another list pager, but this one can use LinkButtons or simple hyperlinks, provides scrolling within an ASP.NET Ajax UpdatePanel, and behaves similarly to the paging found on Amazon.com.
23/10/2007
[Link]
Daniel Vaughan
|
|
|
|
[click for more...]
|
The .NET Framework 3.5 is shipping later this year at the same time as Visual Studio 2008. The .NET Framework 3.5 is an additive release, meaning that it adds functionality in terms of classes in assemblies to the previous versions 3.0 and 2.0 of the...( read more)
23/10/2007
[Link]
|
|
|
|
[click for more...]
|
|
This article provides a way to use RSA public key encryption in scripts running on a webserver hosted by a shared hosting company. It also demonstrates how to use RSA in .Net to solve the 'real world' problem of signing license codes so that they cannot be forged.
23/10/2007
[Link]
Paul Sanders (AlpineSoft)
|
|
|
|
[click for more...]
|
Once again, for the 4th year in a row, I enjoyed the one conference I make sure to book well in advance. I haven't traveled to conferences as much this year, instead focused on client-related work. This was one conference, however, I was really looking forward to attending and presenting. I am originally from the mid-west (Oklahoma) and have lived in Massachusetts for 12 years now but I always feel more at home when I go to HDC than anywhere I have visited. The layout of the area, the local convenient...( read more)
23/10/2007
[Link]
|
|
|
|
[click for more...]
|
|
23/10/2007
[Link]
|
|
|
|
[click for more...]
|
|
javascript+AJAX solution for inline edititng in grid.
23/10/2007
[Link]
Andrew Golik
|
|
|
|
[click for more...]
|
|
InfoWorld - Microsoft plans to integrate F#, a functional programming language developed by the Microsoft Research group, into its Visual Studio application development platform, said S. "Soma" Somasegar, corporate vice president of the Microsoft Developer Division, in his blog.
23/10/2007
[Link]
|
|
|
|
[click for more...]
|
I had a short video that I needed to share with family this weekend so I thought I'd try out the Silverlight streaming service that's currently free. I started out with this guide Your Video to Silverlight Streaming 101 which seemed pretty straight forward....( read more)
23/10/2007
[Link]
|
|
|
|
[click for more...]
|
I was reading a document on web service and came a very good point on when to use web service and when not. If you have something in your mind please feel free to put comment here... Use Web Services: o Communicating through a Firewall When building a distributed application with 100s/1000s of users spread over multiple locations, there is always the problem of communicating between client and server because of firewalls and proxy servers. Exposing your middle tier components as Web Services and invoking the directly from a Windows UI is a very valid option. o Application Integration When integrating applications written in various languages and running on disparate systems. Or even applications running on the same platform that have been written by separate vendors. o Business-to-Business Integration This is an enabler for B2B intergtation which allows one to expose vital business processes to authorized supplier and customers. An example would be exposing electronic ordering and invoicing, allowing customers to send you purchase orders and suppliers to send you invoices electronically. o Software Reuse This takes place at multiple levels. Code Reuse at the Source code level or binary componet-based resuse. The limiting factor here is that you can reuse the code but not the data behind it. Webservice overcome this limitation. A scenario could be when you are building an app that aggregates the functionality of serveral other Applicatons. Each of these functions could be performed by individual apps, but there is value in perhaps combining the the multiple apps to present a unifiend view in a Portal or Intranet. o When not to use Web Services: Single machine Applicatons When the apps are running on the same machine and need to communicate with each other use a native API. You also have the options of using component technologies such as COM or .NET Componets as there is very little overhead. o Homogeneous Applications on a LAN If you have Win32 or Winforms apps that want to communicate to their server counterpart. It is much more efficient to use DCOM in the case of Win32 apps and .NET Remoting in the case of .NET Apps. http://www.techinterviews.com/index.php?p=5&more=1&c=1 This is sounds very interesting. Always have a fun Suresh Behera
23/10/2007
[Link]
|
|
|
|
[click for more...]
|
|
Demonstrates the concept of how to build an old MFC application in a .NET application, to replace the MFC MDI Framework with the modern WinForms or the WPF Framework and to integrate MFC Views and Dialogs in it.
23/10/2007
[Link]
Alexey Shalnov
|
|
|
|
[click for more...]
|
|
This is a WebControl that provides an easy way to prepare an ASP.NET GridView to be paged and printed in the browser.
23/10/2007
[Link]
Cassio Alves
|
|