kheiligh

Stories kicked by kheiligh

Essential guide to ASP.NET MVC3 performance(leoncullens.nl)

submitted by AvalaxyAvalaxy(214) 4 months, 22 days ago

The .NET CLR can give your web application a significant performance boost compared to other platforms such as PHP due to it's compiled nature. Not only does your .NET code perform better because it's more low-level, it also comes with good support for parallel programming. This guide will not explain the basics of a responsive and fast web application by talking about CSS minifying, sprites, content delivery networks, etc. Instead this guide will be an essential guide for making sure you don't miss any features that can enhance the performance of your ASP.NET MVC3 application. read more...

2 comments |category: |Views: 437

tags: another

LINQ to XSD Preview Alpha 0.2(microsoft.com)

submitted by kheilighkheiligh(20) 4 years, 11 months ago

Add-on for Orcas to tag an XSD or other schema as "LINQ to XSD", build, and then have the object model derived from the schema as part of the solution. read more...

add a comment |category: |Views: 1

tags: another

I coulnd't do regex coding without this(sellsbrothers.com)

submitted by csmbacsmba(110) 6 years, 2 months ago

After discovering this tool, I just can not imagine doing any regex coding in .net without this. It is free, and saves you tons of debug time and compilations. All you need is to play with your regex on this tool, perfect it, and then write the code. just love it! read more...

2 comments |category: |Views: 18

tags: another

Visual Studio 2005 Code Snippets(msdn.microsoft.com)

submitted by dereklakindereklakin(1565) 6 years, 2 months ago

IntelliSense Code Snippets are reusable, task-oriented blocks of code. Visual Studio 2005 includes code snippets covering tasks ranging from creating a custom exception, to sending an e-mail message, to drawing a circle. read more...

add a comment |category: |Views: 7

tags: another

Paint.NET(eecs.wsu.edu)

submitted by j.montyj.monty(1868) 6 years, 2 months ago

Paint.NET is an open source image and photo manipulation software designed to be used on computers that run Windows 2000, XP, Vista, or Server 2003. It supports layers, unlimited undo, special effects, and a wide variety of useful and powerful tools. read more...

2 comments |category: |Views: 9

tags: another

Visual C# 2005 tools, snippets emerging(theserverside.net)

submitted by cainfotechcainfotech(460) 6 years, 2 months ago

As they become more familiar with the .NET Framework, some developers find they need a working knowledge of both C# and VB. As Visual Studio 2005 matures, an increasing number of C# tools is hitting the market, while seasoned developers are learning more about how to make the sometimes dysfunctional languages cooperate. This story summarizes some of the latest bits of advice for C# development. read more...

add a comment |category: |Views: 1

tags: another

Introduction to Anthem.NET(codeproject.com)

submitted by cainfotechcainfotech(460) 6 years, 2 months ago

AJAX is something lots of ASP.NET developers are interested in, but there are a number of AJAX libraries and solutions out there - so which one do you go for........... read more...

add a comment |category: |Views: 6

tags: another

Gym Exercise Tracker in C# and .NET - Printing the DataGridView(c-sharpcorner.com)

submitted by cainfotechcainfotech(460) 6 years, 2 months ago

This article demonstrates an Exercise Tracking Program in C# that you can use to track your daily exercises. It uses the DataGridView and an Access Database to display exercise data. The program also let's you print out your daily routine read more...

add a comment |category: |Views: 25

tags: another

Great ASP.NET 2.0 Tutorial Videos Online(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 6 years, 2 months ago

Here are ten ASP.NET 2.0 tutorial videos, each is about 10-15 minutes long. Topics covered are Data Access, Master Pages and Site Navigation, Membership and Roles, Profiles and Themes, Web Parts and Personalization, Output Caching and SQL Cache Invalidation, Partial Page Caching, Localization, Wizard and Validation Controls and Tips and Tricks. read more...

add a comment |category: |Views: 24

tags: another

The top 10 most visited tips on Tip of the Week(blogs.msdn.com)

submitted by gavinjoycegavinjoyce(25.7k) 6 years, 3 months ago

Ten top .NET and VS.NET tips from Sara Ford read more...

add a comment |category: |Views: 4

tags: another