karpach96

Stories kicked by karpach96

XRefresh alternative solution(www.karpach.com)

submitted by karpach96karpach96(265) 1 year, 11 months ago

XRefresh alternative solution using Visual Studio macros. Dual monitor web development automation. read more...

add a comment |category: |Views: 20

tags: another

T-SQL ASP.NET Form Generator Template(www.karpach.com)

submitted by karpach96karpach96(265) 2 years, 4 months ago

How to create SQL Server Management Studio ASP.NET form generator template? T-SQL scaffolding templates. read more...

add a comment |category: |Views: 18

tags: another

ASP.NET - How to speed up ASP.NET web development?(karpach.com)

submitted by karpach96karpach96(265) 2 years, 9 months ago

Almost every ASP.NET developer heard or used ReSharper Visual Studio Addon or CodeRush from Devexpress. Those tools claim to speed up coding process up to 25%. However almost nobody realizes that most of the time asp.net web developer just waiting for project to compile. read more...

add a comment |category: |Views: 26

tags: another

ASP.NET - YSlow and ASP.NET: 100 points "A" grade is possible(karpach.com)

submitted by karpach96karpach96(265) 3 years, 2 months ago

Just in case if somebody doesn’t know what YSlow is? YSlow is Firefox add-on integrated with Firebug. It analyzes web pages and tells you why they are slow. You can run it on you project and see your grade. You can do some easy improvements and maybe even get D grade. However to get higher then D grade becomes a real challenge. Below I will describe how I got A grade (100 points) on my web blog application. read more...

3 comments |category: |Views: 636

tags: another

Ajaxtoolkit Calendar Extender close button and date restriction(karpach.com)

submitted by karpach96karpach96(265) 3 years, 4 months ago

How to add close button to Ajaxtoolkit Calendar Extender without touching source code? How to make date restrictions? read more...

add a comment |category: |Views: 261

tags: another

ASP.NET - Correct way of storing c# property in ViewState(karpach.com)

submitted by karpach96karpach96(265) 3 years, 5 months ago

Correct way of storing c# property in ViewState. Classic example of null-coalesing operator ??. Property in ViewState code snippet. read more...

add a comment |category: |Views: 18

tags: another

jQuery Intellisense in VS 2008 - ScottGu's Blog(weblogs.asp.net)

submitted by TazerTazer(360) 3 years, 6 months ago

Last month I blogged about how Microsoft is extending support for jQuery. Over the last few weeks we've been working with the jQuery team to add great jQuery intellisense support within Visual Studio 2008 and Visual Web Developer 2008 Express (which is free). This is now available to download and use. read more...

add a comment |category: |Views: 343

tags: another

Custom ASP.NET server control with embedded resources(karpach.com)

submitted by karpach96karpach96(265) 3 years, 6 months ago

How to build Custom ASP.NET server control with embedded resources. Lets take as an example ColorPicker control that I recently made. read more...

add a comment |category: |Views: 53

tags: another

LINQ to SQL: How to convert Subsonic project to LINQ to SQL?(karpach.com)

submitted by karpach96karpach96(265) 3 years, 6 months ago

About year and half I started to use Subsonic. This is a great tool. It made my life easier.? However, I kept asking myself: "Why Microsoft doesn't have anything like this?". Then I heard about LINQ. Finally in February Visual Studio 2008 was released. However, still almost nobody uses LINQ to SQL in commercial projects. I did several attempts to convert some of my projects (one of this attempts this web site) from Subsonic to LINQ to SQL. read more...

add a comment |category: |Views: 29

tags: another

LINQ - How to build RSS feed using LINQ to SQL(karpach.com)

submitted by karpach96karpach96(265) 3 years, 6 months ago

How to build RSS feed using LINQ to SQL for your ASP.NET website. read more...

add a comment |category: |Views: 31

tags: another

Silverlight 2 Released (weblogs.asp.net)

submitted by ChadMoranChadMoran(535) 3 years, 7 months ago

Today we shipped the final release of Silverlight 2. You can download Silverlight 2, as well the Visual Studio 2008 and Expression Blend 2 tool support to target it, read more...

3 comments |category: |Views: 260

tags: another

Introduction to jQuery Article posted(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 7 months ago

I've posted Part 1 in a 2 part series on jQuery today. Part 1 covers the client side features of jQuery from the basics all the way through creating simple plugins and extending jQuery. This is a long article that discusses a host of the really useful features that jQuery brings to the table for client side Javascript development. Part 2 will then follow up with server side ASP.NET integration. read more...

1 comment |category: |Views: 340

tags: another

jQuery and Microsoft(weblogs.asp.net)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

ScottGu announce that Microsoft will be shipping jQuery with Visual Studio going forward. We will distribute the jQuery JavaScript library as-is, and will not be forking or changing the source from the main jQuery branch. The files will continue to use and ship under the existing jQuery MIT license. read more...

1 comment |category: |Views: 380

tags: another

ASP.NET gets no Respect(west-wind.com)

submitted by pstathopstatho(670) 3 years, 9 months ago

Poor ASP.NET! Is it really that bad? I say No! read more...

10 comments |category: |Views: 837

tags: another

CruiseControl.Net Tutorial - Part 2(ilmatte.wordpress.com)

submitted by ilmatteilmatte(255) 3 years, 11 months ago

This is the second part of my tutorial about setting up and configuring CruiseControl.NET. In this article I describe PreBuild, Tasks and Publishers configuration Blocks and talk about some issues that could arise. read more...

add a comment |category: |Views: 188

tags: another