Browse by Tags

All Tags » .NET » ASP.NET (RSS)

Building a solution with many projects is SLOWWWWWWW

This week I am attending TechEd in Orlando FL and I was honored to be requested to work the C# booth by the MVP and C# teams. I got many great questions from attendees and I thought I would post some of the more interesting ones. So here goes. An attendee...
Posted by sweisfeld | with no comments

Central Florida Tech Fair

Here you can download my presentations from the CFL Tech Fair. http://onetug.net/Documents/CFL_Presentations.zip
Posted by sweisfeld | with no comments
Filed under: , , , ,

Fiddler Web Debugging Proxy

Went to an MSDN event by Russ ( http://blogs.msdn.com/rfustino/ ) a few weeks ago and during his demo he displayed this cool tool called Fiddler ( http://www.fiddler2.com/ ). A must have debugging tool for any Smart Client or Web Developer. Fiddler is...
Posted by sweisfeld | with no comments
Filed under: , , , , , ,

SPN’s (Service Principal Names)

Having problems authenticating? Maybe you need an SPN? Here is some information on SPN’s (Service Principal Names), but basically SPN’s allow a client to find a service for Kerberos authentication. SPN information from MSDN http://msdn2.microsoft.com...
Posted by sweisfeld | with no comments
Filed under: , , ,

Fall Schedule

In addition to my day job I have been invited to teach two courses this fall: Information Systems and C# Programming. The Orlando campus of Florida Institute of Technology has invited me back to again teach Information Systems. This graduate level course...
Posted by sweisfeld | with no comments
Filed under: , ,

Using XML\A and C# to Query SAP BW

Need to query SAP BW from your .NET application? This is a trivial task with XML\A and C#. XML\A is a specification that allows multidimentional datasources to be queried by applications. It is how Reporting Services talks to SAP BW ( http://technet.microsoft...
Posted by sweisfeld | 2 comment(s)
Filed under: , , ,

Notes from the TechEd 2007 Birds of a Feather I did with Alan

Shawn Weisfeld C# MVP President Orlando .NET Users Group http://www.shawnweisfeld.com shawn@shawnweisfeld.com Alan Stevens President East Tennessee .NET Users Group alanstevens@gmail.com http://netcave.org/ Notes by Dave Noderer: daven@computerways.com...
Posted by sweisfeld | with no comments
Filed under: , , , , ,

April 19, ONETUG meeting

Sorry it took so long but here is the PowerPoint from my presentation. Includes Introduction, Robot, and C# Future slides. http://www.onetug.org/DNN/Portals/0/member_files/2007_04_19_Meeting.zip
Posted by sweisfeld | with no comments
Filed under: , , ,

Microsoft Silverlight

Ever since before WPF had WPF/E we were hearing rumors about this product. Microsoft describes the product as "a cross-browser, cross-platform plug-in for delivering the next generation of media experiences and rich interactive applications (RIAs) for...
Posted by sweisfeld | 1 comment(s)
Filed under: , ,

Be warned aspnet_regiis might change the version of .NET on your Virtual Directories

Yesterday we ran aspnet_regiis in an effort to get WCF working on our server (see this KB article for details on that http ://msdn2.microsoft.com/en-us/library/ms752252.aspx ) and all heck broke loose. Apparently the tool went through the websites and...
Posted by sweisfeld | with no comments
Filed under: , ,

My DataHelper

While I am a firm believer in the Enterprise Application Blocks from Patterns and Practices ( http://msdn.microsoft.com/practices ) I was recently asked to produce a simple way for people to get data without the EAB. I know there are a million examples...
Posted by sweisfeld | with no comments
Filed under: , , ,

Beginning Oracle & .NET

A question came across my desk asking about how to get started with using Oracle in .NET. These links on the Oracle site are very helpful. Post comments to share your favorite links. The Oracle .NET Developer Center http://www.oracle.com/technology/tech...
Posted by sweisfeld | with no comments
Filed under: , ,

The “Double Hop” Issue

I have run into the dreaded “Double Hop” Issue many times over the last few years, I have even heard horror stories from developers in other companies. To that end I have decided to put together a list of useful links on this issue. Here is a few that...
Posted by sweisfeld | with no comments
Filed under: ,

Stack Based Flood Fill Algorithm

For a recent project I needed a Flood Fill Algorithm (see Flood Fill in Wikipedia, http://en.wikipedia.org/wiki/Flood_fill ). Here is my implementation in C++. Some things to note 1) I am using the ImagerBitmapClass from a previous post ( http://drowningintechnicaldebt...
Posted by sweisfeld | with no comments
Filed under: , , ,

ASP.NET AJAX Random Image Rotator

Joe Healy ( http://www.devfish.net ) came to Orlando today to talk about ASP.NET AJAX ( http://ajax.asp.net ). After seeing his presentation I was inspired to play with the tools. Additionally I got an email asking that I build an image rotator that changed...
Posted by sweisfeld | 4 comment(s)
Filed under: , ,
More Posts Next page »