|
|
bayarsaikhan
bayarsaikhan
 |
|
Stories submitted by bayarsaikhan
|
|
submitted by
bayarsaikhan
1 year, 2 months ago
plentyofcode.com — Capturing the thumbnail of a website is pretty useful when you are creating a web application like web 2.0 directory, site review, website preview, etc... So how do you implement it in your language? I did it in my asp.net application which was was very easy. And i searched for the way in PHP. Although, PHP doesn't support natively, there are tricks that you can use to capture screenshots of websites. Here is the code snippets; read more...
add a comment
|
category: ASP.NET | Views: 94
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bayarsaikhan
1 year, 3 months ago
plentyofcode.com — Let me introduce three more charting components which are also free to use, and open source. You can use these libraries for drawing professional graphs and charts with different types for desktop applications as well as web based applications. read more...
add a comment
|
category: Open Source | Views: 15
|
|
tags:
ASP.NET, winforms, graph, chart, OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bayarsaikhan
1 year, 3 months ago
plentyofcode.com — Template engines are designed to allow the separation of business logic from the presentation layer, which means allowing MVC architecture to the developers. With the aid of template engines, we are able to develop websites with different looks but the same logic or the core code. Template engines are lately known as not good ideas because recent platforms already have embedded template engines to separate views from logic, generate code etc... As you see there are very few template engines in .NET and Java comparing to the PHP. But they are still pretty useful tools for developers. read more...
add a comment
|
category: Open Source | Views: 2
|
|
tags:
Java, PHP, .Net, OpenSource, template | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bayarsaikhan
1 year, 3 months ago
plentyofcode.com — The best method to learn a new technology is to read articles, reviews and tutorials related to it. There are plenty of sites that provide many articles some of which are qualified while others are loss of time. I have been regularly visiting the websites listed below which i already bookmarked or subscribed to their RSS. These sites are valuable resources for me to learn something or to find the solutions, methods and way outs when i encounter a problem. I digg these sites and absolutely can find whatever i am looking for. So do not forget to bookmark the list of these sites. I will be very appreciated if you contribute to this list with a site that you think it should be listed here. read more...
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 1 year, 3 months ago, submitted by
bayarsaikhan
1 year, 3 months ago
plentyofcode.com — It is nice to see the open source projects' progress in Microsoft world, especially it is been extremely fast growth after the Codeplex launched, and also GotDotNet suggests their hosted projects to move on to Codeplex. As you might remember, I have submitted a post about Codeplex a few weeks ago; Microsoft Open Source Projects. This time, it is proud to list most popular and active top 25 projects that has been hosted in Codeplex. read more...
1 comment
|
category: Open Source | Views: 0
|
|
tags:
.Net, OSS, OpenSource, CodePlex | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bayarsaikhan
1 year, 3 months ago
plentyofcode.com — When working with persistent layer in .NET environment, you feel something is needed like hibernate or ibatis as a data access layer which automatically makes relations between tables and object, and give us an opportunity to call stored procedures and queries like we call methods of an object. Although hibernate is ported into .NET version, i don't trust its performance and other issues because of why i don't know. read more...
|
|
tags:
TypedDataset, Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bayarsaikhan
1 year, 3 months ago
plentyofcode.com — Refactoring is the process of changing a software system in such a way that it does not alter the external behavior and result of the code yet improves its readability and internal structure. Object oriented developers recognize the value of refactoring working code. Until recently good tools have not been available. This list contains Refactoring tools and IDEs features Refactoring support. read more...
|
|
tags:
.Net, IDE, Java, Refactoring, tool | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bayarsaikhan
1 year, 4 months ago
plentyofcode.com — For effective and fast development, IDEs and Editors are the most important tools for us. As you might know, there are plenty of IDEs and Editors for programmers to make their life easier. Most of the high quality IDEs and Editors cost high, but many more out there costs nothing. For me, I have used Eclipse, Netbeans, Java Studio Creator, JDeveloper, VS Express, JEdit and Notepad++. As you can see the following long list, there are many alternatives that suits everyone's need. read more...
add a comment
|
category: Open Source | Views: 0
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 1 year, 4 months ago, submitted by
bayarsaikhan
1 year, 4 months ago
plentyofcode.com — As we know, there are many good, enterprise level, open source libraries, frameworks and projects implemented in Java. Most of them are being ported into different platforms like .NET and PHP, so developers are migrating to the these platforms with their familiar tools. For example, i have been using Ant, JUnit, Log4J, iText and many mores when i was developing in Java, but now i am still using Log4Net and Nunit in my current read more...
4 comments
|
category: Open Source | Views: 2
|
|
tags:
Library, Framework, OpenSource, .Net | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 4 months ago, submitted by
bayarsaikhan
1 year, 4 months ago
plentyofcode.com — Programmers are coding and coding in somewhere for some purpose. I wonder how many lines of code is written in a minute on the world :) I guess thousands of lines. But most them are coding the same snippets of code again and again. I always used "Koders" not to reinvent america, means not to rewrite the codes someone else have already solved. There are plenty of code search engines out there to serve us (programmers) with the millions of lines of codes to fasten our job. So you can use the following code search engines for this purpose read more...
|
|
tags:
source, Code, search, engine | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 4 months ago, submitted by
bayarsaikhan
1 year, 4 months ago
plentyofcode.com — I have collected list of the Visual Studio Add-ins, most of which are open source or free. I hope this list will help you to code more faster and effective. If there is not your favorite add-in in the below list, do not hesitate to add it as a comment. read more...
3 comments
|
category: Visual Studio | Views: 2
|
|
tags:
IDE, addin, VisualStudio, OpenSource, Plugin | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bayarsaikhan
1 year, 4 months ago
plentyofcode.com — In this article, I wanted to compare the web application development platforms which I have been using for recent years. My comparison has no aim to make one platform better than others, or vice versa. These are all my own thoughts and what I have experienced during the development of web applications using the three platforms. It is open to you to express your opinions and stands as a comment. read more...
add a comment
|
category: ASP.NET | Views: 12
|
|
tags:
comparison, J2EE, ASP.NET, PHP | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bayarsaikhan
1 year, 4 months ago
plentyofcode.com — ASP.NET AJAX is a free framework for quickly creating a new generation of more efficient, more interactive and highly-personalized Web experiences that work across all the most popular browsers. Plenty of code have plenty of resources, tutorials and downloads related to ASP.NET AJAX read more...
1 comment
|
category: AJAX | Views: 0
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
bayarsaikhan
1 year, 4 months ago
plentyofcode.com — AJAX (Asynchronous JavaScript and XML) is a web development technique used for creating rich and interactive web applications. Ajax is asynchronous in that loading does not interfere with normal page loading. JavaScript is the programming language that Ajax function calls are made in. Data retrieved using the technique is commonly formatted using XML, as reflected in the naming of the XMLHTTPRequest object from which Ajax is derived. I have collected rich list of ajax frameworks for different programming language; read more...
add a comment
|
category: AJAX | Views: 0
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
bayarsaikhan
1 year, 4 months ago
plentyofcode.com — Recently, I have been regularly hearing about Microsoft Silverlight which is going to replace Adobe Flash and Action script. Actually, I love it because i can develop rich interactive applications using my current .NET knowledge without having to learn new technology or scripting language like Actionscript. XAML is also based on XML which i already know. It also support languages lik Ruby and Python. Sounds coool. Here is the definition of Silverlight on Wikipedia. read more...
add a comment
|
category: Silverlight | Views: 1
|
|
tags:
ASP.NET, Microsoft, Silverlight, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|