blog.shkedy.com
Sagi Shkedy's Technical Blog: January 2008
http://blog.shkedy.com/2008_01_01_archive.html
Sagi Shkedy's Technical Blog. Short technical articles and tips for .Net developers, SQL developers/DBAs, web developers and designers. Monday, January 14, 2008. Code Camp 2008.1 - t-Sql to CLR performance comparison testing and Cursor Avoidance Techniques. We had a great session at Code Camp. Thanks to Sebastian. Who did most of the work for the session. I contributed by brainstorming with Sebastian, coding the CLR components of the project and walking through the code. To order in those functions.
blog.shkedy.com
Sagi Shkedy's Technical Blog: February 2007
http://blog.shkedy.com/2007_02_01_archive.html
Sagi Shkedy's Technical Blog. Short technical articles and tips for .Net developers, SQL developers/DBAs, web developers and designers. Thursday, February 15, 2007. Configuring ASP.Net 1.1 on IIS 6.0 in x64 versions of windows Server. 32 vs 64 bit versions of windows server. By default iis 6.0 is running as a 64 bit host which means it will not run 32 bit applications. ASPNet 1.1 was never ported as a 64 bit app (2.0 was). To make this work - open notepad and paste the following:. Save the file as change...
blog.shkedy.com
Sagi Shkedy's Technical Blog: February 2009
http://blog.shkedy.com/2009_02_01_archive.html
Sagi Shkedy's Technical Blog. Short technical articles and tips for .Net developers, SQL developers/DBAs, web developers and designers. Friday, February 13, 2009. Disable user interface during ajax postbacks on ASP.Net. One of the biggest issues I have with public facing websites I work on is double clicks on buttons or users interrupting the postback process. This happens a lot with the payment button of credit card transactions and other time consuming postbacks. So here is the recipe:. SysWebForms....
blog.shkedy.com
Sagi Shkedy's Technical Blog: Code Camp 2008.1 - t-Sql to CLR performance comparison testing and Cursor Avoidance Techniques
http://blog.shkedy.com/2008/01/code-camp-20081-t-sql-to-clr.html
Sagi Shkedy's Technical Blog. Short technical articles and tips for .Net developers, SQL developers/DBAs, web developers and designers. Monday, January 14, 2008. Code Camp 2008.1 - t-Sql to CLR performance comparison testing and Cursor Avoidance Techniques. We had a great session at Code Camp. Thanks to Sebastian. Who did most of the work for the session. I contributed by brainstorming with Sebastian, coding the CLR components of the project and walking through the code. To order in those functions.
blog.shkedy.com
Sagi Shkedy's Technical Blog: Free Outlook/Windows Dialer For Astrisk
http://blog.shkedy.com/2010/08/free-outlookwindows-dialer-for-astrisk.html
Sagi Shkedy's Technical Blog. Short technical articles and tips for .Net developers, SQL developers/DBAs, web developers and designers. Monday, August 30, 2010. Free Outlook/Windows Dialer For Astrisk. I have been using Asterisk as the PBX for my business and I am a big fan. I am not a Guru by any means but I was able to get it to do what I need so far so I am pretty happy with the technology. In order to obtain this dialer you need to register and it is available foor download. Select download, register...
blog.shkedy.com
Sagi Shkedy's Technical Blog: January 2007
http://blog.shkedy.com/2007_01_01_archive.html
Sagi Shkedy's Technical Blog. Short technical articles and tips for .Net developers, SQL developers/DBAs, web developers and designers. Thursday, January 25, 2007. ClickOnce Button for ASP.Net 2.0. We have a couple of forms from which we get double submissions by people hitting the submit button again and again. We decided to go with a ClickOnce button that disables itself when the form submits. I saw a couple of solutions that implement it but nothing for ASP.Net 2.0. I ended up implementing it in myself.
blog.shkedy.com
Sagi Shkedy's Technical Blog: Sending Emails from .Net using Google's SMTP servers
http://blog.shkedy.com/2009/05/sending-emails-from-net-using-googles.html
Sagi Shkedy's Technical Blog. Short technical articles and tips for .Net developers, SQL developers/DBAs, web developers and designers. Friday, May 8, 2009. Sending Emails from .Net using Google's SMTP servers. The Net framework has a few classes to handle mail. The System.Net.Mail namespace will let you send an email message via the SMTP server configured in your web.config file or app.config file. The way this would work is this:. So here are the step by step directions:. Install this on your server.
blog.shkedy.com
Sagi Shkedy's Technical Blog: May 2010
http://blog.shkedy.com/2010_05_01_archive.html
Sagi Shkedy's Technical Blog. Short technical articles and tips for .Net developers, SQL developers/DBAs, web developers and designers. Wednesday, May 5, 2010. Parsing Search Terms from URL in SQL Server. I often have the save the referrer URL for sites I work on to see where the visitors are coming from. I needed a quick way to figure out what were people searching when they came from a search engine. I created a quick UDF to parse these and return the search term:. WHILE ( SUBSTRING(@MyUrl,@idx,3)!
blog.shkedy.com
Sagi Shkedy's Technical Blog: September 2007
http://blog.shkedy.com/2007_09_01_archive.html
Sagi Shkedy's Technical Blog. Short technical articles and tips for .Net developers, SQL developers/DBAs, web developers and designers. Monday, September 17, 2007. Updated Code and Slides for the SQL CLR Integration Talk. I updated the code and the slide for the SQL. Integration talk that I gave in Code Camp 2007.2 in Philadelphia. The slides code and slides are available. Http:/ www.simplicityc.com/CodeCamp2007 CLR Integration.zip. I added a readme. How to run these samples. There are samples for:.
blog.shkedy.com
Sagi Shkedy's Technical Blog: December 2012
http://blog.shkedy.com/2012_12_01_archive.html
Sagi Shkedy's Technical Blog. Short technical articles and tips for .Net developers, SQL developers/DBAs, web developers and designers. Tuesday, December 18, 2012. Looking for columns in SQL databases. A really quick solution that I always have to look up. Every once in a while I need to find some table in a database, I don't know the name of it but I have an idea of how one of the columns is called. So for MySQL I can run a simple query:. What about SQL server:. Links to this post. Sagi E. Shkedy.
SOCIAL ENGAGEMENT