Browse by Tags

All Tags » C# » .NET (RSS)

Ramp Up

Microsoft has started a new program called Ramp UP ( http://msdn.microsoft.com/en-us/rampup/default.aspx ). “Ramp Up is a free, online, community-based learning program, with a number of different tracks that will help you build your portfolio of professional...
Posted by sweisfeld | with no comments
Filed under: , , ,

ASP.NET charting controls

Microsoft released a set of controls called the ASP.NET charting controls. I don’t know if they licensed this from Dundas, however in one of my projects I was able to replace Dundas with this in about 30 min. Most of the class names are the same. Oh and...
Posted by sweisfeld | 1 comment(s)
Filed under: , , , ,

WCF & Using Statements

I was attending the Dallas Connected Systems UG last night ( http://biztalkusergroup.com/ ) and during the presentation I made the bold assertion that one should NOT use the "using statement" when working with WCF. Now I am a HUGE proponent...
Posted by sweisfeld | with no comments
Filed under: , , , ,

Microsoft Web Platform Installer

While I was not able to attend PDC, Microsoft did good by the community and has provided free recordings of many of the sessions ( http://www.microsoftpdc.com ). While this is cool and has some great content, the purpose of this blog post is to talk about...
Posted by sweisfeld | with no comments
Filed under: , , , , ,

ALM Advisor

Microsoft has a free tool called the ALM Advisor. As you know ALM or application lifecycle management is “the process of delivering software as a continuously repeating cycle of inter-related steps: definition, design, development, testing, deployment...
Posted by sweisfeld | with no comments
Filed under: , , ,

Generics , Extension Methods, and XML Serialization

At the Jax SQL Saturday I was asked to turn a .NET object into an xml file and then reverse the process. Step 1: Serialization with extension methods C# 3.0 comes with this cool feature called extension methods. This is syntactical sugar for static methods...
Posted by sweisfeld | 3 comment(s)
Filed under: ,

C# 3.0 (.NET 3.5) Language Features & Delegates

Two more questions from the floor at TechEd. Perhaps the most frequent question at TechEd is “What are the new features of C# 3.0?” Here is the short list: • Implicitly typed local variables • Extension methods • Lambda expressions • Object and collection...
Posted by sweisfeld | with no comments
Filed under: ,

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

Chage the colors on a button

Got a question from an attendee at the Orlando Launch Event, he wanted to know how to change the colors of a button from code (i.e. the click event). Both of these items are properties on the button and can be changed easily with the following code. button1...
Posted by sweisfeld | with no comments
Filed under: ,

DateTimePicker control and its DateTimeKind setting

I got this information from one of my ONETUG members (thanks JT) and I thought I would share. There's a "feature" in the .NET 2.0 framework for the DateTimePicker control. When you assign it a value for the DateTime, it will inherit the...
Posted by sweisfeld | with no comments
Filed under: ,

2008 SQL Saturday Tampa

SQL Saturday Tampa 2008 was great, a big thank you to the organizers Pam, Wes, and team, great job guys! To those that attended my session on the SQL CLR I have uploaded my presentation here ( http://cid-afc22ba66ea68f7d.skydrive.live.com/self.aspx/Public...
Posted by sweisfeld | with no comments
Filed under: , ,

C# Tutorials

I was asked to provide some links to online C# Tutorials. I threw the list below together in 5 min, I know I have missed some great sites so please augment my list by leaving a comment. http://msdn2.microsoft.com/en-us/vcsharp/default.aspx http://windowsclient...
Posted by sweisfeld | 1 comment(s)
Filed under: ,

South Florida Code Camp 2008

The South Florida Code Camp was another great event. Many thanks go out to the team that worked the countless hours to put it together. For any of you that attended my talk on .NET Reflection here is my Code & PowerPoint. http://cid-afc22ba66ea68f7d...
Posted by sweisfeld | 1 comment(s)
Filed under: ,

Using the CCR for Line of Business Applications

For fun I have been playing around with Microsoft Robotics studio ( http://microsoft.com/robotics ) for a long time now and I have listened to Microsoft’s George Chrysanthakopoulos tell us how cool the CCR was in just about every webcast. Well I have...
Posted by sweisfeld | with no comments
Filed under: , ,

Execute a Stored Procedure: Quick and Dirty

Ok, I usually try to only talk about best practices but sometimes we all need a quick an dirty few lines to execute a stored procedure, no Enterprise Data Access, no LINQ, just System.Data and the managed provider for our given DB. Well here goes. 1 ...
Posted by sweisfeld | 1 comment(s)
Filed under: ,
More Posts Next page »