self-improvement

I need to create the same database on many server instances

SQL Server 2008, Visual Studio 08 and C# The task is to create the same database on multiple servers. If it were only two or three tables I would have done it manually but there are more than 50 tables in the database.. So I thought why not create a backup and restore the backup file wherever needed error the file is in use! ( altho...

How can I improve my pair work and coding skill ?

I'm a student in a university, and I love coding . Sometimes, I try to create a group of students to work together, I learn about version control / team work but maybe I'm not good as a leader. After two weeks, we do exercises independently. I think they're quite jealous and kind of that, I can share my code for learning and working to...

making a pdf from html using c#

there is a way, a collegue of mne is usng it he will not tell me how so help folks! please note i c# .net framework only, not itextsharp or any other utility ...

What are some good resources for learning binary and using PHP with binary?

I want to learn to parse certain files (such as MPQ) and I need to learn binary and how to handle it with PHP. Could you guys please kindly suggest me resources for learning such things ( books, anything)? Edit: I have tried unpacking the file before, but all the numbers just looks like gibberish to me and I do not know how to comprehen...

Suggest good links for working with insert delete update create in SQL Server using C#

I cannot remember the site, but I showed parameter add etc where we could add the name of parameters instead of forming the whole query as a single statement Please suggest some good links having coding info for working with SQL Server tables using C# website, following needed most create table insert data delete data declare primary ...

the footer css does not work when the page loads dynamic content at button click

please help .html <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head runat="server"> <title></title> <l...

What is the single most ineffective thing you did for your programming skills?

I saw this question: http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill. I thought to myself, Yes I agree with a lot of it. but then I thought, what should I NOT do? what of the things you did turn out to be just a waste of time, or worse, take your skills to a wrong...

i would like to get the following information of a database please suggests ways

My need is to write a code, which creates a db creates four tables creates primary keys creates foreign keys and constraints like type int or boolean or string etc Yes I know w3c shools has the sql codes, but the problem is I first need to detect if these things exists or not one by one. And this is for me a great problem. I tried ...