Browse by Tags

All Tags » C# » 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

Unable to connect to the remote server

When attempting to call a webservice that lives outside my corperate firewall I was getting the following error: System.Net.WebException was unhandled by user code Message="Unable to connect to the remote server" Source="System" StackTrace...
Posted by sweisfeld | with no comments
Filed under: , ,

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: , , , , , ,

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: , , ,

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: , , ,

SSRS Web Services

The other day I was talking to another local developer that was interested in using reporting services, but while the “Report Viewer” control provided by Microsoft is fast and easy it doesn’t necessarily fit into the business requirements that his users...
Posted by sweisfeld | with no comments

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: , ,

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: , ,

Web.config Inheritance

Scott Forsyth has a great explanation of how inheritance works in the ASP.NET configuration hierarchy. I ran into a problem recently when I put a .NET project that just had a bunch of services in the virtual directory of another website. The services...
Posted by sweisfeld | with no comments
Filed under: , ,

Toolbox Auto-retract in VS.NET

Tired of the tool box disappearing every time you want to get something out of it? Want to get that toolbox off the screen so that you can see your code? All the windows when docked to the outside edge of VS.NET are pin-able. Just click the little pin...
Posted by sweisfeld | with no comments
Filed under: , ,
More Posts Next page »