Click here to Skip to main content
15,881,882 members

Articles by Pavel Yermalovich (Tip/Tricks: 8)

Tip/Tricks: 8

RSS Feed

Average article rating:

No articles have been posted.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 2.68

Programming Languages
C#
7 Feb 2011   Updated: 7 Feb 2011   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 12,420     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
An example of Prototype pattern
24 Mar 2011   Updated: 25 Mar 2011   Rating: 3.50/5    Votes: 3   Popularity: 1.67
Licence: CPOL    Views: 38,381     Bookmarked: 10   Downloaded: 0
Please Sign up or sign in to vote.
Multithreading
SQL
9 May 2010   Updated: 9 May 2010   Rating: 1.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 5,570     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
That isn't complicated task but i thought this trick is enough usefullSP_RENAME 'YourTable.OldColumnName','NewColumnName','COLUMN'
Web Development
ASP.NET
19 Apr 2010   Updated: 19 Apr 2010   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 13,200     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
1. First we need to create two variables in ViewState to store current direction and expression:public string CurrentSortExpression { get { if (ViewState["sortExpression"] != null) { return...
7 May 2010   Updated: 7 May 2010   Rating: 2.33/5    Votes: 3   Popularity: 1.11
Licence: CPOL    Views: 13,210     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Quite simple, but first I didn't know how to use it :) ASP.NET controlsHTML controls In JavaScriptSetTextForLabelOne(prefix, '');AdminUI is my resources file (AdminUI.resx) and the first argument...
22 Mar 2011   Updated: 22 Mar 2011   Rating: 4.90/5    Votes: 3   Popularity: 2.34
Licence: CPOL    Views: 10,532     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
HTTPS
7 May 2010   Updated: 7 May 2010   Rating: 2.00/5    Votes: 2   Popularity: 0.60
Licence: CPOL    Views: 14,620     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
1. Create hidden field onto your page like following:2. Then add script block at your aspx page:function select(rowIndex) { document.getElementById('').value = rowIndex; }3. In...
7 May 2010   Updated: 7 May 2010   Rating: 1.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 5,830     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Navigation: protected void GVEmployees_RowCreated(object sender, GridViewRowEventArgs e){ if(e.Row.RowType==DataControlRowType.DataRow) { e.Row.Attributes["onclick"] = "location.href='YourPage.aspx?id=" + ...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer (Senior)
Belarus Belarus
Software developer with over 3 years of extensive experience in analysis, design and development. Recently, most interested in refactoring and design patterns applied to .NET Framework.

Core technologies I am using: OOP, OOD, DDD, TDD, N-tier applications, enterprise development.

Certificates:
Brainbench: .NET Framework 3.5 Fundamentals, Data Modeling Concepts, Web Design Concepts, C#

Microsoft: Exam 70-526: TS: Microsoft .NET Framework 2.0 - Windows-Based Client Development

INTUIT.RU: Development of Web-application ASP. NET Using Visual Studio. NET, Web applications in ASP.NET, Microsoft .NET Framework Distributed Applications Development.

Specialties
NET Framework : 2.0, 3.5, 4.0
Languages and technologies: C#, ASP.NET MVC 2, ASP.NET MVC 3, WCF, ASP.NET 4.0, Web Services, ADO.NET, LINQ, Entity Framework, NHibernate 3.0, JavaScript, HTML, CSS, XML, Ajax
RDBMS : SQL Server 2005, 2008, 2008 R2, MS Access.
Reporting: MS SQL Reporting Services, Crystal Reports