mika76

Stories kicked by mika76

Cloud Control for ASP.NET(codeproject.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 10 months ago

Web sites such as del.icio.us, Technorati and Flickr, which allow tagging of their content, depict the popularity of tags using a tag cloud. The popular items have larger font sizes. This concept can be applied to any list of items where each item has an associated weight. For example, a list of products can be displayed in a cloud weighed by the cost of a product. Using the ASP.NET server control presented in this article, you can display your own domain specific items as a cloud. read more...

add a comment |category: |Views: 592

tags: another

Mock Objects are your Friend(codebetter.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 10 months ago

"One of a Test Driven Developer's best allies is the mock object. Mocks or stubs have always been one of the best tools to create smaller unit tests by providing a boundary condition of known behavior. What might not be as obvious is the usage of mock objects as a design tool and a mechanism to maintain that all important productive Flow." read more...

add a comment |category: |Views: 13

tags: another

Compile your application online with Compilr(caller.me.uk)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 10 months ago

Away from home? No compiler? Type your source code in and have it compiled online. Just choose a language and enter your code in the box. Choose a language by clicking on the language below. You can either use C#, VB.NET, C or Fortran currently. Once you have finished typing your code, click "Compile now" and the compiler will show you any errors or just send you the file. Compilr will also perform syntax hilighting on your code to help with editing and debugging. Enjoy. read more...

2 comments |category: |Views: 24

tags: another

Using Subversion from PowerShell(hanselman.com)

submitted by shanselmanshanselman(110) 5 years, 10 months ago

Using Subversion from PowerShell read more...

add a comment |category: |Views: 885

tags: another

Creating Dynamic Email Signatures(msdn.microsoft.com)

submitted by tiernanotiernano(1674) 5 years, 10 months ago

very handy tutorial showing you how to build dynamic email signatures. you could have these displaying pretty much anything (RSS feeds are used in the example). read more...

add a comment |category: |Views: 167

tags: another

Create Unlimited Subdomains with HTTP Modules(codebetter.com)

submitted by RobChappelRobChappel(2720) 5 years, 11 months ago

Brendan Tompkins show us how to map incoming subdomain HTTP requests to a HTTP Module read more...

add a comment |category: |Views: 115

tags: another

Fireball Framework - Free .NET Syntax Highlight Control and More(dotnetfireball.net)

submitted by marcosmarcos(2779) 5 years, 11 months ago

Fireball Framework is project that aim to create the best controls and libraries for developer, the project already contains some control, CodeEditorControl with Syntax Highlight, Collections,Outlook Navigation bar and etc.. Here are some compiled examples: http://prdownloads.sourceforge.net/dotnetfireball/FireEdit_Bin.zip?download Simply Excellent !! read more...

add a comment |category: |Views: 1278

tags: another

Over 30 Cheatsheets for developers(petefreitag.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 11 months ago

There are no .NET languages in this list, but it is still quite useful. From the article : "Lets face it, unless you have a photographic memory, no developer can remember all the different functions, options, tags, etc. that exist. Documentation can be cumbersome at times, thats why I like cheat sheets. They are quick references that feature the most commonly forgotten things on a specific topic. You can print them out and hang them on your wall, or just keep them handy in your bookmarks for quick reference." read more...

add a comment |category: |Views: 15

tags: another

A Testing Mail Server For Unit Testing Email Functionality(haacked.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 11 months ago

Use a light-weight .NET mail server for testing your email sending code read more...

add a comment |category: |Views: 21

tags: another

MVC architecture in ASP.Net using C# and Microsoft Data Access Applica(c-sharpcorner.com)

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

In this article we will learn how to use Microsoft Data Access Application block in ASP.Net using C# read more...

add a comment |category: |Views: 10

tags: another

How to create file Upload form using AJAX tech(codeproject.com)

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

File uploading thru HTTP is always big problem for websites. There are some restrictions from client and server sides. But with growing internet channels bandwidth one of major problem is file size. Sometimes it’s impossible to send 500MB file to webserver due to request length limit. One of the workaround is to increase maximal request length on webserver, but it may cause server restart when memory limit will be exceeded. For example: IIS APS.NET webserver. We increases.......... read more...

add a comment |category: |Views: 15

tags: another

NxBRE - An Open Source Rules Engine(agilepartner.net)

submitted by chadhchadh(55) 6 years, 4 months ago

NxBRE offers both an Inference and Flow rules engine making it a very versatile business rule engine. read more...

add a comment |category: |Views: 44

tags: another

Overview of Server Controls in ASP.NET 2.0(exforsys.com)

submitted by MarthaBassMarthaBass(490) 6 years, 4 months ago

In this tutorial you will go through an overview of server controls, adaptive rendering, control state, new controls such as Multiview control, Wizard control, BulletedList, DynamicImage and the FileUpload Control read more...

add a comment |category: |Views: 4

tags: another

ASP .NET Sitemap Macro(odetocode.com)

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

A macro from K Scott Allen for Visual Studio to walk through an ASP .NET project and create a web.sitemap file. read more...

add a comment |category: |Views: 6

tags: another

CLR Inside Out - Improving Application Startup Time(msdn.microsoft.com)

submitted by MarthaBassMarthaBass(490) 6 years, 4 months ago

claudio caldato discusses some tips for improving the startup time of your .net applications. read more...

add a comment |category: |Views: 11

tags: another

Flexible and Plug-in-based .NET Application using Provider Pattern(codeproject.com)

submitted by shahed.khanshahed.khan(115) 6 years, 4 months ago

This paper demonstrates creating a flexible, extensible, plug-in-based .NET application (JOM - Smart Job Manager). JOM is an asynchronous job processing engine built using the MS Provider design pattern and the .NET technology available today. read more...

1 comment |category: |Views: 34

tags: another