Click here to Skip to main content
15,923,006 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to get url Pin
Ravi Bhavnani30-Sep-13 12:21
professionalRavi Bhavnani30-Sep-13 12:21 
GeneralRe: How to get url Pin
DollieBSP30-Sep-13 12:26
DollieBSP30-Sep-13 12:26 
GeneralRe: How to get url Pin
Mycroft Holmes30-Sep-13 12:47
professionalMycroft Holmes30-Sep-13 12:47 
GeneralRe: How to get url Pin
Ravi Bhavnani30-Sep-13 15:09
professionalRavi Bhavnani30-Sep-13 15:09 
QuestionI am getting an error when trying to save an XLS to .DBF file. Pin
Glen Childs30-Sep-13 5:48
Glen Childs30-Sep-13 5:48 
AnswerRe: I am getting an error when trying to save an XLS to .DBF file. Pin
Richard Deeming30-Sep-13 5:59
mveRichard Deeming30-Sep-13 5:59 
GeneralRe: I am getting an error when trying to save an XLS to .DBF file. Pin
Glen Childs30-Sep-13 6:05
Glen Childs30-Sep-13 6:05 
GeneralRe: I am getting an error when trying to save an XLS to .DBF file. Pin
Richard MacCutchan30-Sep-13 6:15
mveRichard MacCutchan30-Sep-13 6:15 
GeneralRe: I am getting an error when trying to save an XLS to .DBF file. Pin
Glen Childs30-Sep-13 6:19
Glen Childs30-Sep-13 6:19 
SuggestionRe: I am getting an error when trying to save an XLS to .DBF file. Pin
Richard MacCutchan30-Sep-13 6:46
mveRichard MacCutchan30-Sep-13 6:46 
GeneralRe: I am getting an error when trying to save an XLS to .DBF file. Pin
Jason Gleim30-Sep-13 7:52
professionalJason Gleim30-Sep-13 7:52 
GeneralRe: I am getting an error when trying to save an XLS to .DBF file. Pin
Richard Deeming30-Sep-13 8:19
mveRichard Deeming30-Sep-13 8:19 
GeneralRe: I am getting an error when trying to save an XLS to .DBF file. Pin
Glen Childs30-Sep-13 22:43
Glen Childs30-Sep-13 22:43 
AnswerRe: I am getting an error when trying to save an XLS to .DBF file. Pin
Richard Deeming1-Oct-13 1:33
mveRichard Deeming1-Oct-13 1:33 
GeneralRe: I am getting an error when trying to save an XLS to .DBF file. Pin
Glen Childs1-Oct-13 3:10
Glen Childs1-Oct-13 3:10 
QuestionSQL XML TYPE Pin
Member 1030679730-Sep-13 4:44
Member 1030679730-Sep-13 4:44 
AnswerRe: SQL XML TYPE Pin
Eddy Vluggen30-Sep-13 7:29
professionalEddy Vluggen30-Sep-13 7:29 
GeneralRe: SQL XML TYPE Pin
Member 103067971-Oct-13 4:44
Member 103067971-Oct-13 4:44 
QuestionSetting a default and maximum number in a textbox. New to C#. Please help Pin
Mandyy1429-Sep-13 19:58
Mandyy1429-Sep-13 19:58 
SuggestionRe: Setting a default and maximum number in a textbox. New to C#. Please help Pin
Richard MacCutchan29-Sep-13 21:15
mveRichard MacCutchan29-Sep-13 21:15 
GeneralRe: Setting a default and maximum number in a textbox. New to C#. Please help Pin
PIEBALDconsult30-Sep-13 5:09
mvePIEBALDconsult30-Sep-13 5:09 
GeneralRe: Setting a default and maximum number in a textbox. New to C#. Please help Pin
Amol_B30-Sep-13 23:14
professionalAmol_B30-Sep-13 23:14 
QuestionImplement Undo/Redo - Copy/Paste on DesignSurface Pin
olograph29-Sep-13 10:18
olograph29-Sep-13 10:18 
AnswerRe: Implement Undo/Redo - Copy/Paste on DesignSurface Pin
Brisingr Aerowing29-Sep-13 10:45
professionalBrisingr Aerowing29-Sep-13 10:45 
QuestionBeginning C# journey - knowledge and tips... Pin
Bankaida29-Sep-13 9:44
Bankaida29-Sep-13 9:44 
Hi All!

I have programmed two years in VB.Net and I'm thinking of moving on to C#. Main reason being that some applications at work are in C# and the online documentation I feel is better. I'm selflearned.

My question is if you have tips regarding the problems below, documentation or tutorials that helped you once upon a time.

Now to the problems:

1. I'm having difficulties to grasp how my new projects structure internally would be, best case. Often I start programming and finding out as I go. I feel I'm having planning issues. I work alot with database access applications.

2. When I'm programming I feel that I have a problem with finding good object structure. Per say; I have a class that handles errormessages but I have trouble seeing the solution for the structure of it and how other classes should us this class.

3. I work alot with databases, SQLite, Access etc. I've been reading into Dapper-solutions for easy CRUD work. Somehow I feel I should start of more basic.

4. I lack some basic OOP understanding. Even if I've read alot I feel I cannot implement it. For example interfaces, inheritence and project patterns. Examples I've read is relatade to real-time objects as Cats, Cars etc. But when I have for example "Register an abscense / holiday" etc. How should that object look and fall in line with other objects, no clue...

Any tips on either number is greatly apprieciated!

H

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.