Click here to Skip to main content
15,894,405 members

Videos


1. deposit files into a remote directory
Where are you getting the files from? Can you not just do a File.Copy(@"C:\your_source_file.txt",@"\\server\share_name\your_remote_file_name.txt");of File.Move(source,destination);
Gareth Barlow (NBNi) Updated: 9 Apr 2014
Rating: ( (No votes))
2. Role Based Access Control with Azure Active Directory & MVC
Integrating Roles Based Access Control with the Azure Active Directory Graph API in a ASP.net MVC application
Hosted Services » Azure »
Gareth Barlow (NBNi) Updated: 2 Apr 2014
Rating: 5.00/5 ( (4 votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
3. Stored procedure
Would be very dangerous sending the entire query to a stored procedure, as Im sure this could open you up for sql injection.And you also lose the benefit of sending less data down the wire. As you are using dynamic cursors these would be compiled at run time.Your best bet would be to...
Gareth Barlow (NBNi) Updated: 2 Jan 2011
Rating: 5.00/5 ( (1 vote))
4. Get list of all tables from database
And now the aternative option is using your ado.net connection to your database and callingconnection.GetSchema("Tables")and you can populate a DataTable and data bind to that in your UIfor examples see msdn here
Gareth Barlow (NBNi) Updated: 2 Jan 2011
Rating: ( (No votes))
5. generate script of a database
Also knowing what kind of database and driver you are using would be a big help.Are you talking about generating the DDL that created an object within the database?For example, I use oracle so I can call the database proceduredbms_metadata.get_ddl(object_type IN VARCHAR2,name ...
Gareth Barlow (NBNi) Updated: 2 Jan 2011
Rating: 4.64/5 ( (3 votes))
6. MEF and Workflow Services Integration
Building up activities using the Managed Extensibility Framework for workflow services hosted in IIS.
Web Development » IIS »
Gareth Barlow (NBNi) Updated: 1 Jan 2011
Rating: 4.83/5 ( (9 votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()