| Computers & Internet A forum open to all members to discuss anything related to computers and the internet. |  | | 
11th March 2012, 05:40 PM
|  | Houston, we have a solution.

| | Join Date: 19th July 2011
Posts: 5,842
Blessings: 6,068,622 My Mood
Reps: 2,032,856,411,233,973,248 (power: 2,032,856,411,233,980) | | | Any .Net programmers around these parts? I'm a native C++ programmer at heart, so naturally, writing scripts for the CLI hasn't been my idea of a good time, at least until I discovered how to bridge native and managed code. So now that I've fallen down the rabbit hole into wonderland I'm just curious to meet other .Net programmers so that I can possibly gain a little insight and ideas about the potential of .Net.
If you're a .Net programmer, how long have you been? What sort of things do you use .Net for? Do you have any useful tips for someone who is new to .Net? And most importantly: how can someone such as myself effectively learn his way around the maze of libraries available through the .Net framework?
Last edited by Nanopants; 11th March 2012 at 09:57 PM.
| 
14th March 2012, 08:04 AM
| | 25 to Life
 | | Join Date: 14th March 2012
Posts: 285
Blessings: 5,216 My Mood
Reps: 12,379,044,204,976,432 (power: 0) | | | I've played around with .net before. It really depends on what you want to do . Are you trying to build an application or going web based. .Net offers alot but it's usually one browser that works well with it.
It's also interesting to see another programmer on here. There are times I wish I could bounce ideas off people or learn something new which computers offers that everyday.
Last edited by tannicv2; 14th March 2012 at 08:16 AM.
| 
19th March 2012, 04:55 AM
|  | Houston, we have a solution.

| | Join Date: 19th July 2011
Posts: 5,842
Blessings: 6,068,622 My Mood
Reps: 2,032,856,411,233,973,248 (power: 2,032,856,411,233,980) | | | .Net is a requirement when building assemblies for SQL Server, and I hear it should be useful to know when I get into ASP.Net web apps. | 
19th March 2012, 10:11 AM
| | 25 to Life
 | | Join Date: 14th March 2012
Posts: 285
Blessings: 5,216 My Mood
Reps: 12,379,044,204,976,432 (power: 0) | | | At work I'm starting to get into .net. I'm moving from html, css, JavaScript, ExtJS and more into MS web technologies. HAve you programmed in silverlight? | 
19th March 2012, 12:03 PM
|  | Houston, we have a solution.

| | Join Date: 19th July 2011
Posts: 5,842
Blessings: 6,068,622 My Mood
Reps: 2,032,856,411,233,973,248 (power: 2,032,856,411,233,980) | | | Not at all really. I'm not very experienced with MS products, and that's partly the reason for this thread since I'm just starting to program for SQL Server. | 
19th March 2012, 12:05 PM
| | 25 to Life
 | | Join Date: 14th March 2012
Posts: 285
Blessings: 5,216 My Mood
Reps: 12,379,044,204,976,432 (power: 0) | | | I don't believe there is much difference between MySQL, SQL Server and Oracle database. I think the only difference are the functions each database uses. | 
19th March 2012, 12:10 PM
|  | Houston, we have a solution.

| | Join Date: 19th July 2011
Posts: 5,842
Blessings: 6,068,622 My Mood
Reps: 2,032,856,411,233,973,248 (power: 2,032,856,411,233,980) | | Originally Posted by tannicv2 I don't believe there is much difference between MySQL, SQL Server and Oracle database. I think the only difference are the functions each database uses.
Right, that's correct when we're talking about Structured Query Language, and there are slight differences. As far as the database engine is concerned though, SQL is like a scripting language. In MS SQL Server, you can use .Net to build extensions for the engine itself, which is a whole other ballgame. I'm pretty sure Oracle allows you to make similar modifications as well but obviously not by using .Net. | 
19th March 2012, 12:26 PM
| | 25 to Life
 | | Join Date: 14th March 2012
Posts: 285
Blessings: 5,216 My Mood
Reps: 12,379,044,204,976,432 (power: 0) | | | Allowing .net extensions should open up a whole new ball game in MS SQL server. Like flexibility unless it's seriously restricted. | 
19th March 2012, 12:33 PM
|  | Houston, we have a solution.

| | Join Date: 19th July 2011
Posts: 5,842
Blessings: 6,068,622 My Mood
Reps: 2,032,856,411,233,973,248 (power: 2,032,856,411,233,980) | | | It really does, especially if you know how to code efficient algorithms in native C or C++. What I was talking about earlier was bridging native and managed code, so if you build an assembly for SQL Server using a mixed paradigm like that then you can basically program the engine to do anything. There are some security risks and as such there are restrictions, but they can be bypassed with the right credentials (only sysadmins can add those assemblies). | 
19th March 2012, 01:12 PM
| | 25 to Life
 | | Join Date: 14th March 2012
Posts: 285
Blessings: 5,216 My Mood
Reps: 12,379,044,204,976,432 (power: 0) | | | Security risks, yes but if well planned out and some "white hating" you should be able to catch those risks before they are exploited. |  | | | Thread Tools | | | | Display Modes | Linear Mode | | | |