September 15th, 2011
marco
The Microsoft employee Neal Gafter, who was the chief designer and implementer of the Java SE 4 and 5 that has brought many improvements to the language and now works for Microsoft on the platform NET Languages, discusses the impact of Oracle acquisition of Sun Java, allows the possibility to add segmented stack and a meta-object protocol for Java, and offers some guidance on the comparison between Java and C # /. NET
September 6th, 2011
marco
There is a new operating system called Cosmos developed entirely in C #. It shows that you can write a kernel of a complete operating system without C. You need Visual Studio to compile and run, and Monkey not supported. However, the source code can be compiled with Visual Studio Express editions, will be supported soon VB.NET
Continue the course learning to program in C # with the second lesson we create a small program that displays the message Windows Forms Hello World classic first hurdle when learning a new programming language. Read on if you want to watch the video of the lesson:
Read more…
This screencast is a digital recording of the output screen (As a screenshot is a snapshot of the user's monitor, the screencast is a set of frames, recorded in a video, what the user sees on their monitor…Source: WikiPedia) start the course to learn programming in C #.
Publish each new lesson in midweek (I went along with this lesson because I had no technical problems of video editing and an intestinal virus that has knocked me) which face it step by step all the stages for learning to program in Visual Studio C #. After the jump you'll find Video / screencast of the first lesson.
Read more…
December 27th, 2010
marco
I'm not saying you should delete the database from the planning documents for designing a new application. Not at all. The database design is an important part of the development process and should never be overlooked, if necessary. At the same time, sometimes it is easier to begin the design process in another way – the least common.
From my experience, in designing a database from the beginning gives a rather rigid structure. After defining the tables and created some stored procedures, developers start working on their applications trying to adapt the application to existing conditions of the DB and often they must reach compromises because a small change to a table in DB can ruin an entire chain of relationships between tables.
Read more…
Categories: .NET, C #, database, dotnet, linq, Programming Tags: .NET, C #, database, dotnet, linq, Programming
Recent Comments