Home / ASP.NET Weblogs
All Tags » C# » Code (RSS)

Browse by Tags

Related Posts

  • Creating a SharePoint Web Part Step by Step

    This is the first time I develop for SharePoint, something that I wanted for a while, yet never got a project to do so. I have been a SharePoint user for many years, normally because all companies I have worked they use it as their document repository, “link provider”. There are a few steps that are...
    Posted to Albert Pascual ASP.NET Blog (Weblog) by albertpascual on 10-30-2008, 12:00 AM
    Filed under: Code, C#, ASP.NET, .NET, Books, SharePoint
  • Zip Compressing ASP.NET Session without changing your code using a Session provider.

    Scott Hanselman had a post last week to zip your Session state. a great idea I thought to be able to save memory on the computer. Yet I didn’t want to change all my source code to use another class to do so, a nightmare to track all the Sessions in every application, or worse when you don’t have access...
    Posted to Albert Pascual ASP.NET Blog (Weblog) by albertpascual on 10-27-2008, 12:00 AM
    Filed under: Code, C#, ASP.NET, .NET, Scott Hanselman, Zip
  • Is it important to write good code?

    The last three weeks I have visit several companies and talked about writing good code. It's amazing to see how different developer thinks about writing good code. Here are some comments when I asked if it's important to write good code: - I don't care as long as it works it's fine. - I don't have the...
    Posted to Fredrik Normén (Weblog) by Fredrik N on 10-12-2008, 12:00 AM
    Filed under: C#, Write code, Code
  • Region is an excuse for hiding large files

    Often when I take a look at sample code there are a lot of regions. I need to open them all the time, it really start to make me crazy. Why does people even use Region in their code, what's the point of hiding code? I think it's only an excuse to hide code because of a too large file. What do you think...
    Posted to Fredrik Normén (Weblog) by Fredrik N on 09-18-2008, 12:00 AM
    Filed under: C#, Code, VB.Net
  • GeoRSS Editor alpha version is up and running

    GeoRSS is a great way to share geographic information that updates all the time, sending simple geography (points, lines and polygons to a consumer. GeoRSS is RSS with a collection of points, as flexible as RSS with the advantage of providing location to your information. A great tool that I personally...
    Posted to Albert Pascual ASP.NET Blog (Weblog) by albertpascual on 08-29-2008, 12:00 AM
    Filed under: Code, C#, ASP.NET, .NET, GeoRSS, JavaScript, ESRI, Geo Twitter, AJAX
  • Using the ESRI JavaScript API as the Silverlight control SDK

    After Richie released the Map Viewer Silverlight control I thought to provide the control with an SDK.  Completely write an SDK in Silverlight for queries and tasks would take a long time. However ArcGIS 9.3 comes out with the Rest Api and Silverlight can talk to Javascript without any problems...
    Posted to Albert Pascual ASP.NET Blog (Weblog) by albertpascual on 08-24-2008, 12:00 AM
    Filed under: Code, C#, ASP.NET, .NET, Silverlight 2.0, JavaScript, ESRI
  • Windows Vista TCP/IP stack cannot send UDP packets?

    Windows Vista came out with the new TCP/IP stack that was very promising TCP/IP v6 build in. That was great news for anybody that has worked in the socket world. I have been going in and out with my love and projects in IP and UDP. I do prefer UDP as I’ve always the excuse that I do not warranty the...
    Posted to Albert Pascual ASP.NET Blog (Weblog) by albertpascual on 08-21-2008, 12:00 AM
    Filed under: Code, C#, .NET, UDP
  • UDP Packet Generator

    Tonight I need a UDP Packet generator, so I thought just to paste it here so I can help anybody looking for something like that. I have a few files I want to transfer using UDP to another machine. Remember that UDP does not warranty delivery. Change the localhost to the destination IP as well as the...
    Posted to Albert Pascual ASP.NET Blog (Weblog) by albertpascual on 06-24-2008, 12:00 AM
    Filed under: Code, C#, .NET, Sockets
  • Best practices for using LINQ to SQL on your existing web applications.

    Previously I have been talking about the limitations of Linq to SQL for your data layer. You should read it here . This post is part of the Linq to SQL series . Linq to SQL is a great technology I found that adding the data layer on the web application will just work until you are deploying the application...
    Posted to Albert Pascual ASP.NET Blog (Weblog) by albertpascual on 06-19-2008, 12:00 AM
    Filed under: Code, C#, ASP.NET, .NET, LINQ to SQL
  • How to add GeoTwitter to your blog or website

      You can add Geotwitter.NET to your website or blog with a simple JavaScript include and will provide two functions: You can see the last 10 users using Twitter the have a location as well as you can only show your last location. The code to add on your website is: <script type= "text/javascript"...
    Posted to Albert Pascual ASP.NET Blog (Weblog) by albertpascual on 05-28-2008, 12:00 AM
    Filed under: Code, C#, ASP.NET, .NET, GeoRSS, Geo Twitter, AJAX
Page 1 of 6 (57 items) 1 2 3 4 5 Next > ... Last »