Stories recently tagged with 'Tricks'

Tips and Tricks to prevent SQL Injection in .Net Code(beyondrelational.com)

submitted by DPalkarDPalkar(228) 1 year, 8 months ago

There are many detailed articles available on web on SQL Injection topic and hence I’ll just try to keep it short and simple in this post. SQL Injection is an attack in which malicious code is inserted into strings that are later passed to an instance of SQL Server for parsing and execution. This can allow an attacker to steal the data as well as modify and delete it. Conventional security measures like use of SSL and IPSec, do not protect the application from SQL injection attacks. read more...

1 comment |category: |Views: 428

tags: another

Visual Studio 2008 Tips & Tricks for Developers(smallworkarounds.blogspot.com)

submitted by ash143guptaash143gupta(750) 3 years, 2 months ago

This article shows most common tips and tricks every .net developer should know,these tricks will help you in increasing your productivity while developing.I will make it a point to regularly update this post feel free to add few more tips,give me a comment if i find your trick worthy i will include it on this post. read more...

add a comment |category: |Views: 1291

tags: another

C# Delegate Shortcut – No more null testing on events for subscribers (blog.domaindotnet.com)

submitted by dcarrdcarr(790) 3 years, 2 months ago

Do you use this syntax? It adds up as you can leave null tests in the dust for event subscribers: EXAMPLE: public event EventHandler<AnimationImageEventArgs> AnimationImageClicked = delegate { }; Post has full details, but most might already know this. If not your wasting cycles. read more...

add a comment |category: |Views: 91

tags: another

Handling functions accepting "ref" and "out" arguments in NMock(blog.somecreativity.com)

submitted by dnksiddnksid(355) 3 years, 2 months ago

The article shows how you can go about writing code for expectations for functions that accept arguments by reference using the "ref" and the "out" keyword read more...

add a comment |category: |Views: 29

tags: another

DotNetNuke container customized(amrelgarhytech.blogspot.com)

submitted by amrelgarhyamrelgarhy(825) 3 years, 5 months ago

ou will find in the following zipped file the default Image Header - Color Background container but I made customized it to use div instead of tables. read more...

add a comment |category: |Views: 16

tags: another

DotNetNuke skin customized(amrelgarhytech.blogspot.com)

submitted by amrelgarhyamrelgarhy(825) 3 years, 5 months ago

You will find in the following zipped file the default DNN-Blue skin but I made customized it to use div instead of tables and to be 4 columns instead of 3. read more...

add a comment |category: |Views: 13

tags: another

Test your apps faster with Firefox Server Switcher(itwebmonkey.com)

submitted by davidsdavids(480) 3 years, 5 months ago

Just a quick little article noting the great add-on available for Firefox to help toggle between dev and live servers. read more...

add a comment |category: |Views: 16

tags: another

Client coordinates and Screen coordinates(dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 3 years, 8 months ago

The .NET Framework can provide the mouse coordinates using the client coordinates system or the screen coordinates system. In some mouse-based scenarios we need exactly to know which coordinates system is used in order to use the correct offset. read more...

add a comment |category: |Views: 132

tags: another

Trick: Making Non Themeable Properties of ASP.NET Controls Themeable(codeforeternity.com)

submitted by xtremebizxtremebiz(575) 3 years, 10 months ago

Excellent hack to make Non Themeable properties of ASP.NET controls Themeable. After learning this hack, you would be able to set the Display and the ValidationExpression properties of the RegularExpressionValidator control directly from a Skin file !!! Even the MaxLength property of a TextBox. Would it not be cool to validate all email addresses across your website through a single Skin file ??? read more...

add a comment |category: |Views: 9

tags: another

GridView Tips and Tricks using ASP.NET 2.0 (dotnetcurry.com)

submitted by vivekamarvivekamar(5940) 3 years, 10 months ago

In this article, the author explores some of the most frequently asked questions about the GridView control. The article discusses ten tips and tricks that you can use while using the GridView control. read more...

add a comment |category: |Views: 107

tags: another

Tips & Tricks - Sql Server 2005 - Increase your Management Studio's p(muraton.net)

submitted by muratyilmazmuratyilmaz(190) 4 years ago

Tips & Tricks - Sql Server 2005 - Increase your Management Studio's p read more...

3 comments |category: |Views: 17

tags: another

ThumbNail Creation in ASP.Net (aspnet-tips-tricks.blogspot.com)

submitted by kamal_cekamal_ce(255) 4 years, 2 months ago

How To create ThumbNail image in ASP.NET read more...

add a comment |category: |Views: 15

tags: another

Rendering a Control to a String (geekzilla.co.uk)

submitted by phaymanphayman(3550) 4 years, 7 months ago

This is a really handy little function for rendering a control to a string. Really handy if you want to pass back rendered HTML from a StaticPageMethod or WebService. read more...

1 comment |category: |Views: 19

tags: another

Javascript tricks for ASP.net developers(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 4 years, 7 months ago

This is a post I wanted to write really long time ago, but I never had enough time to sit and write. The following listing will be my agenda for this post 1. Why Javascript for ASP.net developers is different ? 2. Javascript tricks for ASP.net developers * Reading ASP.net controls values from Javascript * Passing values calculated by Javascript to the server side. * Passoing values from ASP.net to Javascript 3. Javascript development tools read more...

add a comment |category: |Views: 24

tags: another

ASP.Net 2.0 - Master Pages: Tips, Tricks, and Traps(odetocode.com)

submitted by javierRomerojavierRomero(1010) 5 years, 2 months ago

MasterPages are a great addition to the ASP.NET 2.0 feature set, but are not without their quirks. This article will highlight the common problems developers face with master pages, and provide tips and tricks to use master pages to their fullest potential. read more...

add a comment |category: |Views: 5

tags: another

DotNetKicks.com integration into Blogger.com(gaech.blogspot.com)

submitted by gaechgaech(1240) 5 years, 5 months ago

The quickest way to submit your post on Blogger.com to DotNetKicks.com. read more...

1 comment |category: |Views: 24

tags: another