karpach96

Stories submitted 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

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