dsalko

Stories submitted by dsalko

How to Speed up aspnet_compiler(aspnetcafe.com)

submitted by dsalkodsalko(670) 2 years, 6 months ago

Article shows how to speedup asp.net compiler using RAM drive read more...

add a comment |category: |Views: 45

tags: another

BlogEngine.NET Theme - Fruity(aspnetcafe.com)

submitted by dsalkodsalko(670) 3 years, 2 months ago

New BlogEngine.NET Theme. read more...

add a comment |category: |Views: 22

tags: another

MailEnable - How to add new mailbox from code(aspnetcafe.com)

submitted by dsalkodsalko(670) 3 years, 3 months ago

Some sample code to add new mailbox to mailenable postoffice. Contains code to set friendly name and quite fresh to use with lastest version of MailEnable API. Samples on mailenable website are old and there is no sample for ASP.NET that works good. This one is good enough. read more...

add a comment |category: |Views: 43

tags: another

ASP.NET 2.0 Big files upload on IIS 6.0 under Win2003(aspnetcafe.com)

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

Sometimes big file upload does not work even if everything looks right. Some solutions in this case. read more...

add a comment |category: |Views: 11

tags: another

Credit Card number validation in C#. Visa and MC yet.(aspnetcafe.com)

submitted by dsalkodsalko(670) 4 years ago

Simply class that performs credit card number check. Issuer check and MOD10 check. read more...

add a comment |category: |Views: 126

tags: another

.NET runs on Linux, Mac OSX and FreeBSD ?(aspnetcafe.com)

submitted by dsalkodsalko(670) 4 years, 2 months ago

Good news. GNU adds support for .net apps in OpenSource world. read more...

2 comments |category: |Views: 6

tags: another

DANGER: Copy and paste file inside VS ASP.NET Web Site Problems(aspnetcafe.com)

submitted by dsalkodsalko(670) 4 years, 2 months ago

Common problems after copy and paste (rename) of files inside VS Solution Explorer. read more...

add a comment |category: |Views: 2

tags: another

Do you SVN ?(aspnetcafe.com)

submitted by dsalkodsalko(670) 4 years, 3 months ago

Some suggestion to get version control system read more...

add a comment |category: |Views: 0

tags: another

Blog Engine .NET Thumnailer - quick look & fix(aspnetcafe.com)

submitted by dsalkodsalko(670) 4 years, 3 months ago

Fix increases a quality of generated thumbnails and allows you a set desired quality. read more...

add a comment |category: |Views: 10

tags: another

CSV to DataTable Parser(aspnetcafe.com)

submitted by dsalkodsalko(670) 4 years, 3 months ago

Ready solution to parse CSV data. read more...

add a comment |category: |Views: 193

tags: another

Looking for ASP.NET Hosting ?(aspnetcafe.com)

submitted by dsalkodsalko(670) 4 years, 4 months ago

Sometimes asp.net developers wants to find a hosting for blog or personal project. This is about hosting provider of asp.net cafe. Right now it supports unlimited sites... good for small and medium asp.net projects. read more...

add a comment |category: |Views: 5

tags: another

asp.net themes and custom controls(aspnetcafe.com)

submitted by dsalkodsalko(670) 4 years, 4 months ago

How to skin your custom control. Two tips about prefix and properties of your control. read more...

add a comment |category: |Views: 32

tags: another

Yet another asp.net DropDown Control(sakuraui.com)

submitted by dsalkodsalko(670) 4 years, 4 months ago

Every web developer knows the problem in IE with z-Index and SELECT element. This control works good with z-order. And even more - you can define you skin, with border and image for "arrow". And give your forms a professional look. read more...

add a comment |category: |Views: 17

tags: another

Completely free PDF .NET library written in C#(aspnetcafe.com)

submitted by dsalkodsalko(670) 4 years, 4 months ago

Want to add PDF support to your .NET project. Try this. Open Source library to create/edit PDF files. With unrestricted license to change, sell, sublicense. read more...

5 comments |category: |Views: 7496

tags: another

HOWTO: Use Conditional attribute to make custom actions during debug(aspnetcafe.com)

submitted by dsalkodsalko(670) 4 years, 4 months ago

This article shows how to mark method as Conditional to do some job only in Debug configuration. It very useful to make some additional job during debug and get rid of it during production builds. read more...

add a comment |category: |Views: 6

tags: another

ASP.NET: Insert flash into page without "Click to activate..." in IE(aspnetcafe.com)

submitted by dsalkodsalko(670) 4 years, 5 months ago

Know a problem with flash in IE. Helps to overcome "Click to activate and use this control" problem. Work fine in IE 6 and 7. Very easy to use custom control. read more...

1 comment |category: |Views: 15

tags: another