Meoy

Stories kicked by Meoy

Creating a Sound Recorder in C and C#(justlikeamagic.wordpress.com)

submitted by elsheimyelsheimy(329) 1 year, 11 months ago

using MCI read more...

add a comment |category: |Views: 9

tags: another

Using jQuery to Find which ASP.NET Control caused a PostBack(www.devcurry.com)

submitted by mopenmopen(3596) 1 year, 11 months ago

Here’s a simple script that uses jQuery to find out which ASP.NET Button caused a postback. You can similarly implement this script for other ASP.NET Controls too read more...

add a comment |category: |Views: 278

tags: another

SQL Server - Create Indexes from the Missing Indexes DMV(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 1 year, 11 months ago

Glenn Berry (Blog) writes a lot of queries to extract information from the system DMV’s. One of them in particular I found extremely helpful in fixing some of the issues in my system. I took his query (the CTE at the top) and added some text manipulation to actually generate the create statements for you to save you some time. I had much grander plans for this, but unfortunately I’ve been meaning to post this for over a month now and simply haven’t had time to get back to it, so rather than just let it go by the wayside and never post it, I figured I’d just post what I had now and then possibly post an update sometime in the future if I ever finish it. read more...

add a comment |category: |Views: 12

tags: another

SQL SERVER – Find Most Expensive Queries Using DMV(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years ago

The title of this post is what I can express here for this quick blog post. I was asked in recent query tuning consultation project, if I can share my script which I use to figure out which is the most expensive queries are running on SQL Server. This script is very basic and very simple, there are many different versions are available online. This basic script does do the job which I expect to do – find out the most expensive queries on SQL Server Box. read more...

add a comment |category: |Views: 484

tags: another

Localize the jQuery DatePicker Control in an ASP.NET Page (www.dotnetcurry.com)

submitted by paroaryaparoarya(285) 2 years ago

The jQuery UI DatePicker widget is highly configurable and full of features, and I use it in my applications whenever I can. In this article, we will see how to localize the DatePicker based on the value selected from an ASP.NET DropDownList. read more...

add a comment |category: |Views: 226

tags: another

Lights! Camera! Action! Video record of Selenium(www.theautomatedtester.co.uk)

submitted by automatedtesterautomatedtester(135) 2 years ago

Recording video of Selenium tests being run is the next big thing on from capturing a screenshot when something goes wrong. People can see work flows and where it did go not just the aftermath that screenshots can show. read more...

add a comment |category: |Views: 78

tags: another

Create a SlideShow with ASP.NET Panels using jQuery (www.dotnetcurry.com)

submitted by mopenmopen(3596) 2 years ago

This article demonstrates how to display ASP.NET Panels one after the other, and after a fixed duration, like a slide show. read more...

add a comment |category: |Views: 628

tags: another

Combining Virtualization and Microsoft SQL Server(itexpertvoice.com)

submitted by estherschindlerestherschindler(550) 2 years ago

Old mindsets and turf protections can kill any project. Beyond that key realization lays a number of real technical issues to solve. Here’s what to look out for and what to ignore. read more...

add a comment |category: |Views: 7

tags: another

SEO for Blogengine.net(www.code-in.net)

submitted by baldibaldi(508) 2 years ago

BlogEngine.NET is already optimized for search engines, but there are some points which have to receive attention, like adding tags and a description to your blog posts. With the robots.txt and the sitemap feature of BlogEngine.NET you have the possibility to affect the search results which search engines like Google shows. read more...

add a comment |category: |Views: 25

tags: another

Smart Card Authentication Module Update - added Support for Membership(securitythroughabsurdity.com)

submitted by j.montyj.monty(1868) 2 years ago

This is a follow-on update on how to implement non-Active Directory Integrated Smart Card / Client Certificate Authentication with ASP.NET using Http Modules. This long overdue version adds support for ASP.NET Membership, Roles, and Profiles. read more...

add a comment |category: |Views: 193

tags: another

Using LINQ to represent XML data as an Object containing Master-Detail(www.dotnetcurry.com)

submitted by mopenmopen(3596) 2 years ago

In this article, we will read an XML file containing Master-Detail records and represent it as an object using LINQ. read more...

2 comments |category: |Views: 267

tags: another

Simple Databinding and 3-D Features using Silverlight in Windows Phone(www.dotnetcurry.com)

submitted by mopenmopen(3596) 2 years ago

Windows Phone 7 (WP7) is the upcoming next generation Mobile Operating System by Microsoft. Amongst the many features, one of the nice features is that it has support for Silverlight. So most of the new features like 3-D, Databinding etc. are now available on WP7. In this article I will explain the basic Databinding as well as 3-D feature on Windows Phone 7. read more...

add a comment |category: |Views: 281

tags: another

Automating Web Deployment using Windows Installer XML (WIX)(ranjithk.com)

submitted by ranjithkranjithk(100) 2 years ago

Deployment of web sites is usually done by copying the compiled ASP.NET web site files into the target virtual directory using Copy Web Site or Publish web site features in Visual Studio and manually creating and configuring the Web Site in IIS. Though this method is simple, it involves lot of manual effort in verifying the Pre Requisites, Creating/Modifying or Configuring the Web sites in IIS. We can automate this whole process by building a simple Windows Installer Package using WIX. read more...

add a comment |category: |Views: 503

tags: another

Visual Studio 2010 Keyboard Shortcuts Poster(www.devcurry.com)

submitted by mopenmopen(3596) 2 years, 1 month ago

You can now download the reference cards (available as print ready pdf’s) for the default keybindings in Visual Studio 2010 for Visual Basic, Visual C#, Visual C++ and Visual F# over here read more...

add a comment |category: |Views: 705

tags: another

SOLVED - 'srcDomainMulti' is not declared. It may be inaccessible due (runtingsproper.blogspot.com)

submitted by rtpHarryrtpHarry(215) 2 years, 1 month ago

When converting a project from C# to VB I ran into this compiler error which stopped me in my tracks for about 15 minutes. Just when I gave up and decided to rebuild the page by hand inspiration hit and I found my solution... read more...

add a comment |category: |Views: 10

tags: another

Using-Flash-with-ASPNET-MVC-and-Authentication.(trycatchfail.com)

submitted by yoan80yoan80(20) 2 years, 1 month ago

to workaround authentication with mvc read more...

add a comment |category: |Views: 34

tags: another